Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

How do we fetch resources specified in Link headers? #101

Closed
mikewest opened this issue Jun 19, 2017 · 1 comment
Closed

How do we fetch resources specified in Link headers? #101

mikewest opened this issue Jun 19, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@mikewest
Copy link
Member

According to https://w3c.github.io/preload/#processing, we should start "obtaining a resource" after processing a Link header. That algorithm relies on the existence of a Document, however, which we won't have until well after we process headers. Do we wait until the document is created before initiating requests? If not, how do we set the Fetch request's client, etc?

/cc @igrigorik @yoavweiss

@igrigorik igrigorik added this to the Level 1 milestone Jul 21, 2017
@yoavweiss
Copy link
Contributor

I think we should wait for Document here. This is how the implementations that I know are handling it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants