File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -2218,6 +2218,24 @@ a [=URL=] |url|, and an [=environment settings object=] |settings|:
22182218
22192219Issue: Should the request use a more specific content-type?
22202220
2221+ Issue: Should the request's [=request/service-workers mode=] be "`none`" instead
2222+ of the default of "`all`"?
2223+
2224+ Issue: Should the request's [=request/unsafe-request flag=] be set?
2225+
2226+ Issue: Should the request's [=request/referrer=] be "`no-referrer`" instead of
2227+ the default of "`client"`?
2228+
2229+ Issue: Should the request's [=request/destination=] be something other than the
2230+ default of the empty string, e.g. "`report`" or even a new value?
2231+
2232+ Issue: Should the request's [=request/redirect mode=] be something other than the
2233+ default of "`follow`"?
2234+
2235+ Issue: Should the request use a `null` client instead, per
2236+ <a href="https://fetch.spec.whatwg.org/#fetch-elsewhere-request">the `fetch`
2237+ specification's guidance</a> ?
2238+
22212239</div>
22222240
22232241## Fetch monkey patches ## {#fetch-monkey-patches}
You can’t perform that action at this time.
0 commit comments