-
Notifications
You must be signed in to change notification settings - Fork 21
Add preload header on subresource example #108
Add preload header on subresource example #108
Conversation
index.html
Outdated
| fetch group.</p> | ||
| </div> | ||
| <div class="note"> | ||
| Link HTTP header should trigger preloads on responses to navigational |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically, I think this could be read as no preload for worker responses? The issue is that "subresource" has specific definition in Fetch. How about..
Link HTTP response header should be processed for all destinations.
WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good
index.html
Outdated
| fetch group.</p> | ||
| </div> | ||
| <div class="note"> | ||
| Link HTTP response header should be processed for all <a>request destination</a>s. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/w3c/respec/wiki/User's-Guide#definitions-and-linking, or.. "all types of request destination"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
|
👍 thanks Yoav! |
* Only use double-quotes in header examples * Add a note regarding the applicability of Link preload headers to subresource responses
Along with the tests, closes #92
Preview | Diff