This part of the fetch spec says that requests have an associated initiator, for which one of the possible values is prefetch (added in #659, so cc @yoavweiss and @annevk as the most likely people to know abou this). A table shortly below it says that prefetch initiator is used for "HTML’s <link rel=prefetch>". But neither the HTML spec nor the resource hints spec (the only other place I could think where it would be defined) make any mention of this. The resource hints spec doesn't even mention initiators at all.
Is there somewhere else I should be looking?
This part of the fetch spec says that requests have an associated initiator, for which one of the possible values is
prefetch(added in #659, so cc @yoavweiss and @annevk as the most likely people to know abou this). A table shortly below it says thatprefetchinitiator is used for "HTML’s <link rel=prefetch>". But neither the HTML spec nor the resource hints spec (the only other place I could think where it would be defined) make any mention of this. The resource hints spec doesn't even mention initiators at all.Is there somewhere else I should be looking?