You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Features need to have the relevant values defined in their respective standards.
Fetch Metadata Request Headers expose metadata about requests, for example, a requests's destination in the Sec-Fetch-Dest request header field's value. This value should be defined for all elements that fetch resources, e.g. <layer src>, <tile src>, etc.
https://fetch.spec.whatwg.org/#concept-request-destination:
Fetch Metadata Request Headers expose metadata about requests, for example, a requests's destination in the
Sec-Fetch-Dest
request header field's value. This value should be defined for all elements that fetch resources, e.g.<layer src>
,<tile src>
, etc.The Portals spec can serve as an example of such integration: https://wicg.github.io/portals/#fetch-metadata
#22 is related to the
Sec-Fetch-Mode
header.The text was updated successfully, but these errors were encountered: