File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -103505,6 +103505,17 @@ document.querySelector("button").addEventListener("click", bound);
103505
103505
the result of running the <span>fetch destination from module type</span> steps given
103506
103506
<var>destination</var> and <var>moduleType</var>.</p></li>
103507
103507
103508
+ <li>
103509
+ <p>If <var>moduleType</var> is "<code data-x="">json</code>", <span
103510
+ data-x="concept-header-list-set">set</span> (`<code data-x="http-accept">Accept</code>`, `<code
103511
+ data-x="">application/json,text/json,*/*;q=0.5</code>`) in <var>request</var>'s <span
103512
+ data-x="concept-request-header-list">header list</span>.</p>
103513
+
103514
+ <p class="note"><span data-x="concept-fetch">Fetch</span> sets the (`<code
103515
+ data-x="http-accept">Accept</code>`, `<code data-x="">text/css,*/*;q=0.1</code>`) header for CSS
103516
+ modules.</p>
103517
+ </li>
103518
+
103508
103519
<!--
103509
103520
"serviceworker" being included here is not redundant with the Service Worker spec's own
103510
103521
same-origin check, because the request's mode also affects the Origin and Sec-Fetch-Mode
You can’t perform that action at this time.
0 commit comments