Skip to content

Commit 1fd6751

Browse files
noamrdomenic
andauthored
Update fetch.bs
Co-authored-by: Domenic Denicola <[email protected]>
1 parent 666b442 commit 1fd6751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8424,7 +8424,7 @@ without relying on a current {{Window}} or {{Worker}}, leave <a for=/>request</a
84248424
<a for=request>referrer</a> to appropriate values instead, e.g. by copying them from the
84258425
<a>environment settings object</a> ahead of time. In these more advanced cases, make sure the
84268426
details of how your fetch handles <cite>Content Security Place</cite> and
8427-
<a for=/>referrer policy</a> are fleshed out. Also make sure you handle concurrency, as callbacks
8427+
<a for=/>referrer policy</a> are fleshed out. Also make sure you handle concurrency, as callbacks (see [[#fetch-elsewhere-fetch]])
84288428
would be posted on a <a>parallel queue</a>. [[!REFERRER]] [[!CSP]]
84298429

84308430
<p>Think through the way you intend to handle cross-origin resources. Some features may only work in

0 commit comments

Comments
 (0)