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
<a href="https://fetch.spec.whatwg.org/commit-snapshots/30140d05af57eb9d24d43a2c18f108abac7964ce/" id="commit-snapshot-link">Snapshot as of this commit</a>
2751
+
<a href="https://fetch.spec.whatwg.org/commit-snapshots/aa0bd92cfe376b9ad77a1fee4306776cf7cb4194/" id="commit-snapshot-link">Snapshot as of this commit</a>
A request has an associated navigation timing allow values list\
8070
+
</dt>
8071
+
<dd>
8072
+
`文字列$たちが成す`~list$たちが成す`~list$
8055
8073
◎
8056
-
↓ A request’s URL list, current URL, redirect count, response tainting, done flag, and timing allow failed flag are used as bookkeeping details by the fetch algorithm.
8074
+
(a list of lists of strings). Unless stated otherwise, it is « ».
Each item in the navigation timing allow values list holds the `Timing-Allow-Origin` values of one redirect response in a navigation’s redirect chain.
8082
+
◎
8083
+
↓ A request’s URL list, current URL, redirect count, response tainting, done flag, timing allow failed flag, and navigation timing allow values list are used as bookkeeping details by the fetch algorithm.
This is used so that the caller to a fetch can determine if sensitive timing data is allowed on the resource fetched by looking at the flag of the response returned. Because the flag on the response of a redirect has to be set if it was set for previous responses in the redirect chain, this is also tracked internally using the request’s timing allow failed flag.
8840
+
</dd>
8841
+
8842
+
<dt>
8843
+
`~navi計時~許容-値~群~list@rs
8844
+
( « » )
8845
+
◎
8846
+
A response has an associated navigation timing allow values list\
8847
+
</dt>
8848
+
<dd>
8849
+
`文字列$たちが成す`~list$たちが成す`~list$
8850
+
◎
8851
+
(a list of lists of strings). Unless stated otherwise, it is « ».
This holds the `Timing-Allow-Origin` values of each redirect response in a navigation’s redirect chain. It is used so that callers can determine, once the navigation’s destination origin is known, whether that origin is allowed by every redirect in the redirect chain.
If request is a navigation request, then set internalResponse’s navigation timing allow values list to a clone of request’s navigation timing allow values list.
This is the Living Standard. Those interested in the patent-review version should view the <a href="https://fetch.spec.whatwg.org/review-drafts/2025-12/">Living Standard Review Draft</a>.
26966
+
This is the Living Standard. Those interested in the patent-review version should view the <a href="https://fetch.spec.whatwg.org/review-drafts/2026-06/">Living Standard Review Draft</a>.
0 commit comments