Skip to content

Commit c22f1a2

Browse files
committed
todos
1 parent 1ed4802 commit c22f1a2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

api.bs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,6 +2218,24 @@ a [=URL=] |url|, and an [=environment settings object=] |settings|:
22182218

22192219
Issue: 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}

0 commit comments

Comments
 (0)