CINXE.COM
Fetch Standard
<!doctype html><html lang="en"> <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"> <meta content="#3c790a" name="theme-color"> <meta content="light dark" name="color-scheme"> <title>Fetch Standard</title> <link crossorigin href="https://resources.whatwg.org/standard-shared-with-dev.css" rel="stylesheet"> <link crossorigin href="https://resources.whatwg.org/standard.css" rel="stylesheet"> <link crossorigin href="https://resources.whatwg.org/spec.css" rel="stylesheet"> <link crossorigin href="https://resources.whatwg.org/logo-fetch.svg" rel="icon"> <script crossorigin defer src="https://resources.whatwg.org/commit-snapshot-shortcut-key.js"></script> <meta content="Bikeshed version b25686b9f, updated Fri Mar 14 14:15:20 2025 -0700" name="generator"> <meta content="5a9680638ebfc2b3b7f4efb2bef0b579a2663951" name="revision"> <style>/* Boilerplate: style-dfn-panel */ :root { --dfnpanel-bg: #ddd; --dfnpanel-text: var(--text); --dfnpanel-target-bg: #ffc; --dfnpanel-target-outline: orange; } @media (prefers-color-scheme: dark) { :root { --dfnpanel-bg: #222; --dfnpanel-text: var(--text); --dfnpanel-target-bg: #333; --dfnpanel-target-outline: silver; } } .dfn-panel { position: absolute; z-index: 35; width: 20em; width: 300px; height: auto; max-height: 500px; overflow: auto; padding: 0.5em 0.75em; font: small Helvetica Neue, sans-serif, Droid Sans Fallback; background: var(--dfnpanel-bg); color: var(--dfnpanel-text); border: outset 0.2em; white-space: normal; /* in case it's moved into a pre */ } .dfn-panel:not(.on) { display: none; } .dfn-panel * { margin: 0; padding: 0; text-indent: 0; } .dfn-panel > b { display: block; } .dfn-panel a { color: var(--dfnpanel-text); } .dfn-panel a:not(:hover) { text-decoration: none !important; border-bottom: none !important; } .dfn-panel a:focus { outline: 5px auto Highlight; outline: 5px auto -webkit-focus-ring-color; } .dfn-panel > b + b { margin-top: 0.25em; } .dfn-panel ul { padding: 0 0 0 1em; list-style: none; } .dfn-panel li a { max-width: calc(300px - 1.5em - 1em); overflow: hidden; text-overflow: ellipsis; } .dfn-panel.activated { display: inline-block; position: fixed; left: 8px; bottom: 2em; margin: 0 auto; max-width: calc(100vw - 1.5em - .4em - .5em); max-height: 30vh; transition: left 1s ease-out, bottom 1s ease-out; } .dfn-panel .link-item:hover { text-decoration: underline; } .dfn-panel .link-item .copy-icon { opacity: 0; } .dfn-panel .link-item:hover .copy-icon, .dfn-panel .link-item .copy-icon:focus { opacity: 1; } .dfn-panel .copy-icon { display: inline-block; margin-right: 0.5em; width: 0.85em; height: 1em; border-radius: 3px; background-color: #ccc; cursor: pointer; } .dfn-panel .copy-icon .icon { width: 100%; height: 100%; background-color: #fff; display: flex; justify-content: center; align-items: center; position: relative; } .dfn-panel .copy-icon .icon::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid black; background-color: #ccc; opacity: 0.25; transform: translate(3px, -3px); } .dfn-panel .copy-icon:active .icon::before { opacity: 1; } .dfn-paneled[role="button"] { cursor: help; } .highlighted { animation: target-fade 3s; } @keyframes target-fade { from { background-color: var(--dfnpanel-target-bg); outline: 5px solid var(--dfnpanel-target-outline); } to { color: var(--a-normal-text); background-color: transparent; outline: transparent; } } </style> <style>/* Boilerplate: style-mdn-anno */ :root { --mdn-bg: #EEE; --mdn-shadow: #999; --mdn-nosupport-text: #ccc; --mdn-pass: green; --mdn-fail: red; } @media (prefers-color-scheme: dark) { :root { --mdn-bg: #222; --mdn-shadow: #444; --mdn-nosupport-text: #666; --mdn-pass: #690; --mdn-fail: #d22; } } .mdn-anno { background: var(--mdn-bg, #EEE); border-radius: .25em; box-shadow: 0 0 3px var(--mdn-shadow, #999); color: var(--text, black); font: 1em sans-serif; hyphens: none; max-width: min-content; overflow: hidden; padding: 0.2em; position: absolute; right: 0.3em; top: auto; white-space: nowrap; word-wrap: normal; z-index: 8; } .mdn-anno.unpositioned { display: none; } .mdn-anno.overlapping-main { opacity: .2; transition: opacity .1s; } .mdn-anno[open] { opacity: 1; z-index: 9; min-width: 9em; } .mdn-anno:hover { opacity: 1; outline: var(--text, black) 1px solid; } .mdn-anno > summary { font-weight: normal; text-align: right; cursor: pointer; display: block; } .mdn-anno > summary > .less-than-two-engines-flag { color: var(--mdn-fail); padding-right: 2px; } .mdn-anno > summary > .all-engines-flag { color: var(--mdn-pass); padding-right: 2px; } .mdn-anno > summary > span { color: #fff; background-color: #000; font-weight: normal; font-family: zillaslab, Palatino, "Palatino Linotype", serif; padding: 2px 3px 0px 3px; line-height: 1.3em; vertical-align: top; } .mdn-anno > .feature { margin-top: 20px; } .mdn-anno > .feature:not(:first-of-type) { border-top: 1px solid #999; margin-top: 6px; padding-top: 2px; } .mdn-anno > .feature > .less-than-two-engines-text { color: var(--mdn-fail); } .mdn-anno > .feature > .all-engines-text { color: var(--mdn-pass); } .mdn-anno > .feature > p { font-size: .75em; margin-top: 6px; margin-bottom: 0; } .mdn-anno > .feature > p + p { margin-top: 3px; } .mdn-anno > .feature > .support { display: block; font-size: 0.6em; margin: 0; padding: 0; margin-top: 2px; } .mdn-anno > .feature > .support + div { padding-top: 0.5em; } .mdn-anno > .feature > .support > hr { display: block; border: none; border-top: 1px dotted #999; padding: 3px 0px 0px 0px; margin: 2px 3px 0px 3px; } .mdn-anno > .feature > .support > hr::before { content: ""; } .mdn-anno > .feature > .support > span { padding: 0.2em 0; display: block; display: table; } .mdn-anno > .feature > .support > span.no { color: var(--mdn-nosupport-text); filter: grayscale(100%); } .mdn-anno > .feature > .support > span.no::before { opacity: 0.5; } .mdn-anno > .feature > .support > span:first-of-type { padding-top: 0.5em; } .mdn-anno > .feature > .support > span > span { padding: 0 0.5em; display: table-cell; } .mdn-anno > .feature > .support > span > span:first-child { width: 100%; } .mdn-anno > .feature > .support > span > span:last-child { width: 100%; white-space: pre; padding: 0; } .mdn-anno > .feature > .support > span::before { content: ' '; display: table-cell; min-width: 1.5em; height: 1.5em; background: no-repeat center center; background-size: contain; text-align: right; font-size: 0.75em; font-weight: bold; } .mdn-anno > .feature > .support > .chrome_android::before { background-image: url(https://resources.whatwg.org/browser-logos/chrome.svg); } .mdn-anno > .feature > .support > .firefox_android::before { background-image: url(https://resources.whatwg.org/browser-logos/firefox.png); } .mdn-anno > .feature > .support > .chrome::before { background-image: url(https://resources.whatwg.org/browser-logos/chrome.svg); } .mdn-anno > .feature > .support > .edge_blink::before { background-image: url(https://resources.whatwg.org/browser-logos/edge.svg); } .mdn-anno > .feature > .support > .edge::before { background-image: url(https://resources.whatwg.org/browser-logos/edge_legacy.svg); } .mdn-anno > .feature > .support > .firefox::before { background-image: url(https://resources.whatwg.org/browser-logos/firefox.png); } .mdn-anno > .feature > .support > .ie::before { background-image: url(https://resources.whatwg.org/browser-logos/ie.png); } .mdn-anno > .feature > .support > .safari_ios::before { background-image: url(https://resources.whatwg.org/browser-logos/safari-ios.svg); } .mdn-anno > .feature > .support > .nodejs::before { background-image: url(https://nodejs.org/favicon.ico); } .mdn-anno > .feature > .support > .opera_android::before { background-image: url(https://resources.whatwg.org/browser-logos/opera.svg); } .mdn-anno > .feature > .support > .opera::before { background-image: url(https://resources.whatwg.org/browser-logos/opera.svg); } .mdn-anno > .feature > .support > .safari::before { background-image: url(https://resources.whatwg.org/browser-logos/safari.png); } .mdn-anno > .feature > .support > .samsunginternet_android::before { background-image: url(https://resources.whatwg.org/browser-logos/samsung.svg); } .mdn-anno > .feature > .support > .webview_android::before { background-image: url(https://resources.whatwg.org/browser-logos/android-webview.png); } .name-slug-mismatch { color: red; } .caniuse-status:hover { z-index: 9; } /* dt, li, .issue, .note, and .example are "position: relative", so to put annotation at right margin, must move to right of containing block */; .h-entry:not(.status-LS) dt > .mdn-anno, .h-entry:not(.status-LS) li > .mdn-anno, .h-entry:not(.status-LS) .issue > .mdn-anno, .h-entry:not(.status-LS) .note > .mdn-anno, .h-entry:not(.status-LS) .example > .mdn-anno { right: -6.7em; } .h-entry p + .mdn-anno { margin-top: 0; } h2 + .mdn-anno.after { margin: -48px 0 0 0; } h3 + .mdn-anno.after { margin: -46px 0 0 0; } h4 + .mdn-anno.after { margin: -42px 0 0 0; } h5 + .mdn-anno.after { margin: -40px 0 0 0; } h6 + .mdn-anno.after { margin: -40px 0 0 0; } </style> <style>/* Boilerplate: style-ref-hints */ :root { --ref-hint-bg: #ddd; --ref-hint-text: var(--text); } @media (prefers-color-scheme: dark) { :root { --ref-hint-bg: #222; --ref-hint-text: var(--text); } } .ref-hint { display: inline-block; position: absolute; z-index: 35; width: 20em; width: 300px; height: auto; max-height: 500px; overflow: auto; padding: 0.5em 0.5em; font: small Helvetica Neue, sans-serif, Droid Sans Fallback; background: var(--ref-hint-bg); color: var(--ref-hint-text); border: outset 0.2em; white-space: normal; /* in case it's moved into a pre */ } .ref-hint * { margin: 0; padding: 0; text-indent: 0; } .ref-hint ul { padding: 0 0 0 1em; list-style: none; } </style> <style>/* Boilerplate: style-var-click-highlighting */ /* Colors were chosen in Lab using https://nixsensor.com/free-color-converter/ D50 2deg illuminant, L in [0,100], a and b in [-128, 128] 0 = lab(85,0,85) 1 = lab(85,80,30) 2 = lab(85,-40,40) 3 = lab(85,-50,0) 4 = lab(85,5,15) 5 = lab(85,-10,-50) 6 = lab(85,35,-15) For darkmode: 0 = oklab(50% 0% 108%) 1 = oklab(50% -51% 51%) 2 = oklab(50% -64% -20%) 3 = oklab(50% 6% 19%) 4 = oklab(50% -12% -64%) 5 = oklab(50% 44% -19%) 6 = oklab(50% 102% 38%) */ [data-algorithm] var { cursor: pointer; } var[data-var-color] { background-color: var(--var-bg); box-shadow: 0 0 0 2px var(--var-bg); } var[data-var-color] { --var-bg: #F4D200; } var[data-var-color="1"] { --var-bg: #FF87A2; } var[data-var-color="2"] { --var-bg: #96E885; } var[data-var-color="3"] { --var-bg: #3EEED2; } var[data-var-color="4"] { --var-bg: #EACFB6; } var[data-var-color="5"] { --var-bg: #82DDFF; } var[data-var-color="6"] { --var-vg: #FFBCF2; } @media (prefers-color-scheme: dark) { var[data-var-color] { --var-bg: #bc1a00; } var[data-var-color="1"] { --var-bg: #007f00; } var[data-var-color="2"] { --var-bg: #008698; } var[data-var-color="3"] { --var-bg: #7f5b2b; } var[data-var-color="4"] { --var-bg: #004df3; } var[data-var-color="5"] { --var-bg: #a1248a; } var[data-var-color="6"] { --var-vg: #ff0000; } } </style> <body class="h-entry status-LS"> <div class="head"> <a class="logo" href="https://whatwg.org/"> <img alt="WHATWG" class="darkmode-aware" crossorigin height="100" src="https://resources.whatwg.org/logo-fetch.svg"> </a> <hgroup> <h1 class="p-name no-ref" id="title">Fetch</h1> <p id="subtitle">Living Standard — Last Updated <time class="dt-updated" datetime="2025-03-27">27 March 2025</time> </p> </hgroup> <div data-fill-with="spec-metadata"> <dl> <dt>Participate: <dd><a href="https://github.com/whatwg/fetch">GitHub whatwg/fetch</a> (<a href="https://github.com/whatwg/fetch/issues/new/choose">new issue</a>, <a href="https://github.com/whatwg/fetch/issues">open issues</a>) <dd><a href="https://whatwg.org/chat">Chat on Matrix</a> <dt>Commits: <dd><a href="https://github.com/whatwg/fetch/commits">GitHub whatwg/fetch/commits</a> <dd><a href="/commit-snapshots/5a9680638ebfc2b3b7f4efb2bef0b579a2663951/" id="commit-snapshot-link">Snapshot as of this commit</a> <dd><a href="https://twitter.com/fetchstandard">@fetchstandard</a> <dt>Tests: <dd><a href="https://github.com/web-platform-tests/wpt/tree/master/fetch">web-platform-tests fetch/</a> (<a href="https://github.com/web-platform-tests/wpt/labels/fetch">ongoing work</a>) <dt>Translations <small>(non-normative)</small>: <dd><span title="Japanese"><a href="https://triple-underscore.github.io/Fetch-ja.html" hreflang="ja" lang="ja" rel="alternate">日本語</a></span> <dd><span title="Simplified Chinese"><a href="https://htmlspecs.com/fetch/" hreflang="zh-hans" lang="zh-hans" rel="alternate">简体中文</a></span> </dl> </div> <div data-fill-with="warning"></div> </div> <div class="p-summary" data-fill-with="abstract"> <h2 class="no-num no-toc no-ref heading settled" id="abstract"><span class="content">Abstract</span></h2> <p>The Fetch standard defines requests, responses, and the process that binds them: fetching.</p> </div> <nav data-fill-with="table-of-contents" id="toc"> <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2> <ol class="toc" role="directory"> <li><a href="#goals"><span class="secno"></span> <span class="content">Goals</span></a> <li><a href="#preface"><span class="secno">1</span> <span class="content">Preface</span></a> <li> <a href="#infrastructure"><span class="secno">2</span> <span class="content">Infrastructure</span></a> <ol class="toc"> <li><a href="#url"><span class="secno">2.1</span> <span class="content">URL</span></a> <li> <a href="#http"><span class="secno">2.2</span> <span class="content">HTTP</span></a> <ol class="toc"> <li><a href="#methods"><span class="secno">2.2.1</span> <span class="content">Methods</span></a> <li><a href="#terminology-headers"><span class="secno">2.2.2</span> <span class="content">Headers</span></a> <li><a href="#statuses"><span class="secno">2.2.3</span> <span class="content">Statuses</span></a> <li><a href="#bodies"><span class="secno">2.2.4</span> <span class="content">Bodies</span></a> <li><a href="#requests"><span class="secno">2.2.5</span> <span class="content">Requests</span></a> <li><a href="#responses"><span class="secno">2.2.6</span> <span class="content">Responses</span></a> <li><a href="#miscellaneous"><span class="secno">2.2.7</span> <span class="content">Miscellaneous</span></a> </ol> <li><a href="#authentication-entries"><span class="secno">2.3</span> <span class="content">Authentication entries</span></a> <li><a href="#fetch-groups"><span class="secno">2.4</span> <span class="content">Fetch groups</span></a> <li><a href="#resolving-domains"><span class="secno">2.5</span> <span class="content">Resolving domains</span></a> <li><a href="#connections"><span class="secno">2.6</span> <span class="content">Connections</span></a> <li><a href="#network-partition-keys"><span class="secno">2.7</span> <span class="content">Network partition keys</span></a> <li><a href="#http-cache-partitions"><span class="secno">2.8</span> <span class="content">HTTP cache partitions</span></a> <li><a href="#port-blocking"><span class="secno">2.9</span> <span class="content">Port blocking</span></a> <li><a href="#should-response-to-request-be-blocked-due-to-mime-type?"><span class="secno">2.10</span> <span class="content">Should <var>response</var> to <var>request</var> be blocked due to its MIME type?</span></a> </ol> <li> <a href="#http-extensions"><span class="secno">3</span> <span class="content">HTTP extensions</span></a> <ol class="toc"> <li><a href="#origin-header"><span class="secno">3.1</span> <span class="content">`<code>Origin</code>` header</span></a> <li> <a href="#http-cors-protocol"><span class="secno">3.2</span> <span class="content">CORS protocol</span></a> <ol class="toc"> <li><a href="#general"><span class="secno">3.2.1</span> <span class="content">General</span></a> <li><a href="#http-requests"><span class="secno">3.2.2</span> <span class="content">HTTP requests</span></a> <li><a href="#http-responses"><span class="secno">3.2.3</span> <span class="content">HTTP responses</span></a> <li><a href="#http-new-header-syntax"><span class="secno">3.2.4</span> <span class="content">HTTP new-header syntax</span></a> <li><a href="#cors-protocol-and-credentials"><span class="secno">3.2.5</span> <span class="content">CORS protocol and credentials</span></a> <li><a href="#cors-protocol-examples"><span class="secno">3.2.6</span> <span class="content">Examples</span></a> <li><a href="#cors-protocol-exceptions"><span class="secno">3.2.7</span> <span class="content">CORS protocol exceptions</span></a> </ol> <li><a href="#content-length-header"><span class="secno">3.3</span> <span class="content">`<code>Content-Length</code>` header</span></a> <li><a href="#content-type-header"><span class="secno">3.4</span> <span class="content">`<code>Content-Type</code>` header</span></a> <li> <a href="#x-content-type-options-header"><span class="secno">3.5</span> <span class="content">`<code>X-Content-Type-Options</code>` header</span></a> <ol class="toc"> <li><a href="#should-response-to-request-be-blocked-due-to-nosniff?"><span class="secno">3.5.1</span> <span class="content">Should <var>response</var> to <var>request</var> be blocked due to nosniff?</span></a> </ol> <li><a href="#cross-origin-resource-policy-header"><span class="secno">3.6</span> <span class="content">`<code>Cross-Origin-Resource-Policy</code>` header</span></a> <li><a href="#sec-purpose-header"><span class="secno">3.7</span> <span class="content">`<code>Sec-Purpose</code>` header</span></a> </ol> <li> <a href="#fetching"><span class="secno">4</span> <span class="content">Fetching</span></a> <ol class="toc"> <li><a href="#main-fetch"><span class="secno">4.1</span> <span class="content">Main fetch</span></a> <li><a href="#scheme-fetch"><span class="secno">4.2</span> <span class="content">Scheme fetch</span></a> <li><a href="#http-fetch"><span class="secno">4.3</span> <span class="content">HTTP fetch</span></a> <li><a href="#http-redirect-fetch"><span class="secno">4.4</span> <span class="content">HTTP-redirect fetch</span></a> <li><a href="#http-network-or-cache-fetch"><span class="secno">4.5</span> <span class="content">HTTP-network-or-cache fetch</span></a> <li><a href="#http-network-fetch"><span class="secno">4.6</span> <span class="content">HTTP-network fetch</span></a> <li><a href="#cors-preflight-fetch"><span class="secno">4.7</span> <span class="content">CORS-preflight fetch</span></a> <li><a href="#cors-preflight-cache"><span class="secno">4.8</span> <span class="content">CORS-preflight cache</span></a> <li><a href="#cors-check"><span class="secno">4.9</span> <span class="content">CORS check</span></a> <li><a href="#tao-check"><span class="secno">4.10</span> <span class="content">TAO check</span></a> </ol> <li> <a href="#fetch-api"><span class="secno">5</span> <span class="content">Fetch API</span></a> <ol class="toc"> <li><a href="#headers-class"><span class="secno">5.1</span> <span class="content">Headers class</span></a> <li><a href="#bodyinit-unions"><span class="secno">5.2</span> <span class="content">BodyInit unions</span></a> <li><a href="#body-mixin"><span class="secno">5.3</span> <span class="content">Body mixin</span></a> <li><a href="#request-class"><span class="secno">5.4</span> <span class="content">Request class</span></a> <li><a href="#response-class"><span class="secno">5.5</span> <span class="content">Response class</span></a> <li><a href="#fetch-method"><span class="secno">5.6</span> <span class="content">Fetch method</span></a> <li><a href="#garbage-collection"><span class="secno">5.7</span> <span class="content">Garbage collection</span></a> </ol> <li><a href="#data-urls"><span class="secno">6</span> <span class="content"><code>data:</code> URLs</span></a> <li> <a href="#background-reading"><span class="secno"></span> <span class="content">Background reading</span></a> <ol class="toc"> <li><a href="#http-header-layer-division"><span class="secno"></span> <span class="content">HTTP header layer division</span></a> <li><a href="#atomic-http-redirect-handling"><span class="secno"></span> <span class="content">Atomic HTTP redirect handling</span></a> <li><a href="#basic-safe-cors-protocol-setup"><span class="secno"></span> <span class="content">Basic safe CORS protocol setup</span></a> <li><a href="#cors-protocol-and-http-caches"><span class="secno"></span> <span class="content">CORS protocol and HTTP caches</span></a> <li><a href="#websocket-protocol"><span class="secno"></span> <span class="content">WebSockets</span></a> </ol> <li> <a href="#fetch-elsewhere"><span class="secno"></span> <span class="content">Using fetch in other standards</span></a> <ol class="toc"> <li><a href="#fetch-elsewhere-request"><span class="secno"></span> <span class="content">Setting up a request</span></a> <li><a href="#fetch-elsewhere-fetch"><span class="secno"></span> <span class="content">Invoking fetch and processing responses</span></a> <li><a href="#fetch-elsewhere-ongoing"><span class="secno"></span> <span class="content">Manipulating an ongoing fetch</span></a> </ol> <li><a href="#acknowledgments"><span class="secno"></span> <span class="content">Acknowledgments</span></a> <li><a href="#ipr"><span class="secno"></span> <span class="content">Intellectual property rights</span></a> <li> <a href="#index"><span class="secno"></span> <span class="content">Index</span></a> <ol class="toc"> <li><a href="#index-defined-here"><span class="secno"></span> <span class="content">Terms defined by this specification</span></a> <li><a href="#index-defined-elsewhere"><span class="secno"></span> <span class="content">Terms defined by reference</span></a> </ol> <li> <a href="#references"><span class="secno"></span> <span class="content">References</span></a> <ol class="toc"> <li><a href="#normative"><span class="secno"></span> <span class="content">Normative References</span></a> <li><a href="#informative"><span class="secno"></span> <span class="content">Informative References</span></a> </ol> <li><a href="#idl-index"><span class="secno"></span> <span class="content">IDL Index</span></a> </ol> </nav> <main> <h2 class="no-num short heading settled" id="goals"><span class="content">Goals</span></h2> <p>The goal is to unify fetching across the web platform and provide consistent handling of everything that involves, including: </p> <ul class="brief"> <li>URL schemes <li>Redirects <li>Cross-origin semantics <li>CSP <a data-link-type="biblio" href="#biblio-csp" title="Content Security Policy Level 3">[CSP]</a> <li>Fetch Metadata <a data-link-type="biblio" href="#biblio-fetch-metadata" title="Fetch Metadata Request Headers">[FETCH-METADATA]</a> <li>Service workers <a data-link-type="biblio" href="#biblio-sw" title="Service Workers">[SW]</a> <li>Mixed Content <a data-link-type="biblio" href="#biblio-mix" title="Mixed Content">[MIX]</a> <li>Upgrade Insecure Requests <a data-link-type="biblio" href="#biblio-upgrade-insecure-requests" title="Upgrade Insecure Requests">[UPGRADE-INSECURE-REQUESTS]</a> <li>`<code>Referer</code>` <a data-link-type="biblio" href="#biblio-referrer" title="Referrer Policy">[REFERRER]</a> </ul> <p>To do so it also supersedes the HTTP `<a data-link-type="http-header" href="#http-origin" id="ref-for-http-origin"><code>Origin</code></a>` header semantics originally defined in <cite>The Web Origin Concept</cite>. <a data-link-type="biblio" href="#biblio-origin" title="The Web Origin Concept">[ORIGIN]</a> </p> <h2 class="short heading settled" data-level="1" id="preface"><span class="secno">1. </span><span class="content">Preface</span><a class="self-link" href="#preface"></a></h2> <p>At a high level, fetching a resource is a fairly simple operation. A request goes in, a response comes out. The details of that operation are however quite involved and used to not be written down carefully and differ from one API to the next. </p> <p>Numerous APIs provide the ability to fetch a resource, e.g. HTML’s <code>img</code> and <code>script</code> element, CSS' <code>cursor</code> and <code>list-style-image</code>, the <code>navigator.sendBeacon()</code> and <code>self.importScripts()</code> JavaScript APIs. The Fetch Standard provides a unified architecture for these features so they are all consistent when it comes to various aspects of fetching, such as redirects and the CORS protocol. </p> <p>The Fetch Standard also defines the <a class="idl-code" data-link-type="method" href="#dom-global-fetch" id="ref-for-dom-global-fetch"><code>fetch()</code></a> JavaScript API, which exposes most of the networking functionality at a fairly low level of abstraction. </p> <h2 class="heading settled" data-level="2" id="infrastructure"><span class="secno">2. </span><span class="content">Infrastructure</span><a class="self-link" href="#infrastructure"></a></h2> <p>This specification depends on the Infra Standard. <a data-link-type="biblio" href="#biblio-infra" title="Infra Standard">[INFRA]</a> </p> <p>This specification uses terminology from <cite>ABNF</cite>, <cite>Encoding</cite>, <cite>HTML</cite>, <cite>HTTP</cite>, <cite>MIME Sniffing</cite>, <cite>Streams</cite>, <cite>URL</cite>, <cite>Web IDL</cite>, and <cite>WebSockets</cite>. <a data-link-type="biblio" href="#biblio-abnf" title="Augmented BNF for Syntax Specifications: ABNF">[ABNF]</a> <a data-link-type="biblio" href="#biblio-encoding" title="Encoding Standard">[ENCODING]</a> <a data-link-type="biblio" href="#biblio-html" title="HTML Standard">[HTML]</a> <a data-link-type="biblio" href="#biblio-http" title="HTTP Semantics">[HTTP]</a> <a data-link-type="biblio" href="#biblio-mimesniff" title="MIME Sniffing Standard">[MIMESNIFF]</a> <a data-link-type="biblio" href="#biblio-streams" title="Streams Standard">[STREAMS]</a> <a data-link-type="biblio" href="#biblio-url" title="URL Standard">[URL]</a> <a data-link-type="biblio" href="#biblio-webidl" title="Web IDL Standard">[WEBIDL]</a> <a data-link-type="biblio" href="#biblio-websockets" title="WebSockets Standard">[WEBSOCKETS]</a> </p> <p><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="abnf">ABNF</dfn> means ABNF as augmented by HTTP (in particular the addition of <code>#</code>) and RFC 7405. <a data-link-type="biblio" href="#biblio-rfc7405" title="Case-Sensitive String Support in ABNF">[RFC7405]</a> </p> <hr> <p><dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="credentials">Credentials</dfn> are HTTP cookies, TLS client certificates, and <a data-link-type="dfn" href="#authentication-entry" id="ref-for-authentication-entry">authentication entries</a> (for HTTP authentication). <a data-link-type="biblio" href="#biblio-cookies" title="HTTP State Management Mechanism">[COOKIES]</a> <a data-link-type="biblio" href="#biblio-tls" title="The Transport Layer Security (TLS) Protocol Version 1.3">[TLS]</a> <a data-link-type="biblio" href="#biblio-http" title="HTTP Semantics">[HTTP]</a> </p> <hr> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="fetch-params">fetch params</dfn> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct" id="ref-for-struct">struct</a> used as a bookkeeping detail by the <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch">fetch</a> algorithm. It has the following <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct-item" id="ref-for-struct-item">items</a>: </p> <dl> <dt><dfn class="dfn-paneled" data-dfn-for="fetch params" data-dfn-type="dfn" data-noexport id="fetch-params-request">request</dfn> <dd>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request">request</a>. <dt><dfn class="dfn-paneled" data-dfn-for="fetch params" data-dfn-type="dfn" data-noexport id="fetch-params-process-request-body">process request body chunk length</dfn> (default null) <dt><dfn class="dfn-paneled" data-dfn-for="fetch params" data-dfn-type="dfn" data-noexport id="fetch-params-process-request-end-of-body">process request end-of-body</dfn> (default null) <dt><dfn class="dfn-paneled" data-dfn-for="fetch params" data-dfn-type="dfn" data-noexport id="fetch-params-process-early-hints-response">process early hints response</dfn> (default null) <dt><dfn class="dfn-paneled" data-dfn-for="fetch params" data-dfn-type="dfn" data-noexport id="fetch-params-process-response">process response</dfn> (default null) <dt><dfn class="dfn-paneled" data-dfn-for="fetch params" data-dfn-type="dfn" data-noexport id="fetch-params-process-response-end-of-body">process response end-of-body</dfn> (default null) <dt><dfn class="dfn-paneled" data-dfn-for="fetch params" data-dfn-type="dfn" data-noexport id="fetch-params-process-response-consume-body">process response consume body</dfn> (default null) <dd>Null or an algorithm. <dt><dfn class="dfn-paneled" data-dfn-for="fetch params" data-dfn-type="dfn" data-noexport id="fetch-params-task-destination">task destination</dfn> (default null) <dd>Null, a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#global-object" id="ref-for-global-object">global object</a>, or a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#parallel-queue" id="ref-for-parallel-queue">parallel queue</a>. <dt><dfn class="dfn-paneled" data-dfn-for="fetch params" data-dfn-type="dfn" data-noexport id="fetch-params-cross-origin-isolated-capability">cross-origin isolated capability</dfn> (default false) <dd>A boolean. <dt><dfn class="dfn-paneled" data-dfn-for="fetch params" data-dfn-type="dfn" data-noexport id="fetch-params-controller">controller</dfn> (default a new <a data-link-type="dfn" href="#fetch-controller" id="ref-for-fetch-controller">fetch controller</a>) <dd>A <a data-link-type="dfn" href="#fetch-controller" id="ref-for-fetch-controller①">fetch controller</a>. <dt><dfn class="dfn-paneled" data-dfn-for="fetch params" data-dfn-type="dfn" data-noexport id="fetch-params-timing-info">timing info</dfn> <dd>A <a data-link-type="dfn" href="#fetch-timing-info" id="ref-for-fetch-timing-info">fetch timing info</a>. <dt><dfn class="dfn-paneled" data-dfn-for="fetch params" data-dfn-type="dfn" data-export id="fetch-params-preloaded-response-candidate">preloaded response candidate</dfn> (default null) <dd>Null, "<code>pending</code>", or a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response">response</a>. </dl> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="fetch-controller">fetch controller</dfn> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct" id="ref-for-struct①">struct</a> used to enable callers of <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch①">fetch</a> to perform certain operations on it after it has started. It has the following <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct-item" id="ref-for-struct-item①">items</a>: </p> <dl> <dt><dfn class="dfn-paneled" data-dfn-for="fetch controller" data-dfn-type="dfn" data-export id="fetch-controller-state">state</dfn> (default "<code>ongoing</code>") <dd>"<code>ongoing</code>", "<code>terminated</code>", or "<code>aborted</code>" <dt><dfn class="dfn-paneled" data-dfn-for="fetch controller" data-dfn-type="dfn" data-noexport id="fetch-controller-full-timing-info">full timing info</dfn> (default null) <dd>Null or a <a data-link-type="dfn" href="#fetch-timing-info" id="ref-for-fetch-timing-info①">fetch timing info</a>. <dt><dfn class="dfn-paneled" data-dfn-for="fetch controller" data-dfn-type="dfn" data-noexport id="fetch-controller-report-timing-steps">report timing steps</dfn> (default null) <dd>Null or an algorithm accepting a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#global-object" id="ref-for-global-object①">global object</a>. <dt><dfn class="dfn-paneled" data-dfn-for="fetch controller" data-dfn-type="dfn" data-export id="fetch-controller-serialized-abort-reason">serialized abort reason</dfn> (default null) <dd>Null or a <a data-link-type="dfn" href="https://tc39.es/ecma262/#sec-list-and-record-specification-type" id="ref-for-sec-list-and-record-specification-type">Record</a> (result of <a data-link-type="abstract-op" href="https://html.spec.whatwg.org/multipage/structured-data.html#structuredserialize" id="ref-for-structuredserialize">StructuredSerialize</a>). <dt><dfn class="dfn-paneled" data-dfn-for="fetch controller" data-dfn-type="dfn" data-noexport id="fetch-controller-next-manual-redirect-steps">next manual redirect steps</dfn> (default null) <dd>Null or an algorithm accepting nothing. </dl> <div class="algorithm" data-algorithm="report timing" data-algorithm-for="fetch controller"> <p>To <dfn class="dfn-paneled" data-dfn-for="fetch controller" data-dfn-type="dfn" data-export id="finalize-and-report-timing">report timing</dfn> for a <a data-link-type="dfn" href="#fetch-controller" id="ref-for-fetch-controller②">fetch controller</a> <var>controller</var> given a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#global-object" id="ref-for-global-object②">global object</a> <var>global</var>: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert">Assert</a>: <var>controller</var>’s <a data-link-type="dfn" href="#fetch-controller-report-timing-steps" id="ref-for-fetch-controller-report-timing-steps">report timing steps</a> is non-null. </p> <li> <p>Call <var>controller</var>’s <a data-link-type="dfn" href="#fetch-controller-report-timing-steps" id="ref-for-fetch-controller-report-timing-steps①">report timing steps</a> with <var>global</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="process the next manual redirect" data-algorithm-for="fetch controller"> <p>To <dfn class="dfn-paneled" data-dfn-for="fetch controller" data-dfn-type="dfn" data-export id="fetch-controller-process-the-next-manual-redirect">process the next manual redirect</dfn> for a <a data-link-type="dfn" href="#fetch-controller" id="ref-for-fetch-controller③">fetch controller</a> <var>controller</var>: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert①">Assert</a>: <var>controller</var>’s <a data-link-type="dfn" href="#fetch-controller-next-manual-redirect-steps" id="ref-for-fetch-controller-next-manual-redirect-steps">next manual redirect steps</a> is non-null. </p> <li> <p>Call <var>controller</var>’s <a data-link-type="dfn" href="#fetch-controller-next-manual-redirect-steps" id="ref-for-fetch-controller-next-manual-redirect-steps①">next manual redirect steps</a>. </p> </ol> </div> <div class="algorithm" data-algorithm="extract full timing info" data-algorithm-for="fetch controller"> <p>To <dfn class="dfn-paneled" data-dfn-for="fetch controller" data-dfn-type="dfn" data-export id="extract-full-timing-info">extract full timing info</dfn> given a <a data-link-type="dfn" href="#fetch-controller" id="ref-for-fetch-controller④">fetch controller</a> <var>controller</var>: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert②">Assert</a>: <var>controller</var>’s <a data-link-type="dfn" href="#fetch-controller-full-timing-info" id="ref-for-fetch-controller-full-timing-info">full timing info</a> is non-null. </p> <li> <p>Return <var>controller</var>’s <a data-link-type="dfn" href="#fetch-controller-full-timing-info" id="ref-for-fetch-controller-full-timing-info①">full timing info</a>. </p> </ol> </div> <div class="algorithm" data-algorithm="abort" data-algorithm-for="fetch controller"> <p>To <dfn class="dfn-paneled" data-dfn-for="fetch controller" data-dfn-type="dfn" data-export id="fetch-controller-abort">abort</dfn> a <a data-link-type="dfn" href="#fetch-controller" id="ref-for-fetch-controller⑤">fetch controller</a> <var>controller</var> with an optional <var>error</var>: </p> <ol> <li> <p>Set <var>controller</var>’s <a data-link-type="dfn" href="#fetch-controller-state" id="ref-for-fetch-controller-state">state</a> to "<code>aborted</code>". </p> <li> <p>Let <var>fallbackError</var> be an "<code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#aborterror" id="ref-for-aborterror">AbortError</a></code>" <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-DOMException" id="ref-for-idl-DOMException">DOMException</a></code>. </p> <li> <p>Set <var>error</var> to <var>fallbackError</var> if it is not given. </p> <li> <p>Let <var>serializedError</var> be <a data-link-type="abstract-op" href="https://html.spec.whatwg.org/multipage/structured-data.html#structuredserialize" id="ref-for-structuredserialize①">StructuredSerialize</a>(<var>error</var>). If that threw an exception, catch it, and let <var>serializedError</var> be <a data-link-type="abstract-op" href="https://html.spec.whatwg.org/multipage/structured-data.html#structuredserialize" id="ref-for-structuredserialize②">StructuredSerialize</a>(<var>fallbackError</var>). </p> <li> <p>Set <var>controller</var>’s <a data-link-type="dfn" href="#fetch-controller-serialized-abort-reason" id="ref-for-fetch-controller-serialized-abort-reason">serialized abort reason</a> to <var>serializedError</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="deserialize a serialized abort reason"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="deserialize-a-serialized-abort-reason">deserialize a serialized abort reason</dfn>, given null or a <a data-link-type="dfn" href="https://tc39.es/ecma262/#sec-list-and-record-specification-type" id="ref-for-sec-list-and-record-specification-type①">Record</a> <var>abortReason</var> and a <a data-link-type="dfn" href="https://tc39.es/ecma262/#realm" id="ref-for-realm">realm</a> <var>realm</var>: </p> <ol> <li> <p>Let <var>fallbackError</var> be an "<code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#aborterror" id="ref-for-aborterror①">AbortError</a></code>" <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-DOMException" id="ref-for-idl-DOMException①">DOMException</a></code>. </p> <li> <p>Let <var>deserializedError</var> be <var>fallbackError</var>. </p> <li> <p>If <var>abortReason</var> is non-null, then set <var>deserializedError</var> to <a data-link-type="abstract-op" href="https://html.spec.whatwg.org/multipage/structured-data.html#structureddeserialize" id="ref-for-structureddeserialize">StructuredDeserialize</a>(<var>abortReason</var>, <var>realm</var>). If that threw an exception or returned undefined, then set <var>deserializedError</var> to <var>fallbackError</var>. </p> <li> <p>Return <var>deserializedError</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="terminate" data-algorithm-for="fetch controller"> <p>To <dfn class="dfn-paneled" data-dfn-for="fetch controller" data-dfn-type="dfn" data-export id="fetch-controller-terminate">terminate</dfn> a <a data-link-type="dfn" href="#fetch-controller" id="ref-for-fetch-controller⑥">fetch controller</a> <var>controller</var>, set <var>controller</var>’s <a data-link-type="dfn" href="#fetch-controller-state" id="ref-for-fetch-controller-state①">state</a> to "<code>terminated</code>". </p> </div> <p>A <a data-link-type="dfn" href="#fetch-params" id="ref-for-fetch-params">fetch params</a> <var>fetchParams</var> is <dfn class="dfn-paneled" data-dfn-for="fetch params" data-dfn-type="dfn" data-noexport id="fetch-params-aborted">aborted</dfn> if its <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller">controller</a>’s <a data-link-type="dfn" href="#fetch-controller-state" id="ref-for-fetch-controller-state②">state</a> is "<code>aborted</code>". </p> <p>A <a data-link-type="dfn" href="#fetch-params" id="ref-for-fetch-params①">fetch params</a> <var>fetchParams</var> is <dfn class="dfn-paneled" data-dfn-for="fetch params" data-dfn-type="dfn" data-noexport id="fetch-params-canceled">canceled</dfn> if its <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller①">controller</a>’s <a data-link-type="dfn" href="#fetch-controller-state" id="ref-for-fetch-controller-state③">state</a> is "<code>aborted</code>" or "<code>terminated</code>". </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="fetch-timing-info">fetch timing info</dfn> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct" id="ref-for-struct②">struct</a> used to maintain timing information needed by <cite>Resource Timing</cite> and <cite>Navigation Timing</cite>. It has the following <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct-item" id="ref-for-struct-item②">items</a>: <a data-link-type="biblio" href="#biblio-resource-timing" title="Resource Timing">[RESOURCE-TIMING]</a> <a data-link-type="biblio" href="#biblio-navigation-timing" title="Navigation Timing">[NAVIGATION-TIMING]</a> </p> <dl> <dt><dfn class="dfn-paneled" data-dfn-for="fetch timing info" data-dfn-type="dfn" data-export id="fetch-timing-info-start-time">start time</dfn> (default 0) <dt><dfn class="dfn-paneled" data-dfn-for="fetch timing info" data-dfn-type="dfn" data-export id="fetch-timing-info-redirect-start-time">redirect start time</dfn> (default 0) <dt><dfn class="dfn-paneled" data-dfn-for="fetch timing info" data-dfn-type="dfn" data-export id="fetch-timing-info-redirect-end-time">redirect end time</dfn> (default 0) <dt><dfn class="dfn-paneled" data-dfn-for="fetch timing info" data-dfn-type="dfn" data-export id="fetch-timing-info-post-redirect-start-time">post-redirect start time</dfn> (default 0) <dt><dfn class="dfn-paneled" data-dfn-for="fetch timing info" data-dfn-type="dfn" data-export id="fetch-timing-info-final-service-worker-start-time">final service worker start time</dfn> (default 0) <dt><dfn class="dfn-paneled" data-dfn-for="fetch timing info" data-dfn-type="dfn" data-export id="fetch-timing-info-final-network-request-start-time">final network-request start time</dfn> (default 0) <dt><dfn class="dfn-paneled" data-dfn-for="fetch timing info" data-dfn-type="dfn" data-export id="fetch-timing-info-first-interim-network-response-start-time">first interim network-response start time</dfn> (default 0) <dt><dfn class="dfn-paneled" data-dfn-for="fetch timing info" data-dfn-type="dfn" data-export id="fetch-timing-info-final-network-response-start-time">final network-response start time</dfn> (default 0) <dt><dfn class="dfn-paneled" data-dfn-for="fetch timing info" data-dfn-type="dfn" data-export id="fetch-timing-info-end-time">end time</dfn> (default 0) <dd>A <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/hr-time/#dom-domhighrestimestamp" id="ref-for-dom-domhighrestimestamp">DOMHighResTimeStamp</a></code>. <dt><dfn class="dfn-paneled" data-dfn-for="fetch timing info" data-dfn-type="dfn" data-export id="fetch-timing-info-final-connection-timing-info">final connection timing info</dfn> (default null) <dd>Null or a <a data-link-type="dfn" href="#connection-timing-info" id="ref-for-connection-timing-info">connection timing info</a>. <dt><dfn class="dfn-paneled" data-dfn-for="fetch timing info" data-dfn-type="dfn" data-export id="fetch-timing-info-server-timing-headers">server-timing headers</dfn> (default « ») <dd>A <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list">list</a> of strings. <dt><dfn class="dfn-paneled" data-dfn-for="fetch timing info" data-dfn-type="dfn" data-export id="fetch-timing-info-render-blocking">render-blocking</dfn> (default false) <dd>A boolean. </dl> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="response-body-info">response body info</dfn> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct" id="ref-for-struct③">struct</a> used to maintain information needed by <cite>Resource Timing</cite> and <cite>Navigation Timing</cite>. It has the following <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct-item" id="ref-for-struct-item③">items</a>: <a data-link-type="biblio" href="#biblio-resource-timing" title="Resource Timing">[RESOURCE-TIMING]</a> <a data-link-type="biblio" href="#biblio-navigation-timing" title="Navigation Timing">[NAVIGATION-TIMING]</a> </p> <dl> <dt><dfn class="dfn-paneled" data-dfn-for="response body info" data-dfn-type="dfn" data-export id="fetch-timing-info-encoded-body-size">encoded size</dfn> (default 0) <dt><dfn class="dfn-paneled" data-dfn-for="response body info" data-dfn-type="dfn" data-export id="fetch-timing-info-decoded-body-size">decoded size</dfn> (default 0) <dd>A number. <dt><dfn class="dfn-paneled" data-dfn-for="response body info" data-dfn-type="dfn" data-export id="response-body-info-content-type">content type</dfn> (default the empty string) <dd>An <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ascii-string" id="ref-for-ascii-string">ASCII string</a>. </dl> <div class="algorithm" data-algorithm="create an opaque timing info"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export data-lt="create an opaque timing info|creating an opaque timing info" id="create-an-opaque-timing-info">create an opaque timing info</dfn>, given a <a data-link-type="dfn" href="#fetch-timing-info" id="ref-for-fetch-timing-info②">fetch timing info</a> <var>timingInfo</var>, return a new <a data-link-type="dfn" href="#fetch-timing-info" id="ref-for-fetch-timing-info③">fetch timing info</a> whose <a data-link-type="dfn" href="#fetch-timing-info-start-time" id="ref-for-fetch-timing-info-start-time">start time</a> and <a data-link-type="dfn" href="#fetch-timing-info-post-redirect-start-time" id="ref-for-fetch-timing-info-post-redirect-start-time">post-redirect start time</a> are <var>timingInfo</var>’s <a data-link-type="dfn" href="#fetch-timing-info-start-time" id="ref-for-fetch-timing-info-start-time①">start time</a>. </p> </div> <div class="algorithm" data-algorithm="queue a fetch task"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="queue-a-fetch-task">queue a fetch task</dfn>, given an algorithm <var>algorithm</var>, a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#global-object" id="ref-for-global-object③">global object</a> or a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#parallel-queue" id="ref-for-parallel-queue①">parallel queue</a> <var>taskDestination</var>, run these steps: </p> <ol> <li> <p>If <var>taskDestination</var> is a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#parallel-queue" id="ref-for-parallel-queue②">parallel queue</a>, then <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#enqueue-the-following-steps" id="ref-for-enqueue-the-following-steps">enqueue</a> <var>algorithm</var> to <var>taskDestination</var>. </p> <li> <p>Otherwise, <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task" id="ref-for-queue-a-global-task">queue a global task</a> on the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#networking-task-source" id="ref-for-networking-task-source">networking task source</a> with <var>taskDestination</var> and <var>algorithm</var>. </p> </ol> </div> <hr> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="serialize-an-integer">serialize an integer</dfn>, represent it as a string of the shortest possible decimal number. </p> <p class="XXX">This will be replaced by a more descriptive algorithm in Infra. See <a href="https://github.com/whatwg/infra/issues/201">infra/201</a>. </p> <h3 class="heading settled" data-level="2.1" id="url"><span class="secno">2.1. </span><span class="content">URL</span><a class="self-link" href="#url"></a></h3> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="local-scheme">local scheme</dfn> is "<code>about</code>", "<code>blob</code>", or "<code>data</code>". </p> <p>A <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url">URL</a> <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="is-local">is local</dfn> if its <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme">scheme</a> is a <a data-link-type="dfn" href="#local-scheme" id="ref-for-local-scheme">local scheme</a>. </p> <p class="note" role="note">This definition is also used by <cite>Referrer Policy</cite>. <a data-link-type="biblio" href="#biblio-referrer" title="Referrer Policy">[REFERRER]</a> </p> <p>An <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="http-scheme">HTTP(S) scheme</dfn> is "<code>http</code>" or "<code>https</code>". </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="fetch-scheme">fetch scheme</dfn> is "<code>about</code>", "<code>blob</code>", "<code>data</code>", "<code>file</code>", or an <a data-link-type="dfn" href="#http-scheme" id="ref-for-http-scheme">HTTP(S) scheme</a>. </p> <p class="note" role="note"><a data-link-type="dfn" href="#http-scheme" id="ref-for-http-scheme①">HTTP(S) scheme</a> and <a data-link-type="dfn" href="#fetch-scheme" id="ref-for-fetch-scheme">fetch scheme</a> are also used by <cite>HTML</cite>. <a data-link-type="biblio" href="#biblio-html" title="HTML Standard">[HTML]</a> </p> <h3 class="heading settled" data-level="2.2" id="http"><span class="secno">2.2. </span><span class="content">HTTP</span><a class="self-link" href="#http"></a></h3> <p>While <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch②">fetching</a> encompasses more than just HTTP, it borrows a number of concepts from HTTP and applies these to resources obtained via other means (e.g., <code>data</code> URLs). </p> <p>An <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="http-tab-or-space">HTTP tab or space</dfn> is U+0009 TAB or U+0020 SPACE. </p> <p><dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="http-whitespace">HTTP whitespace</dfn> is U+000A LF, U+000D CR, or an <a data-link-type="dfn" href="#http-tab-or-space" id="ref-for-http-tab-or-space">HTTP tab or space</a>. </p> <p class="note" role="note"><a data-link-type="dfn" href="#http-whitespace" id="ref-for-http-whitespace">HTTP whitespace</a> is only useful for specific constructs that are reused outside the context of HTTP headers (e.g., <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#mime-type" id="ref-for-mime-type">MIME types</a>). For HTTP header values, using <a data-link-type="dfn" href="#http-tab-or-space" id="ref-for-http-tab-or-space①">HTTP tab or space</a> is preferred, and outside that context <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ascii-whitespace" id="ref-for-ascii-whitespace">ASCII whitespace</a> is preferred. Unlike <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ascii-whitespace" id="ref-for-ascii-whitespace①">ASCII whitespace</a> this excludes U+000C FF. </p> <p>An <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="http-newline-byte">HTTP newline byte</dfn> is 0x0A (LF) or 0x0D (CR). </p> <p>An <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="http-tab-or-space-byte">HTTP tab or space byte</dfn> is 0x09 (HT) or 0x20 (SP). </p> <p>An <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="http-whitespace-byte">HTTP whitespace byte</dfn> is an <a data-link-type="dfn" href="#http-newline-byte" id="ref-for-http-newline-byte">HTTP newline byte</a> or <a data-link-type="dfn" href="#http-tab-or-space-byte" id="ref-for-http-tab-or-space-byte">HTTP tab or space byte</a>. </p> <div class="algorithm" data-algorithm="collect an HTTP quoted string"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export data-lt="collect an HTTP quoted string|collecting an HTTP quoted string" id="collect-an-http-quoted-string">collect an HTTP quoted string</dfn> from a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#string" id="ref-for-string">string</a> <var>input</var>, given a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#string-position-variable" id="ref-for-string-position-variable">position variable</a> <var>position</var> and an optional boolean <var>extract-value</var> (default false): </p> <ol> <li> <p>Let <var>positionStart</var> be <var>position</var>. </p> <li> <p>Let <var>value</var> be the empty string. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert③">Assert</a>: the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#code-point" id="ref-for-code-point">code point</a> at <var>position</var> within <var>input</var> is U+0022 ("). </p> <li> <p>Advance <var>position</var> by 1. </p> <li> <p>While true: </p> <ol> <li> <p>Append the result of <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points" id="ref-for-collect-a-sequence-of-code-points">collecting a sequence of code points</a> that are not U+0022 (") or U+005C (\) from <var>input</var>, given <var>position</var>, to <var>value</var>. </p> <li> <p>If <var>position</var> is past the end of <var>input</var>, then <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#iteration-break" id="ref-for-iteration-break">break</a>. </p> <li> <p>Let <var>quoteOrBackslash</var> be the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#code-point" id="ref-for-code-point①">code point</a> at <var>position</var> within <var>input</var>. </p> <li> <p>Advance <var>position</var> by 1. </p> <li> <p>If <var>quoteOrBackslash</var> is U+005C (\), then: </p> <ol> <li> <p>If <var>position</var> is past the end of <var>input</var>, then append U+005C (\) to <var>value</var> and <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#iteration-break" id="ref-for-iteration-break①">break</a>. </p> <li> <p>Append the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#code-point" id="ref-for-code-point②">code point</a> at <var>position</var> within <var>input</var> to <var>value</var>. </p> <li> <p>Advance <var>position</var> by 1. </p> </ol> <li> <p>Otherwise: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert④">Assert</a>: <var>quoteOrBackslash</var> is U+0022 ("). </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#iteration-break" id="ref-for-iteration-break②">Break</a>. </p> </ol> </ol> <li> <p>If <var>extract-value</var> is true, then return <var>value</var>. </p> <li> <p>Return the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#code-point" id="ref-for-code-point③">code points</a> from <var>positionStart</var> to <var>position</var>, inclusive, within <var>input</var>. </p> </ol> <div class="example" id="example-http-quoted-string"> <a class="self-link" href="#example-http-quoted-string"></a> <table> <tbody> <tr> <th>Input <th>Output <th>Output with <var>extract-value</var> set to true <th>Final <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#string-position-variable" id="ref-for-string-position-variable①">position variable</a> value <tr> <td>"<code><mark>"\</mark></code>" <td>"<code>"\</code>" <td>"<code>\</code>" <td>2 <tr> <td>"<code><mark>"Hello"</mark> World</code>" <td>"<code>"Hello"</code>" <td>"<code>Hello</code>" <td>7 <tr> <td>"<code><mark>"Hello \\ World\""</mark></code>" <td>"<code>"Hello \\ World\""</code>" <td>"<code>Hello \ World"</code>" <td>18 </table> <p class="tablenote"><small>The <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#string-position-variable" id="ref-for-string-position-variable②">position variable</a> always starts at 0 in these examples.</small> </p> </div> </div> <h4 class="heading settled" data-level="2.2.1" id="methods"><span class="secno">2.2.1. </span><span class="content">Methods</span><a class="self-link" href="#methods"></a></h4> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-method">method</dfn> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence">byte sequence</a> that matches the <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9110.html#method.overview" id="ref-for-method.overview">method</a> token production. </p> <p id="simple-method">A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="cors-safelisted-method">CORS-safelisted method</dfn> is a <a data-link-type="dfn" href="#concept-method" id="ref-for-concept-method">method</a> that is `<code>GET</code>`, `<code>HEAD</code>`, or `<code>POST</code>`. </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="forbidden-method">forbidden method</dfn> is a <a data-link-type="dfn" href="#concept-method" id="ref-for-concept-method①">method</a> that is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive">byte-case-insensitive</a> match for `<code>CONNECT</code>`, `<code>TRACE</code>`, or `<code>TRACK</code>`. <a data-link-type="biblio" href="#biblio-httpverbsec1" title="Multiple vendors' web servers enable HTTP TRACE method by default.">[HTTPVERBSEC1]</a>, <a data-link-type="biblio" href="#biblio-httpverbsec2" title="Microsoft Internet Information Server (IIS) vulnerable to cross-site scripting via HTTP TRACK method.">[HTTPVERBSEC2]</a>, <a data-link-type="biblio" href="#biblio-httpverbsec3" title="HTTP proxy default configurations allow arbitrary TCP connections.">[HTTPVERBSEC3]</a> </p> <p>To <dfn class="dfn-paneled" data-dfn-for="method" data-dfn-type="dfn" data-export id="concept-method-normalize">normalize</dfn> a <a data-link-type="dfn" href="#concept-method" id="ref-for-concept-method②">method</a>, if it is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive①">byte-case-insensitive</a> match for `<code>DELETE</code>`, `<code>GET</code>`, `<code>HEAD</code>`, `<code>OPTIONS</code>`, `<code>POST</code>`, or `<code>PUT</code>`, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-uppercase" id="ref-for-byte-uppercase">byte-uppercase</a> it. </p> <p class="note" role="note"><a data-link-type="dfn" href="#concept-method-normalize" id="ref-for-concept-method-normalize">Normalization</a> is done for backwards compatibility and consistency across APIs as <a data-link-type="dfn" href="#concept-method" id="ref-for-concept-method③">methods</a> are actually "case-sensitive". </p> <p class="example" id="example-normalization"><a class="self-link" href="#example-normalization"></a>Using `<code>patch</code>` is highly likely to result in a `<code>405 Method Not Allowed</code>`. `<code>PATCH</code>` is much more likely to succeed. </p> <p class="note" role="note">There are no restrictions on <a data-link-type="dfn" href="#concept-method" id="ref-for-concept-method④">methods</a>. `<code>CHICKEN</code>` is perfectly acceptable (and not a misspelling of `<code>CHECKIN</code>`). Other than those that are <a data-link-type="dfn" href="#concept-method-normalize" id="ref-for-concept-method-normalize①">normalized</a> there are no casing restrictions either. `<code>Egg</code>` or `<code>eGg</code>` would be fine, though uppercase is encouraged for consistency. </p> <h4 class="heading settled" data-level="2.2.2" id="terminology-headers"><span class="secno">2.2.2. </span><span class="content">Headers</span><a class="self-link" href="#terminology-headers"></a></h4> <p class="note" role="note">HTTP generally refers to a header as a "field" or "header field". The web platform uses the more colloquial term "header". <a data-link-type="biblio" href="#biblio-http" title="HTTP Semantics">[HTTP]</a> </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-header-list">header list</dfn> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list①">list</a> of zero or more <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header">headers</a>. It is initially « ». </p> <p class="note" role="note">A <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list">header list</a> is essentially a specialized multimap: an ordered list of key-value pairs with potentially duplicate keys. Since headers other than `<code>Set-Cookie</code>` are always combined when exposed to client-side JavaScript, implementations could choose a more efficient representation, as long as they also support an associated data structure for `<code>Set-Cookie</code>` headers. </p> <div class="algorithm" data-algorithm="get a structured field value" data-algorithm-for="header list"> <p>To <dfn class="dfn-paneled" data-dfn-for="header list" data-dfn-type="dfn" data-export id="concept-header-list-get-structured-header">get a structured field value</dfn> given a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name">header name</a> <var>name</var> and a string <var>type</var> from a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list①">header list</a> <var>list</var>, run these steps. They return null or a <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9651.html#rfc.section.2" id="ref-for-rfc.section.2">structured field value</a>. </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert⑤">Assert</a>: <var>type</var> is one of "<code>dictionary</code>", "<code>list</code>", or "<code>item</code>". </p> <li> <p>Let <var>value</var> be the result of <a data-link-type="dfn" href="#concept-header-list-get" id="ref-for-concept-header-list-get">getting</a> <var>name</var> from <var>list</var>. </p> <li> <p>If <var>value</var> is null, then return null. </p> <li> <p>Let <var>result</var> be the result of <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9651.html#text-parse" id="ref-for-text-parse">parsing structured fields</a> with <var>input_string</var> set to <var>value</var> and <var>header_type</var> set to <var>type</var>. </p> <li> <p>If parsing failed, then return null. </p> <li> <p>Return <var>result</var>. </p> </ol> <p class="note" role="note"><a data-link-type="dfn" href="#concept-header-list-get-structured-header" id="ref-for-concept-header-list-get-structured-header">Get a structured field value</a> intentionally does not distinguish between a <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header①">header</a> not being present and its <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value">value</a> failing to parse as a <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9651.html#rfc.section.2" id="ref-for-rfc.section.2①">structured field value</a>. This ensures uniform processing across the web platform. </p> </div> <div class="algorithm" data-algorithm="set a structured field value" data-algorithm-for="header list"> <p>To <dfn class="dfn-paneled" data-dfn-for="header list" data-dfn-type="dfn" data-export id="concept-header-list-set-structured-header">set a structured field value</dfn> given a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#tuple" id="ref-for-tuple">tuple</a> (<a data-link-type="dfn" href="#header-name" id="ref-for-header-name①">header name</a> <var>name</var>, <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9651.html#rfc.section.2" id="ref-for-rfc.section.2②">structured field value</a> <var>structuredValue</var>), in a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list②">header list</a> <var>list</var>: </p> <ol> <li> <p>Let <var>serializedValue</var> be the result of executing the <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9651.html#text-serialize" id="ref-for-text-serialize">serializing structured fields</a> algorithm on <var>structuredValue</var>. </p> <li> <p><a data-link-type="dfn" href="#concept-header-list-set" id="ref-for-concept-header-list-set">Set</a> (<var>name</var>, <var>serializedValue</var>) in <var>list</var>. </p> </ol> <p class="note" role="note"><a data-link-type="dfn" href="https://httpwg.org/specs/rfc9651.html#rfc.section.2" id="ref-for-rfc.section.2③">Structured field values</a> are defined as objects which HTTP can (eventually) serialize in interesting and efficient ways. For the moment, Fetch only supports <a data-link-type="dfn" href="#header-value" id="ref-for-header-value">header values</a> as <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence①">byte sequences</a>, which means that these objects can be set in <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list③">header lists</a> only via serialization, and they can be obtained from <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list④">header lists</a> only by parsing. In the future the fact that they are objects might be preserved end-to-end. <a data-link-type="biblio" href="#biblio-rfc9651" title="Structured Field Values for HTTP">[RFC9651]</a> </p> </div> <hr> <div class="algorithm" data-algorithm="contains" data-algorithm-for="header list"> <p>A <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list⑤">header list</a> <var>list</var> <dfn class="dfn-paneled" data-dfn-for="header list" data-dfn-type="dfn" data-export data-lt="contains|does not contain" id="header-list-contains">contains</dfn> a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name②">header name</a> <var>name</var> if <var>list</var> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-contain" id="ref-for-list-contain">contains</a> a <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header②">header</a> whose <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name">name</a> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive②">byte-case-insensitive</a> match for <var>name</var>. </p> </div> <div class="algorithm" data-algorithm="get" data-algorithm-for="header list"> <p>To <dfn class="dfn-paneled" data-dfn-for="header list" data-dfn-type="dfn" data-export id="concept-header-list-get">get</dfn> a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name③">header name</a> <var>name</var> from a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list⑥">header list</a> <var>list</var>, run these steps. They return null or a <a data-link-type="dfn" href="#header-value" id="ref-for-header-value①">header value</a>. </p> <ol> <li> <p>If <var>list</var> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains">does not contain</a> <var>name</var>, then return null. </p> <li> <p>Return the <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value①">values</a> of all <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header③">headers</a> in <var>list</var> whose <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name①">name</a> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive③">byte-case-insensitive</a> match for <var>name</var>, separated from each other by 0x2C 0x20, in order. </p> </ol> </div> <div class="algorithm" data-algorithm="get, decode, and split" data-algorithm-for="header list"> <p>To <dfn class="dfn-paneled" data-dfn-for="header list" data-dfn-type="dfn" data-export data-lt="get, decode, and split|getting, decoding, and splitting" id="concept-header-list-get-decode-split">get, decode, and split</dfn> a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name④">header name</a> <var>name</var> from <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list⑦">header list</a> <var>list</var>, run these steps. They return null or a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list②">list</a> of <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#string" id="ref-for-string①">strings</a>. </p> <ol> <li> <p>Let <var>value</var> be the result of <a data-link-type="dfn" href="#concept-header-list-get" id="ref-for-concept-header-list-get①">getting</a> <var>name</var> from <var>list</var>. </p> <li> <p>If <var>value</var> is null, then return null. </p> <li> <p>Return the result of <a data-link-type="dfn" href="#header-value-get-decode-and-split" id="ref-for-header-value-get-decode-and-split">getting, decoding, and splitting</a> <var>value</var>. </p> </ol> </div> <div class="example" id="example-header-list-get-decode-split"> <a class="self-link" href="#example-header-list-get-decode-split"></a> <p>This is how <a data-link-type="dfn" href="#concept-header-list-get-decode-split" id="ref-for-concept-header-list-get-decode-split">get, decode, and split</a> functions in practice with `<code>A</code>` as the <var>name</var> argument: </p> <table> <tbody> <tr> <th>Headers (as on the network) <th>Output <tr> <td> <pre><code class="lang-http highlight">A: nosniff, </code></pre> <td rowspan="2">« "<code>nosniff</code>", "" » <tr> <td> <pre><code class="lang-http highlight">A: nosniff B: sniff A: </code></pre> <tr> <td> <pre><code class="lang-http highlight">A: B: sniff </code></pre> <td>« "" » <tr> <td> <pre><code class="lang-http highlight">B: sniff </code></pre> <td>null <tr> <td> <pre><code class="lang-http highlight">A: text/html;", x/x</code></pre> <td rowspan="2">« "<code>text/html;", x/x</code>" » <tr> <td> <pre><code class="lang-http highlight">A: text/html;" A: x/x </code></pre> <tr> <td> <pre><code class="lang-http highlight">A: x/x;test="hi",y/y </code></pre> <td rowspan="2">« "<code>x/x;test="hi"</code>", "<code>y/y</code>" » <tr> <td> <pre><code class="lang-http highlight">A: x/x;test="hi" C: **bingo** A: y/y </code></pre> <tr> <td> <pre><code class="lang-http highlight">A: x / x,,,1 </code></pre> <td rowspan="2">« "<code>x / x</code>", "", "", "<code>1</code>" » <tr> <td> <pre><code class="lang-http highlight">A: x / x A: , A: 1 </code></pre> <tr> <td> <pre><code class="lang-http highlight">A: "1,2", 3 </code></pre> <td rowspan="2">« "<code>"1,2"</code>", "<code>3</code>" » <tr> <td> <pre><code class="lang-http highlight">A: "1,2" D: 4 A: 3 </code></pre> </table> </div> <div class="algorithm" data-algorithm="get, decode, and split" data-algorithm-for="header value"> <p>To <dfn class="dfn-paneled" data-dfn-for="header value" data-dfn-type="dfn" data-lt="get, decode, and split|getting, decoding, and splitting" data-noexport id="header-value-get-decode-and-split">get, decode, and split</dfn> a <a data-link-type="dfn" href="#header-value" id="ref-for-header-value②">header value</a> <var>value</var>, run these steps. They return a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list③">list</a> of <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#string" id="ref-for-string②">strings</a>. </p> <ol> <li> <p>Let <var>input</var> be the result of <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-decode" id="ref-for-isomorphic-decode">isomorphic decoding</a> <var>value</var>. </p> <li> <p>Let <var>position</var> be a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#string-position-variable" id="ref-for-string-position-variable③">position variable</a> for <var>input</var>, initially pointing at the start of <var>input</var>. </p> <li> <p>Let <var>values</var> be a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list④">list</a> of <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#string" id="ref-for-string③">strings</a>, initially « ». </p> <li> <p>Let <var>temporaryValue</var> be the empty string. </p> <li> <p>While true: </p> <ol> <li> <p>Append the result of <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points" id="ref-for-collect-a-sequence-of-code-points①">collecting a sequence of code points</a> that are not U+0022 (") or U+002C (,) from <var>input</var>, given <var>position</var>, to <var>temporaryValue</var>. </p> <p class="note" role="note">The result might be the empty string. </p> <li> <p>If <var>position</var> is not past the end of <var>input</var> and the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#code-point" id="ref-for-code-point④">code point</a> at <var>position</var> within <var>input</var> is U+0022 ("): </p> <ol> <li> <p>Append the result of <a data-link-type="dfn" href="#collect-an-http-quoted-string" id="ref-for-collect-an-http-quoted-string">collecting an HTTP quoted string</a> from <var>input</var>, given <var>position</var>, to <var>temporaryValue</var>. </p> <li>If <var>position</var> is not past the end of <var>input</var>, then <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#iteration-continue" id="ref-for-iteration-continue">continue</a>. </ol> <li> <p>Remove all <a data-link-type="dfn" href="#http-tab-or-space" id="ref-for-http-tab-or-space②">HTTP tab or space</a> from the start and end of <var>temporaryValue</var>. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append">Append</a> <var>temporaryValue</var> to <var>values</var>. </p> <li> <p>Set <var>temporaryValue</var> to the empty string. </p> <li> <p>If <var>position</var> is past the end of <var>input</var>, then return <var>values</var>. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert⑥">Assert</a>: the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#code-point" id="ref-for-code-point⑤">code point</a> at <var>position</var> within <var>input</var> is U+002C (,). </p> <li> <p>Advance <var>position</var> by 1. </p> </ol> </ol> <p class="note" role="note">Except for blessed call sites, the algorithm directly above is not to be invoked directly. Use <a data-link-type="dfn" href="#concept-header-list-get-decode-split" id="ref-for-concept-header-list-get-decode-split①">get, decode, and split</a> instead. </p> </div> <div class="algorithm" data-algorithm="append" data-algorithm-for="header list"> <p>To <dfn class="dfn-paneled" data-dfn-for="header list" data-dfn-type="dfn" data-export id="concept-header-list-append">append</dfn> a <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header④">header</a> (<var>name</var>, <var>value</var>) to a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list⑧">header list</a> <var>list</var>: </p> <ol> <li> <p>If <var>list</var> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains①">contains</a> <var>name</var>, then set <var>name</var> to the first such <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑤">header</a>’s <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name②">name</a>. </p> <p class="note" role="note">This reuses the casing of the <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name③">name</a> of the <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑥">header</a> already in <var>list</var>, if any. If there are multiple matched <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑦">headers</a> their <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name④">names</a> will all be identical. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append①">Append</a> (<var>name</var>, <var>value</var>) to <var>list</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="delete" data-algorithm-for="header list"> <p>To <dfn class="dfn-paneled" data-dfn-for="header list" data-dfn-type="dfn" data-export id="concept-header-list-delete">delete</dfn> a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name⑤">header name</a> <var>name</var> from a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list⑨">header list</a> <var>list</var>, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-remove" id="ref-for-list-remove">remove</a> all <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑧">headers</a> whose <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name⑤">name</a> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive④">byte-case-insensitive</a> match for <var>name</var> from <var>list</var>. </p> </div> <div class="algorithm" data-algorithm="set" data-algorithm-for="header list"> <p>To <dfn class="dfn-paneled" data-dfn-for="header list" data-dfn-type="dfn" data-export id="concept-header-list-set">set</dfn> a <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑨">header</a> (<var>name</var>, <var>value</var>) in a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list①⓪">header list</a> <var>list</var>: </p> <ol> <li> <p>If <var>list</var> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains②">contains</a> <var>name</var>, then set the <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value②">value</a> of the first such <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header①⓪">header</a> to <var>value</var> and <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-remove" id="ref-for-list-remove①">remove</a> the others. </p> <li> <p>Otherwise, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append②">append</a> (<var>name</var>, <var>value</var>) to <var>list</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="combine" data-algorithm-for="header list"> <p>To <dfn class="dfn-paneled" data-dfn-for="header list" data-dfn-type="dfn" data-export id="concept-header-list-combine">combine</dfn> a <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header①①">header</a> (<var>name</var>, <var>value</var>) in a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list①①">header list</a> <var>list</var>: </p> <ol> <li> <p>If <var>list</var> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains③">contains</a> <var>name</var>, then set the <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value③">value</a> of the first such <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header①②">header</a> to its <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value④">value</a>, followed by 0x2C 0x20, followed by <var>value</var>. </p> <li> <p>Otherwise, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append③">append</a> (<var>name</var>, <var>value</var>) to <var>list</var>. </p> </ol> <p class="note" role="note"><a data-link-type="dfn" href="#concept-header-list-combine" id="ref-for-concept-header-list-combine">Combine</a> is used by <code class="idl"><a data-link-type="idl" href="https://xhr.spec.whatwg.org/#xmlhttprequest" id="ref-for-xmlhttprequest">XMLHttpRequest</a></code> and the <a data-link-type="dfn" href="https://websockets.spec.whatwg.org/#concept-websocket-establish" id="ref-for-concept-websocket-establish">WebSocket protocol handshake</a>. </p> </div> <div class="algorithm" data-algorithm="convert header names to a sorted-lowercase set"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="convert-header-names-to-a-sorted-lowercase-set">convert header names to a sorted-lowercase set</dfn>, given a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list⑤">list</a> of <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name⑥">names</a> <var>headerNames</var>, run these steps. They return an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ordered-set" id="ref-for-ordered-set">ordered set</a> of <a data-link-type="dfn" href="#header-name" id="ref-for-header-name⑥">header names</a>. </p> <ol> <li> <p>Let <var>headerNamesSet</var> be a new <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ordered-set" id="ref-for-ordered-set①">ordered set</a>. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate">For each</a> <var>name</var> of <var>headerNames</var>, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#set-append" id="ref-for-set-append">append</a> the result of <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-lowercase" id="ref-for-byte-lowercase">byte-lowercasing</a> <var>name</var> to <var>headerNamesSet</var>. </p> <li> <p>Return the result of <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-sort-in-ascending-order" id="ref-for-list-sort-in-ascending-order">sorting</a> <var>headerNamesSet</var> in ascending order with <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-less-than" id="ref-for-byte-less-than">byte less than</a>. </p> </ol> </div> <div class="algorithm" data-algorithm="sort and combine" data-algorithm-for="header list"> <p>To <dfn class="dfn-paneled" data-dfn-for="header list" data-dfn-type="dfn" data-export id="concept-header-list-sort-and-combine">sort and combine</dfn> a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list①②">header list</a> <var>list</var>, run these steps. They return a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list①③">header list</a>. </p> <ol> <li> <p>Let <var>headers</var> be a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list①④">header list</a>. </p> <li> <p>Let <var>names</var> be the result of <a data-link-type="dfn" href="#convert-header-names-to-a-sorted-lowercase-set" id="ref-for-convert-header-names-to-a-sorted-lowercase-set">convert header names to a sorted-lowercase set</a> with all the <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name⑦">names</a> of the <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header①③">headers</a> in <var>list</var>. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate①">For each</a> <var>name</var> of <var>names</var>: </p> <ol> <li> <p>If <var>name</var> is `<code>set-cookie</code>`, then: </p> <ol> <li> <p>Let <var>values</var> be a list of all <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value⑤">values</a> of <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header①④">headers</a> in <var>list</var> whose <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name⑧">name</a> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive⑤">byte-case-insensitive</a> match for <var>name</var>, in order. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate②">For each</a> <var>value</var> of <var>values</var>: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append④">Append</a> (<var>name</var>, <var>value</var>) to <var>headers</var>. </p> </ol> </ol> <li> <p>Otherwise: </p> <ol> <li> <p>Let <var>value</var> be the result of <a data-link-type="dfn" href="#concept-header-list-get" id="ref-for-concept-header-list-get②">getting</a> <var>name</var> from <var>list</var>. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert⑦">Assert</a>: <var>value</var> is non-null. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append⑤">Append</a> (<var>name</var>, <var>value</var>) to <var>headers</var>. </p> </ol> </ol> <li> <p>Return <var>headers</var>. </p> </ol> </div> <hr> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-header">header</dfn> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#tuple" id="ref-for-tuple①">tuple</a> that consists of a <dfn class="dfn-paneled" data-dfn-for="header" data-dfn-type="dfn" data-export id="concept-header-name">name</dfn> (a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name⑦">header name</a>) and <dfn class="dfn-paneled" data-dfn-for="header" data-dfn-type="dfn" data-export id="concept-header-value">value</dfn> (a <a data-link-type="dfn" href="#header-value" id="ref-for-header-value③">header value</a>). </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="header-name">header name</dfn> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence②">byte sequence</a> that matches the <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9110.html#fields.names" id="ref-for-fields.names">field-name</a> token production. </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="header-value">header value</dfn> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence③">byte sequence</a> that matches the following conditions: </p> <ul class="brief"> <li> <p>Has no leading or trailing <a data-link-type="dfn" href="#http-tab-or-space-byte" id="ref-for-http-tab-or-space-byte①">HTTP tab or space bytes</a>. </p> <li> <p>Contains no 0x00 (NUL) or <a data-link-type="dfn" href="#http-newline-byte" id="ref-for-http-newline-byte①">HTTP newline bytes</a>. </p> </ul> <p class="note" role="note">The definition of <a data-link-type="dfn" href="#header-value" id="ref-for-header-value④">header value</a> is not defined in terms of the <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9110.html#fields.values" id="ref-for-fields.values">field-value</a> token production as it is <a href="https://github.com/httpwg/http-core/issues/215" title="field-value value space">not compatible with deployed content</a>. </p> <div class="algorithm" data-algorithm="normalize" data-algorithm-for="header value"> <p>To <dfn class="dfn-paneled" data-dfn-for="header value" data-dfn-type="dfn" data-export id="concept-header-value-normalize">normalize</dfn> a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence④">byte sequence</a> <var>potentialValue</var>, remove any leading and trailing <a data-link-type="dfn" href="#http-whitespace-byte" id="ref-for-http-whitespace-byte">HTTP whitespace bytes</a> from <var>potentialValue</var>. </p> </div> <hr> <div class="algorithm" data-algorithm="CORS-safelisted request-header"> <p id="simple-header">To determine whether a <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header①⑤">header</a> (<var>name</var>, <var>value</var>) is a <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="cors-safelisted-request-header">CORS-safelisted request-header</dfn>, run these steps: </p> <ol> <li> <p>If <var>value</var>’s <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence-length" id="ref-for-byte-sequence-length">length</a> is greater than 128, then return false. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-lowercase" id="ref-for-byte-lowercase①">Byte-lowercase</a> <var>name</var> and switch on the result: </p> <dl class="switch"> <dt>`<code>accept</code>` <dd> <p>If <var>value</var> contains a <a data-link-type="dfn" href="#cors-unsafe-request-header-byte" id="ref-for-cors-unsafe-request-header-byte">CORS-unsafe request-header byte</a>, then return false. </p> <dt>`<code>accept-language</code>` <dt>`<code>content-language</code>` <dd> <p>If <var>value</var> contains a byte that is not in the range 0x30 (0) to 0x39 (9), inclusive, is not in the range 0x41 (A) to 0x5A (Z), inclusive, is not in the range 0x61 (a) to 0x7A (z), inclusive, and is not 0x20 (SP), 0x2A (*), 0x2C (,), 0x2D (-), 0x2E (.), 0x3B (;), or 0x3D (=), then return false. </p> <dt>`<code>content-type</code>` <dd> <ol> <li> <p>If <var>value</var> contains a <a data-link-type="dfn" href="#cors-unsafe-request-header-byte" id="ref-for-cors-unsafe-request-header-byte①">CORS-unsafe request-header byte</a>, then return false. </p> <li> <p>Let <var>mimeType</var> be the result of <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#parse-a-mime-type" id="ref-for-parse-a-mime-type">parsing</a> the result of <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-decode" id="ref-for-isomorphic-decode①">isomorphic decoding</a> <var>value</var>. </p> <li> <p>If <var>mimeType</var> is failure, then return false. </p> <li> <p>If <var>mimeType</var>’s <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#mime-type-essence" id="ref-for-mime-type-essence">essence</a> is not "<code>application/x-www-form-urlencoded</code>", "<code>multipart/form-data</code>", or "<code>text/plain</code>", then return false. </p> </ol> <p class="warning">This intentionally does not use <a data-link-type="dfn" href="#concept-header-extract-mime-type" id="ref-for-concept-header-extract-mime-type">extract a MIME type</a> as that algorithm is rather forgiving and servers are not expected to implement it. </p> <div class="example" id="example-cors-safelisted-request-header-content-type"> <a class="self-link" href="#example-cors-safelisted-request-header-content-type"></a> <p>If <a data-link-type="dfn" href="#concept-header-extract-mime-type" id="ref-for-concept-header-extract-mime-type①">extract a MIME type</a> were used the following request would not result in a CORS preflight and a naïve parser on the server might treat the request body as JSON: </p> <pre><code class="lang-javascript highlight">fetch<c- p>(</c-><c- u>"https://victim.example/naïve-endpoint"</c-><c- p>,</c-> <c- p>{</c-> method<c- o>:</c-> <c- u>"POST"</c-><c- p>,</c-> headers<c- o>:</c-> <c- p>[</c-> <c- p>[</c-><c- u>"Content-Type"</c-><c- p>,</c-> <c- u>"application/json"</c-><c- p>],</c-> <c- p>[</c-><c- u>"Content-Type"</c-><c- p>,</c-> <c- u>"text/plain"</c-><c- p>]</c-> <c- p>],</c-> credentials<c- o>:</c-> <c- u>"include"</c-><c- p>,</c-> body<c- o>:</c-> JSON<c- p>.</c->stringify<c- p>(</c->exerciseForTheReader<c- p>)</c-> <c- p>});</c-> </code></pre> </div> <dt>`<code>range</code>` <dd> <ol> <li> <p>Let <var>rangeValue</var> be the result of <a data-link-type="dfn" href="#simple-range-header-value" id="ref-for-simple-range-header-value">parsing a single range header value</a> given <var>value</var> and false. </p> <li> <p>If <var>rangeValue</var> is failure, then return false. </p> <li> <p>If <var>rangeValue</var>[0] is null, then return false. </p> <p class="note" role="note">As web browsers have historically not emitted ranges such as `<code>bytes=-500</code>` this algorithm does not safelist them. </p> </ol> <dt>Otherwise <dd> <p>Return false. </p> </dl> <li> <p>Return true. </p> </ol> <p class="note" role="note">There are limited exceptions to the `<code>Content-Type</code>` header safelist, as documented in <a href="#cors-protocol-exceptions">CORS protocol exceptions</a>. </p> </div> <div class="algorithm" data-algorithm="CORS-unsafe request-header byte"> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="cors-unsafe-request-header-byte">CORS-unsafe request-header byte</dfn> is a byte <var>byte</var> for which one of the following is true: </p> <ul class="brief"> <li> <p><var>byte</var> is less than 0x20 and is not 0x09 HT </p> <li> <p><var>byte</var> is 0x22 ("), 0x28 (left parenthesis), 0x29 (right parenthesis), 0x3A (:), 0x3C (<), 0x3E (>), 0x3F (?), 0x40 (@), 0x5B ([), 0x5C (\), 0x5D (]), 0x7B ({), 0x7D (}), or 0x7F DEL. </p> </ul> </div> <div class="algorithm" data-algorithm="CORS-unsafe request-header names"> <p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="cors-unsafe-request-header-names">CORS-unsafe request-header names</dfn>, given a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list①⑤">header list</a> <var>headers</var>, are determined as follows: </p> <ol> <li> <p>Let <var>unsafeNames</var> be a new <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list⑥">list</a>. </p> <li> <p>Let <var>potentiallyUnsafeNames</var> be a new <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list⑦">list</a>. </p> <li> <p>Let <var>safelistValueSize</var> be 0. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate③">For each</a> <var>header</var> of <var>headers</var>: </p> <ol> <li> <p>If <var>header</var> is not a <a data-link-type="dfn" href="#cors-safelisted-request-header" id="ref-for-cors-safelisted-request-header">CORS-safelisted request-header</a>, then <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append⑥">append</a> <var>header</var>’s <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name⑨">name</a> to <var>unsafeNames</var>. </p> <li> <p>Otherwise, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append⑦">append</a> <var>header</var>’s <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name①⓪">name</a> to <var>potentiallyUnsafeNames</var> and increase <var>safelistValueSize</var> by <var>header</var>’s <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value⑥">value</a>’s <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence-length" id="ref-for-byte-sequence-length①">length</a>. </p> </ol> <li> <p>If <var>safelistValueSize</var> is greater than 1024, then <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate④">for each</a> <var>name</var> of <var>potentiallyUnsafeNames</var>, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append⑧">append</a> <var>name</var> to <var>unsafeNames</var>. </p> <li> <p>Return the result of <a data-link-type="dfn" href="#convert-header-names-to-a-sorted-lowercase-set" id="ref-for-convert-header-names-to-a-sorted-lowercase-set①">convert header names to a sorted-lowercase set</a> with <var>unsafeNames</var>. </p> </ol> </div> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="cors-non-wildcard-request-header-name">CORS non-wildcard request-header name</dfn> is a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name⑧">header name</a> that is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive⑥">byte-case-insensitive</a> match for `<code>Authorization</code>`. </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="privileged-no-cors-request-header-name">privileged no-CORS request-header name</dfn> is a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name⑨">header name</a> that is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive⑦">byte-case-insensitive</a> match for one of </p> <ul class="brief"> <li>`<code>Range</code>`. </ul> <div class="note" role="note"> <p>These are headers that can be set by privileged APIs, and will be preserved if their associated request object is copied, but will be removed if the request is modified by unprivileged APIs. </p> <p>`<code>Range</code>` headers are commonly used by <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/links.html#downloading-hyperlinks" id="ref-for-downloading-hyperlinks">downloads</a> and <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/media.html#concept-media-load-resource" id="ref-for-concept-media-load-resource">media fetches</a>. </p> <p>A helper is provided to <a data-link-type="dfn" href="#concept-request-add-range-header" id="ref-for-concept-request-add-range-header">add a range header</a> to a particular request. </p> </div> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="cors-safelisted-response-header-name">CORS-safelisted response-header name</dfn>, given a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list⑧">list</a> of <a data-link-type="dfn" href="#header-name" id="ref-for-header-name①⓪">header names</a> <var>list</var>, is a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name①①">header name</a> that is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive⑧">byte-case-insensitive</a> match for one of </p> <ul class="brief"> <li>`<code>Cache-Control</code>` <li>`<code>Content-Language</code>` <li>`<code>Content-Length</code>` <li>`<code>Content-Type</code>` <li>`<code>Expires</code>` <li>`<code>Last-Modified</code>` <li>`<code>Pragma</code>` <li>Any <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-item" id="ref-for-list-item">item</a> in <var>list</var> that is not a <a data-link-type="dfn" href="#forbidden-response-header-name" id="ref-for-forbidden-response-header-name">forbidden response-header name</a>. </ul> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="no-cors-safelisted-request-header-name">no-CORS-safelisted request-header name</dfn> is a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name①②">header name</a> that is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive⑨">byte-case-insensitive</a> match for one of </p> <ul class="brief"> <li>`<code>Accept</code>` <li>`<code>Accept-Language</code>` <li>`<code>Content-Language</code>` <li>`<code>Content-Type</code>` </ul> <div class="algorithm" data-algorithm="no-CORS-safelisted request-header"> <p>To determine whether a <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header①⑥">header</a> (<var>name</var>, <var>value</var>) is a <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="no-cors-safelisted-request-header">no-CORS-safelisted request-header</dfn>, run these steps: </p> <ol> <li> <p>If <var>name</var> is not a <a data-link-type="dfn" href="#no-cors-safelisted-request-header-name" id="ref-for-no-cors-safelisted-request-header-name">no-CORS-safelisted request-header name</a>, then return false. </p> <li> <p>Return whether (<var>name</var>, <var>value</var>) is a <a data-link-type="dfn" href="#cors-safelisted-request-header" id="ref-for-cors-safelisted-request-header①">CORS-safelisted request-header</a>. </p> </ol> </div> <div class="algorithm" data-algorithm="forbidden request-header"> <p id="forbidden-header-name">A <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header①⑦">header</a> (<var>name</var>, <var>value</var>) is <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="forbidden-request-header">forbidden request-header</dfn> if these steps return true: </p> <ol> <li> <p>If <var>name</var> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive①⓪">byte-case-insensitive</a> match for one of: </p> <ul class="brief"> <li>`<code>Accept-Charset</code>` <li>`<code>Accept-Encoding</code>` <li>`<a data-link-type="http-header" href="#http-access-control-request-headers" id="ref-for-http-access-control-request-headers"><code>Access-Control-Request-Headers</code></a>` <li>`<a data-link-type="http-header" href="#http-access-control-request-method" id="ref-for-http-access-control-request-method"><code>Access-Control-Request-Method</code></a>` <li>`<code>Connection</code>` <li>`<code>Content-Length</code>` <li>`<code>Cookie</code>` <li>`<code>Cookie2</code>` <li>`<code>Date</code>` <li>`<code>DNT</code>` <li>`<code>Expect</code>` <li>`<code>Host</code>` <li>`<code>Keep-Alive</code>` <li>`<a data-link-type="http-header" href="#http-origin" id="ref-for-http-origin①"><code>Origin</code></a>` <li>`<code>Referer</code>` <li>`<code>Set-Cookie</code>` <li>`<code>TE</code>` <li>`<code>Trailer</code>` <li>`<code>Transfer-Encoding</code>` <li>`<code>Upgrade</code>` <li>`<code>Via</code>` </ul> <p>then return true. </p> <li> <p>If <var>name</var> when <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-lowercase" id="ref-for-byte-lowercase②">byte-lowercased</a> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence-starts-with" id="ref-for-byte-sequence-starts-with">starts with</a> `<code>proxy-</code>` or `<code>sec-</code>`, then return true. </p> <li> <p>If <var>name</var> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive①①">byte-case-insensitive</a> match for one of: </p> <ul class="brief"> <li>`<code>X-HTTP-Method</code>` <li>`<code>X-HTTP-Method-Override</code>` <li>`<code>X-Method-Override</code>` </ul> <p>then: </p> <ol> <li> <p>Let <var>parsedValues</var> be the result of <a data-link-type="dfn" href="#header-value-get-decode-and-split" id="ref-for-header-value-get-decode-and-split①">getting, decoding, and splitting</a> <var>value</var>. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate⑤">For each</a> <var>method</var> of <var>parsedValues</var>: if the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-encode" id="ref-for-isomorphic-encode">isomorphic encoding</a> of <var>method</var> is a <a data-link-type="dfn" href="#forbidden-method" id="ref-for-forbidden-method">forbidden method</a>, then return true. </p> </ol> <li> <p>Return false. </p> </ol> <div class="note" role="note"> <p>These are forbidden so the user agent remains in full control over them. </p> <p><a data-link-type="dfn" href="#header-name" id="ref-for-header-name①③">Header names</a> starting with `<code>Sec-</code>` are reserved to allow new <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header①⑧">headers</a> to be minted that are safe from APIs using <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch③">fetch</a> that allow control over <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header①⑨">headers</a> by developers, such as <code class="idl"><a data-link-type="idl" href="https://xhr.spec.whatwg.org/#xmlhttprequest" id="ref-for-xmlhttprequest①">XMLHttpRequest</a></code>. <a data-link-type="biblio" href="#biblio-xhr" title="XMLHttpRequest Standard">[XHR]</a> </p> <p>The `<code>Set-Cookie</code>` header is semantically a response header, so it is not useful on requests. Because `<code>Set-Cookie</code>` headers cannot be combined, they require more complex handling in the <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers">Headers</a></code> object. It is forbidden here to avoid leaking this complexity into requests. </p> </div> </div> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="forbidden-response-header-name">forbidden response-header name</dfn> is a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name①④">header name</a> that is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive①②">byte-case-insensitive</a> match for one of: </p> <ul class="brief"> <li>`<code>Set-Cookie</code>` <li>`<code>Set-Cookie2</code>` </ul> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="request-body-header-name">request-body-header name</dfn> is a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name①⑤">header name</a> that is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive①③">byte-case-insensitive</a> match for one of: </p> <ul class="brief"> <li>`<code>Content-Encoding</code>` <li>`<code>Content-Language</code>` <li>`<code>Content-Location</code>` <li>`<code>Content-Type</code>` </ul> <hr> <div class="algorithm" data-algorithm="extract header values"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export data-lt="extract header values|extracting header values" id="extract-header-values">extract header values</dfn> given a <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header②⓪">header</a> <var>header</var>, run these steps: </p> <ol> <li> <p>If parsing <var>header</var>’s <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value⑦">value</a>, per the <a data-link-type="dfn" href="#abnf" id="ref-for-abnf">ABNF</a> for <var>header</var>’s <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name①①">name</a>, fails, then return failure. </p> <li> <p>Return one or more <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value⑧">values</a> resulting from parsing <var>header</var>’s <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value⑨">value</a>, per the <a data-link-type="dfn" href="#abnf" id="ref-for-abnf①">ABNF</a> for <var>header</var>’s <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name①②">name</a>. </p> </ol> </div> <div class="algorithm" data-algorithm="extract header list values"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export data-lt="extract header list values|extracting header list values" id="extract-header-list-values">extract header list values</dfn> given a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name①⑥">header name</a> <var>name</var> and a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list①⑥">header list</a> <var>list</var>, run these steps: </p> <ol> <li> <p>If <var>list</var> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains④">does not contain</a> <var>name</var>, then return null. </p> <li> <p>If the <a data-link-type="dfn" href="#abnf" id="ref-for-abnf②">ABNF</a> for <var>name</var> allows a single <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header②①">header</a> and <var>list</var> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains⑤">contains</a> more than one, then return failure. </p> <p class="note" role="note">If different error handling is needed, extract the desired <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header②②">header</a> first. </p> <li> <p>Let <var>values</var> be an empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list⑨">list</a>. </p> <li> <p>For each <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header②③">header</a> <var>header</var> <var>list</var> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains⑥">contains</a> whose <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name①③">name</a> is <var>name</var>: </p> <ol> <li> <p>Let <var>extract</var> be the result of <a data-link-type="dfn" href="#extract-header-values" id="ref-for-extract-header-values">extracting header values</a> from <var>header</var>. </p> <li> <p>If <var>extract</var> is failure, then return failure. </p> <li> <p>Append each <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value①⓪">value</a> in <var>extract</var>, in order, to <var>values</var>. </p> </ol> <li> <p>Return <var>values</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="build a content range"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="build-a-content-range">build a content range</dfn> given an integer <var>rangeStart</var>, an integer <var>rangeEnd</var>, and an integer <var>fullLength</var>, run these steps: </p> <ol> <li> <p>Let <var>contentRange</var> be `<code>bytes </code>`. </p> <li> <p>Append <var>rangeStart</var>, <a data-link-type="dfn" href="#serialize-an-integer" id="ref-for-serialize-an-integer">serialized</a> and <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-encode" id="ref-for-isomorphic-encode①">isomorphic encoded</a>, to <var>contentRange</var>. </p> <li> <p>Append 0x2D (-) to <var>contentRange</var>. </p> <li> <p>Append <var>rangeEnd</var>, <a data-link-type="dfn" href="#serialize-an-integer" id="ref-for-serialize-an-integer①">serialized</a> and <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-encode" id="ref-for-isomorphic-encode②">isomorphic encoded</a> to <var>contentRange</var>. </p> <li> <p>Append 0x2F (/) to <var>contentRange</var>. </p> <li> <p>Append <var>fullLength</var>, <a data-link-type="dfn" href="#serialize-an-integer" id="ref-for-serialize-an-integer②">serialized</a> and <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-encode" id="ref-for-isomorphic-encode③">isomorphic encoded</a> to <var>contentRange</var>. </p> <li> <p>Return <var>contentRange</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="parse a single range header value"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="simple-range-header-value">parse a single range header value</dfn> from a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence⑤">byte sequence</a> <var>value</var> and a boolean <var>allowWhitespace</var>, run these steps: </p> <ol> <li> <p>Let <var>data</var> be the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-decode" id="ref-for-isomorphic-decode②">isomorphic decoding</a> of <var>value</var>. </p> <li> <p>If <var>data</var> does not <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#string-starts-with" id="ref-for-string-starts-with">start with</a> "<code>bytes</code>", then return failure. </p> <li> <p>Let <var>position</var> be a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#string-position-variable" id="ref-for-string-position-variable④">position variable</a> for <var>data</var>, initially pointing at the 5th <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#code-point" id="ref-for-code-point⑥">code point</a> of <var>data</var>. </p> <li> <p>If <var>allowWhitespace</var> is true, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points" id="ref-for-collect-a-sequence-of-code-points②">collect a sequence of code points</a> that are <a data-link-type="dfn" href="#http-tab-or-space" id="ref-for-http-tab-or-space③">HTTP tab or space</a>, from <var>data</var> given <var>position</var>. </p> <li> <p>If the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#code-point" id="ref-for-code-point⑦">code point</a> at <var>position</var> within <var>data</var> is not U+003D (=), then return failure. </p> <li> <p>Advance <var>position</var> by 1. </p> <li> <p>If <var>allowWhitespace</var> is true, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points" id="ref-for-collect-a-sequence-of-code-points③">collect a sequence of code points</a> that are <a data-link-type="dfn" href="#http-tab-or-space" id="ref-for-http-tab-or-space④">HTTP tab or space</a>, from <var>data</var> given <var>position</var>. </p> <li> <p>Let <var>rangeStart</var> be the result of <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points" id="ref-for-collect-a-sequence-of-code-points④">collecting a sequence of code points</a> that are <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ascii-digit" id="ref-for-ascii-digit">ASCII digits</a>, from <var>data</var> given <var>position</var>. </p> <li> <p>Let <var>rangeStartValue</var> be <var>rangeStart</var>, interpreted as decimal number, if <var>rangeStart</var> is not the empty string; otherwise null. </p> <li> <p>If <var>allowWhitespace</var> is true, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points" id="ref-for-collect-a-sequence-of-code-points⑤">collect a sequence of code points</a> that are <a data-link-type="dfn" href="#http-tab-or-space" id="ref-for-http-tab-or-space⑤">HTTP tab or space</a>, from <var>data</var> given <var>position</var>. </p> <li> <p>If the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#code-point" id="ref-for-code-point⑧">code point</a> at <var>position</var> within <var>data</var> is not U+002D (-), then return failure. </p> <li> <p>Advance <var>position</var> by 1. </p> <li> <p>If <var>allowWhitespace</var> is true, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points" id="ref-for-collect-a-sequence-of-code-points⑥">collect a sequence of code points</a> that are <a data-link-type="dfn" href="#http-tab-or-space" id="ref-for-http-tab-or-space⑥">HTTP tab or space</a>, from <var>data</var> given <var>position</var>. </p> <li> <p>Let <var>rangeEnd</var> be the result of <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points" id="ref-for-collect-a-sequence-of-code-points⑦">collecting a sequence of code points</a> that are <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ascii-digit" id="ref-for-ascii-digit①">ASCII digits</a>, from <var>data</var> given <var>position</var>. </p> <li> <p>Let <var>rangeEndValue</var> be <var>rangeEnd</var>, interpreted as decimal number, if <var>rangeEnd</var> is not the empty string; otherwise null. </p> <li> <p>If <var>position</var> is not past the end of <var>data</var>, then return failure. </p> <li> <p>If <var>rangeEndValue</var> and <var>rangeStartValue</var> are null, then return failure. </p> <li> <p>If <var>rangeStartValue</var> and <var>rangeEndValue</var> are numbers, and <var>rangeStartValue</var> is greater than <var>rangeEndValue</var>, then return failure. </p> <li> <p>Return (<var>rangeStartValue</var>, <var>rangeEndValue</var>). </p> <p class="note" role="note">The range end or start can be omitted, e.g., `<code>bytes=0-</code>` or `<code>bytes=-500</code>` are valid ranges. </p> </ol> <p class="note" role="note"><a data-link-type="dfn" href="#simple-range-header-value" id="ref-for-simple-range-header-value①">Parse a single range header value</a> succeeds for a subset of allowed range header values, but it is the most common form used by user agents when requesting media or resuming downloads. This format of range header value can be set using <a data-link-type="dfn" href="#concept-request-add-range-header" id="ref-for-concept-request-add-range-header①">add a range header</a>. </p> </div> <hr> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="default-user-agent-value">default `<code>User-Agent</code>` value</dfn> is an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined">implementation-defined</a> <a data-link-type="dfn" href="#header-value" id="ref-for-header-value⑤">header value</a> for the `<code>User-Agent</code>` <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header②④">header</a>. </p> <p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="document-accept-header-value">document `<code>Accept</code>` header value</dfn> is `<code>text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</code>`. </p> <h4 class="heading settled" data-level="2.2.3" id="statuses"><span class="secno">2.2.3. </span><span class="content">Statuses</span><a class="self-link" href="#statuses"></a></h4> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-status">status</dfn> is an integer in the range 0 to 999, inclusive. </p> <p class="XXX">Various edge cases in mapping HTTP/1’s <code>status-code</code> to this concept are worked on in <a href="https://github.com/whatwg/fetch/issues/1156">issue #1156</a>. </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="null-body-status">null body status</dfn> is a <a data-link-type="dfn" href="#concept-status" id="ref-for-concept-status">status</a> that is 101, 103, 204, 205, or 304. </p> <p>An <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="ok-status">ok status</dfn> is a <a data-link-type="dfn" href="#concept-status" id="ref-for-concept-status①">status</a> in the range 200 to 299, inclusive. </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="redirect-status">redirect status</dfn> is a <a data-link-type="dfn" href="#concept-status" id="ref-for-concept-status②">status</a> that is 301, 302, 303, 307, or 308. </p> <h4 class="heading settled" data-level="2.2.4" id="bodies"><span class="secno">2.2.4. </span><span class="content">Bodies</span><a class="self-link" href="#bodies"></a></h4> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-body">body</dfn> consists of: </p> <ul> <li> <p>A <dfn class="dfn-paneled" data-dfn-for="body" data-dfn-type="dfn" data-export id="concept-body-stream">stream</dfn> (a <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream">ReadableStream</a></code> object). </p> <li> <p>A <dfn class="dfn-paneled" data-dfn-for="body" data-dfn-type="dfn" data-export id="concept-body-source">source</dfn> (null, a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence⑥">byte sequence</a>, a <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-Blob" id="ref-for-dfn-Blob">Blob</a></code> object, or a <code class="idl"><a data-link-type="idl" href="https://xhr.spec.whatwg.org/#formdata" id="ref-for-formdata">FormData</a></code> object), initially null. </p> <li> <p>A <dfn class="dfn-paneled" data-dfn-for="body" data-dfn-type="dfn" data-export id="concept-body-total-bytes">length</dfn> (null or an integer), initially null. </p> </ul> <div class="algorithm" data-algorithm="clone" data-algorithm-for="body"> <p>To <dfn class="dfn-paneled" data-dfn-for="body" data-dfn-type="dfn" data-export id="concept-body-clone">clone</dfn> a <a data-link-type="dfn" href="#concept-body" id="ref-for-concept-body">body</a> <var>body</var>, run these steps: </p> <ol> <li> <p>Let « <var>out1</var>, <var>out2</var> » be the result of <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-tee" id="ref-for-readablestream-tee">teeing</a> <var>body</var>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream">stream</a>. </p> <li> <p>Set <var>body</var>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream①">stream</a> to <var>out1</var>. </p> <li> <p>Return a <a data-link-type="dfn" href="#concept-body" id="ref-for-concept-body①">body</a> whose <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream②">stream</a> is <var>out2</var> and other members are copied from <var>body</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="as a body" data-algorithm-for="byte sequence"> <p>To get a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence⑦">byte sequence</a> <var>bytes</var> <dfn class="dfn-paneled" data-dfn-for="byte sequence" data-dfn-type="dfn" data-export id="byte-sequence-as-a-body">as a body</dfn>, return the <a data-link-type="dfn" href="#body-with-type-body" id="ref-for-body-with-type-body">body</a> of the result of <a data-link-type="dfn" href="#bodyinit-safely-extract" id="ref-for-bodyinit-safely-extract">safely extracting</a> <var>bytes</var>. </p> </div> <hr> <div class="algorithm" data-algorithm="incrementally read" data-algorithm-for="body"> <p>To <dfn class="dfn-paneled" data-dfn-for="body" data-dfn-type="dfn" data-export id="body-incrementally-read">incrementally read</dfn> a <a data-link-type="dfn" href="#concept-body" id="ref-for-concept-body②">body</a> <var>body</var>, given an algorithm <var>processBodyChunk</var>, an algorithm <var>processEndOfBody</var>, an algorithm <var>processBodyError</var>, and an optional null, <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#parallel-queue" id="ref-for-parallel-queue③">parallel queue</a>, or <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#global-object" id="ref-for-global-object④">global object</a> <var>taskDestination</var> (default null), run these steps. <var>processBodyChunk</var> must be an algorithm accepting a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence⑧">byte sequence</a>. <var>processEndOfBody</var> must be an algorithm accepting no arguments. <var>processBodyError</var> must be an algorithm accepting an exception. </p> <ol> <li> <p>If <var>taskDestination</var> is null, then set <var>taskDestination</var> to the result of <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#starting-a-new-parallel-queue" id="ref-for-starting-a-new-parallel-queue">starting a new parallel queue</a>. </p> <li> <p>Let <var>reader</var> be the result of <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-get-a-reader" id="ref-for-readablestream-get-a-reader">getting a reader</a> for <var>body</var>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream③">stream</a>. </p> <p class="note" role="note">This operation will not throw an exception. </p> <li> <p>Perform the <a data-link-type="dfn" href="#incrementally-read-loop" id="ref-for-incrementally-read-loop">incrementally-read loop</a> given <var>reader</var>, <var>taskDestination</var>, <var>processBodyChunk</var>, <var>processEndOfBody</var>, and <var>processBodyError</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="incrementally-read loop"> <p>To perform the <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="incrementally-read-loop">incrementally-read loop</dfn>, given a <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#readablestreamdefaultreader" id="ref-for-readablestreamdefaultreader">ReadableStreamDefaultReader</a></code> object <var>reader</var>, <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#parallel-queue" id="ref-for-parallel-queue④">parallel queue</a> or <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#global-object" id="ref-for-global-object⑤">global object</a> <var>taskDestination</var>, algorithm <var>processBodyChunk</var>, algorithm <var>processEndOfBody</var>, and algorithm <var>processBodyError</var>: </p> <ol> <li> <p>Let <var>readRequest</var> be the following <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#read-request" id="ref-for-read-request">read request</a>: </p> <dl> <dt><a data-link-type="dfn" href="https://streams.spec.whatwg.org/#read-request-chunk-steps" id="ref-for-read-request-chunk-steps">chunk steps</a>, given <var>chunk</var> <dd> <ol> <li> <p>Let <var>continueAlgorithm</var> be null. </p> <li> <p>If <var>chunk</var> is not a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-Uint8Array" id="ref-for-idl-Uint8Array">Uint8Array</a></code> object, then set <var>continueAlgorithm</var> to this step: run <var>processBodyError</var> given a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror">TypeError</a></code>. </p> <li> <p>Otherwise: </p> <ol> <li> <p>Let <var>bytes</var> be a <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-get-buffer-source-copy" id="ref-for-dfn-get-buffer-source-copy">copy of</a> <var>chunk</var>. </p> <p class="note" role="note">Implementations are strongly encouraged to use an implementation strategy that avoids this copy where possible. </p> <li> <p>Set <var>continueAlgorithm</var> to these steps: </p> <ol> <li> <p>Run <var>processBodyChunk</var> given <var>bytes</var>. </p> <li> <p>Perform the <a data-link-type="dfn" href="#incrementally-read-loop" id="ref-for-incrementally-read-loop①">incrementally-read loop</a> given <var>reader</var>, <var>taskDestination</var>, <var>processBodyChunk</var>, <var>processEndOfBody</var>, and <var>processBodyError</var>. </p> </ol> </ol> <li> <p><a data-link-type="dfn" href="#queue-a-fetch-task" id="ref-for-queue-a-fetch-task">Queue a fetch task</a> given <var>continueAlgorithm</var> and <var>taskDestination</var>. </p> </ol> <dt><a data-link-type="dfn" href="https://streams.spec.whatwg.org/#read-request-close-steps" id="ref-for-read-request-close-steps">close steps</a> <dd> <ol> <li> <p><a data-link-type="dfn" href="#queue-a-fetch-task" id="ref-for-queue-a-fetch-task①">Queue a fetch task</a> given <var>processEndOfBody</var> and <var>taskDestination</var>.</p> </ol> <dt><a data-link-type="dfn" href="https://streams.spec.whatwg.org/#read-request-error-steps" id="ref-for-read-request-error-steps">error steps</a>, given <var>e</var> <dd> <ol> <li> <p><a data-link-type="dfn" href="#queue-a-fetch-task" id="ref-for-queue-a-fetch-task②">Queue a fetch task</a> to run <var>processBodyError</var> given <var>e</var>, with <var>taskDestination</var>.</p> </ol> </dl> <li> <p><a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-a-chunk" id="ref-for-readablestreamdefaultreader-read-a-chunk">Read a chunk</a> from <var>reader</var> given <var>readRequest</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="fully read" data-algorithm-for="body"> <p>To <dfn class="dfn-paneled" data-dfn-for="body" data-dfn-type="dfn" data-export id="body-fully-read">fully read</dfn> a <a data-link-type="dfn" href="#concept-body" id="ref-for-concept-body③">body</a> <var>body</var>, given an algorithm <var>processBody</var>, an algorithm <var>processBodyError</var>, and an optional null, <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#parallel-queue" id="ref-for-parallel-queue⑤">parallel queue</a>, or <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#global-object" id="ref-for-global-object⑥">global object</a> <var>taskDestination</var> (default null), run these steps. <var>processBody</var> must be an algorithm accepting a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence⑨">byte sequence</a>. <var>processBodyError</var> must be an algorithm optionally accepting an <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-exception" id="ref-for-dfn-exception">exception</a>. </p> <ol> <li> <p>If <var>taskDestination</var> is null, then set <var>taskDestination</var> to the result of <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#starting-a-new-parallel-queue" id="ref-for-starting-a-new-parallel-queue①">starting a new parallel queue</a>. </p> <li> <p>Let <var>successSteps</var> given a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence①⓪">byte sequence</a> <var>bytes</var> be to <a data-link-type="dfn" href="#queue-a-fetch-task" id="ref-for-queue-a-fetch-task③">queue a fetch task</a> to run <var>processBody</var> given <var>bytes</var>, with <var>taskDestination</var>. </p> <li> <p>Let <var>errorSteps</var> optionally given an <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-exception" id="ref-for-dfn-exception①">exception</a> <var>exception</var> be to <a data-link-type="dfn" href="#queue-a-fetch-task" id="ref-for-queue-a-fetch-task④">queue a fetch task</a> to run <var>processBodyError</var> given <var>exception</var>, with <var>taskDestination</var>. </p> <li> <p>Let <var>reader</var> be the result of <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-get-a-reader" id="ref-for-readablestream-get-a-reader①">getting a reader</a> for <var>body</var>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream④">stream</a>. If that threw an exception, then run <var>errorSteps</var> with that exception and return. </p> <li> <p><a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-all-bytes" id="ref-for-readablestreamdefaultreader-read-all-bytes">Read all bytes</a> from <var>reader</var>, given <var>successSteps</var> and <var>errorSteps</var>. </p> </ol> </div> <hr> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="body-with-type">body with type</dfn> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#tuple" id="ref-for-tuple②">tuple</a> that consists of a <dfn class="dfn-paneled" data-dfn-for="body with type" data-dfn-type="dfn" data-export id="body-with-type-body">body</dfn> (a <a data-link-type="dfn" href="#concept-body" id="ref-for-concept-body④">body</a>) and a <dfn class="dfn-paneled" data-dfn-for="body with type" data-dfn-type="dfn" data-export id="body-with-type-type">type</dfn> (a <a data-link-type="dfn" href="#header-value" id="ref-for-header-value⑥">header value</a> or null). </p> <hr> <div class="algorithm" data-algorithm="handle content codings"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="handle-content-codings">handle content codings</dfn> given <var>codings</var> and <var>bytes</var>, run these steps: </p> <ol> <li> <p>If <var>codings</var> are not supported, then return <var>bytes</var>. </p> <li> <p>Return the result of decoding <var>bytes</var> with <var>codings</var> as explained in HTTP, if decoding does not result in an error, and failure otherwise. <a data-link-type="biblio" href="#biblio-http" title="HTTP Semantics">[HTTP]</a> </p> </ol> </div> <h4 class="heading settled" data-level="2.2.5" id="requests"><span class="secno">2.2.5. </span><span class="content">Requests</span><a class="self-link" href="#requests"></a></h4> <p class="note" role="note">This section documents how requests work in detail. To get started, see <a href="#fetch-elsewhere-request">Setting up a request</a>. </p> <p>The input to <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch④">fetch</a> is a <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-request">request</dfn>. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-method">method</dfn> (a <a data-link-type="dfn" href="#concept-method" id="ref-for-concept-method⑤">method</a>). Unless stated otherwise it is `<code>GET</code>`. </p> <p class="note" role="note">This can be updated during redirects to `<code>GET</code>` as described in <a data-link-type="dfn" href="#concept-http-fetch" id="ref-for-concept-http-fetch">HTTP fetch</a>. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request②">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-url">URL</dfn> (a <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url①">URL</a>). </p> <p class="note" role="note">Implementations are encouraged to make this a pointer to the first <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url②">URL</a> in <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request③">request</a>’s <a data-link-type="dfn" href="#concept-request-url-list" id="ref-for-concept-request-url-list">URL list</a>. It is provided as a distinct field solely for the convenience of other standards hooking into Fetch. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request④">request</a> has an associated <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="local-urls-only-flag">local-URLs-only flag</dfn>. Unless stated otherwise it is unset. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑤">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-header-list">header list</dfn> (a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list①⑦">header list</a>). Unless stated otherwise it is « ». </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑥">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="unsafe-request-flag">unsafe-request flag</dfn>. Unless stated otherwise it is unset. </p> <p class="note" role="note">The <a data-link-type="dfn" href="#unsafe-request-flag" id="ref-for-unsafe-request-flag">unsafe-request flag</a> is set by APIs such as <a class="idl-code" data-link-type="method" href="#dom-global-fetch" id="ref-for-dom-global-fetch①"><code>fetch()</code></a> and <code class="idl"><a data-link-type="idl" href="https://xhr.spec.whatwg.org/#xmlhttprequest" id="ref-for-xmlhttprequest②">XMLHttpRequest</a></code> to ensure a <a data-link-type="dfn" href="#cors-preflight-fetch-0" id="ref-for-cors-preflight-fetch-0">CORS-preflight fetch</a> is done based on the supplied <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method">method</a> and <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list">header list</a>. It does not free an API from outlawing <a data-link-type="dfn" href="#forbidden-method" id="ref-for-forbidden-method①">forbidden methods</a> and <a data-link-type="dfn" href="#forbidden-request-header" id="ref-for-forbidden-request-header">forbidden request-headers</a>. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑦">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-body">body</dfn> (null, a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence①①">byte sequence</a>, or a <a data-link-type="dfn" href="#concept-body" id="ref-for-concept-body⑤">body</a>). Unless stated otherwise it is null. </p> <p class="note" role="note">A <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence①②">byte sequence</a> will be <a data-link-type="dfn" href="#bodyinit-safely-extract" id="ref-for-bodyinit-safely-extract①">safely extracted</a> into a <a data-link-type="dfn" href="#concept-body" id="ref-for-concept-body⑥">body</a> early on in <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch⑤">fetch</a>. As part of <a data-link-type="dfn" href="#concept-http-fetch" id="ref-for-concept-http-fetch①">HTTP fetch</a> it is possible for this field to be set to null due to certain redirects. </p> <hr> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑧">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-client">client</dfn> (null or an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object">environment settings object</a>). </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑨">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-reserved-client">reserved client</dfn> (null, an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment" id="ref-for-environment">environment</a>, or an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object①">environment settings object</a>). Unless stated otherwise it is null. </p> <p class="note" role="note">This is only used by <a data-link-type="dfn" href="#navigation-request" id="ref-for-navigation-request">navigation requests</a> and worker requests, but not service worker requests. It references an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment" id="ref-for-environment①">environment</a> for a <a data-link-type="dfn" href="#navigation-request" id="ref-for-navigation-request①">navigation request</a> and an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object②">environment settings object</a> for a worker request. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⓪">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-replaces-client-id">replaces client id</dfn> (a string). Unless stated otherwise it is the empty string. </p> <p class="note" role="note">This is only used by <a data-link-type="dfn" href="#navigation-request" id="ref-for-navigation-request②">navigation requests</a>. It is the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-id" id="ref-for-concept-environment-id">id</a> of the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-target-browsing-context" id="ref-for-concept-environment-target-browsing-context">target browsing context</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document" id="ref-for-nav-document">active document</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object③">environment settings object</a>. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①①">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-window">window</dfn> ("<code>no-window</code>", "<code>client</code>", or an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object④">environment settings object</a> whose <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global" id="ref-for-concept-settings-object-global">global object</a> is a <code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/nav-history-apis.html#window" id="ref-for-window">Window</a></code> object). Unless stated otherwise it is "<code>client</code>". </p> <p class="note" role="note">The "<code>client</code>" value is changed to "<code>no-window</code>" or <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①②">request</a>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client">client</a> during <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch⑥">fetching</a>. It provides a convenient way for standards to not have to explicitly set <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①③">request</a>’s <a data-link-type="dfn" href="#concept-request-window" id="ref-for-concept-request-window">window</a>. </p> <p id="keep-alive-flag">A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①④">request</a> has an associated boolean <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="request-keepalive-flag">keepalive</dfn>. Unless stated otherwise it is false. </p> <p class="note" role="note">This can be used to allow the request to outlive the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object⑤">environment settings object</a>, e.g., <code>navigator.sendBeacon()</code> and the HTML <code>img</code> element use this. Requests with this set to true are subject to additional processing requirements. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⑤">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="request-initiator-type">initiator type</dfn>, which is null, "<code>audio</code>", "<code>beacon</code>", "<code>body</code>", "<code>css</code>", "<code>early-hints</code>", "<code>embed</code>", "<code>fetch</code>", "<code>font</code>", "<code>frame</code>", "<code>iframe</code>", "<code>image</code>", "<code>img</code>", "<code>input</code>", "<code>link</code>", "<code>object</code>", "<code>ping</code>", "<code>script</code>", "<code>track</code>", "<code>video</code>", "<code>xmlhttprequest</code>", or "<code>other</code>". Unless stated otherwise it is null. <a data-link-type="biblio" href="#biblio-resource-timing" title="Resource Timing">[RESOURCE-TIMING]</a> </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⑥">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="request-service-workers-mode">service-workers mode</dfn>, that is "<code>all</code>" or "<code>none</code>". Unless stated otherwise it is "<code>all</code>". </p> <div class="note" role="note"> <p>This determines which service workers will receive a <code class="idl"><a class="idl-code" data-link-type="event" href="https://w3c.github.io/ServiceWorker/#service-worker-global-scope-fetch-event" id="ref-for-service-worker-global-scope-fetch-event">fetch</a></code> event for this fetch. </p> <dl> <dt>"<code>all</code>" <dd>Relevant service workers will get a <code class="idl"><a class="idl-code" data-link-type="event" href="https://w3c.github.io/ServiceWorker/#service-worker-global-scope-fetch-event" id="ref-for-service-worker-global-scope-fetch-event①">fetch</a></code> event for this fetch. <dt>"<code>none</code>" <dd>No service workers will get events for this fetch. </dl> </div> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⑦">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-initiator">initiator</dfn>, which is the empty string, "<code>download</code>", "<code>imageset</code>", "<code>manifest</code>", "<code>prefetch</code>", "<code>prerender</code>", or "<code>xslt</code>". Unless stated otherwise it is the empty string. </p> <p class="note" role="note">A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⑧">request</a>’s <a data-link-type="dfn" href="#concept-request-initiator" id="ref-for-concept-request-initiator">initiator</a> is not particularly granular for the time being as other specifications do not require it to be. It is primarily a specification device to assist defining CSP and Mixed Content. It is not exposed to JavaScript. <a data-link-type="biblio" href="#biblio-csp" title="Content Security Policy Level 3">[CSP]</a> <a data-link-type="biblio" href="#biblio-mix" title="Mixed Content">[MIX]</a> </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⑨">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-destination">destination</dfn>, which is the empty string, "<code>audio</code>", "<code>audioworklet</code>", "<code>document</code>", "<code>embed</code>", "<code>font</code>", "<code>frame</code>", "<code>iframe</code>", "<code>image</code>", "<code>json</code>", "<code>manifest</code>", "<code>object</code>", "<code>paintworklet</code>", "<code>report</code>", "<code>script</code>", "<code>serviceworker</code>", "<code>sharedworker</code>", "<code>style</code>", "<code>track</code>", "<code>video</code>", "<code>webidentity</code>", "<code>worker</code>", or "<code>xslt</code>". Unless stated otherwise it is the empty string. </p> <p class="note" role="note">These are reflected on <code class="idl"><a data-link-type="idl" href="#requestdestination" id="ref-for-requestdestination">RequestDestination</a></code> except for "<code>serviceworker</code>" and "<code>webidentity</code>" as fetches with those destinations skip service workers. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request②⓪">request</a>’s <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination">destination</a> is <dfn class="dfn-paneled" data-dfn-for="request/destination" data-dfn-type="dfn" data-export id="request-destination-script-like">script-like</dfn> if it is "<code>audioworklet</code>", "<code>paintworklet</code>", "<code>script</code>", "<code>serviceworker</code>", "<code>sharedworker</code>", or "<code>worker</code>". </p> <p class="warning">Algorithms that use <a data-link-type="dfn" href="#request-destination-script-like" id="ref-for-request-destination-script-like">script-like</a> should also consider "<code>xslt</code>" as that too can cause script execution. It is not included in the list as it is not always relevant and might require different behavior. </p> <div class="note" id="destination-table" role="note"> <a class="self-link" href="#destination-table"></a> <p>The following table illustrates the relationship between a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request②①">request</a>’s <a data-link-type="dfn" href="#concept-request-initiator" id="ref-for-concept-request-initiator①">initiator</a>, <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination①">destination</a>, CSP directives, and features. It is not exhaustive with respect to features. Features need to have the relevant values defined in their respective standards. </p> <table> <tbody> <tr> <th><a data-link-type="dfn" href="#concept-request-initiator" id="ref-for-concept-request-initiator②">Initiator</a> <th><a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination②">Destination</a> <th>CSP directive <th>Features <tr> <td rowspan="21">"" <td>"<code>report</code>" <td rowspan="2">— <td>CSP, NEL reports. <tr> <td>"<code>document</code>" <td>HTML’s navigate algorithm (top-level only). <tr> <td>"<code>frame</code>" <td><code>child-src</code> <td>HTML’s <code><frame></code> <tr> <td>"<code>iframe</code>" <td><code>child-src</code> <td>HTML’s <code><iframe></code> <tr> <td>"" <td><code>connect-src</code> <td><code>navigator.sendBeacon()</code>, <code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/server-sent-events.html#eventsource" id="ref-for-eventsource">EventSource</a></code>, HTML’s <code><a ping=""></code> and <code><area ping=""></code>, <a class="idl-code" data-link-type="method" href="#dom-global-fetch" id="ref-for-dom-global-fetch②"><code>fetch()</code></a>, <code class="idl"><a data-link-type="idl" href="https://xhr.spec.whatwg.org/#xmlhttprequest" id="ref-for-xmlhttprequest③">XMLHttpRequest</a></code>, <code class="idl"><a data-link-type="idl" href="https://websockets.spec.whatwg.org/#websocket" id="ref-for-websocket">WebSocket</a></code>, Cache API <tr> <td>"<code>object</code>" <td><code>object-src</code> <td>HTML’s <code><object></code> <tr> <td>"<code>embed</code>" <td><code>object-src</code> <td>HTML’s <code><embed></code> <tr> <td>"<code>audio</code>" <td><code>media-src</code> <td>HTML’s <code><audio></code> <tr> <td>"<code>font</code>" <td><code>font-src</code> <td>CSS' <code>@font-face</code> <tr> <td>"<code>image</code>" <td><code>img-src</code> <td>HTML’s <code><img src></code>, <code>/favicon.ico</code> resource, SVG’s <code><image></code>, CSS' <code>background-image</code>, CSS' <code>cursor</code>, CSS' <code>list-style-image</code>, … <tr> <td>"<code>audioworklet</code>" <td><code>script-src</code> <td><code>audioWorklet.addModule()</code> <tr> <td>"<code>paintworklet</code>" <td><code>script-src</code> <td><code>CSS.paintWorklet.addModule()</code> <tr> <td>"<code>script</code>" <td><code>script-src</code> <td>HTML’s <code><script></code>, <code>importScripts()</code> <tr> <td>"<code>serviceworker</code>" <td><code>child-src</code>, <code>script-src</code>, <code>worker-src</code> <td><code>navigator.serviceWorker.register()</code> <tr> <td>"<code>sharedworker</code>" <td><code>child-src</code>, <code>script-src</code>, <code>worker-src</code> <td><code>SharedWorker</code> <tr> <td>"<code>webidentity</code>" <td><code>connect-src</code> <td><code>Federated Credential Management requests</code> <tr> <td>"<code>worker</code>" <td><code>child-src</code>, <code>script-src</code>, <code>worker-src</code> <td><code>Worker</code> <tr> <td>"<code>json</code>" <td><code>connect-src</code> <td><code>import "..." with { type: "json" }</code> <tr> <td>"<code>style</code>" <td><code>style-src</code> <td>HTML’s <code><link rel=stylesheet></code>, CSS' <code>@import</code>, <code>import "..." with { type: "css" }</code> <tr> <td>"<code>track</code>" <td><code>media-src</code> <td>HTML’s <code><track></code> <tr> <td>"<code>video</code>" <td><code>media-src</code> <td>HTML’s <code><video></code> element <tr> <td>"<code>download</code>" <td>"" <td>— <td>HTML’s <code>download=""</code>, "Save Link As…" UI <tr> <td>"<code>imageset</code>" <td>"<code>image</code>" <td><code>img-src</code> <td>HTML’s <code><img srcset></code> and <code><picture></code> <tr> <td>"<code>manifest</code>" <td>"<code>manifest</code>" <td><code>manifest-src</code> <td>HTML’s <code><link rel=manifest></code> <tr> <td>"<code>prefetch</code>" <td rowspan="2">"" <td rowspan="2"><code>default-src</code> (no specific directive) <td>HTML’s <code><link rel=prefetch></code> <tr> <td>"<code>prerender</code>" <td>HTML’s <code><link rel=prerender></code> <tr> <td>"<code>xslt</code>" <td>"<code>xslt</code>" <td><code>script-src</code> <td><code><?xml-stylesheet></code> </table> <p>CSP’s <code>form-action</code> needs to be a hook directly in HTML’s navigate or form submission algorithm. </p> <p>CSP will also need to check <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request②②">request</a>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client①">client</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global" id="ref-for-concept-settings-object-global①">global object</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window" id="ref-for-concept-document-window">associated <code>Document</code></a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/document-sequences.html#ancestor-navigables" id="ref-for-ancestor-navigables">ancestor navigables</a> for various CSP directives. </p> </div> <hr> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request②③">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="request-priority">priority</dfn>, which is "<code>high</code>", "<code>low</code>", or "<code>auto</code>". Unless stated otherwise it is "<code>auto</code>". </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request②④">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="request-internal-priority"><span class="bs-old-id" id="concept-request-priority"></span>internal priority</dfn> (null or an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined①">implementation-defined</a> object). Unless otherwise stated it is null. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request②⑤">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-origin">origin</dfn>, which is "<code>client</code>" or an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin" id="ref-for-concept-origin">origin</a>. Unless stated otherwise it is "<code>client</code>". </p> <p class="note" role="note">"<code>client</code>" is changed to an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin" id="ref-for-concept-origin①">origin</a> during <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch⑦">fetching</a>. It provides a convenient way for standards to not have to set <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request②⑥">request</a>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin">origin</a>. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request②⑦">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-policy-container">policy container</dfn>, which is "<code>client</code>" or a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#policy-container" id="ref-for-policy-container">policy container</a>. Unless stated otherwise it is "<code>client</code>". </p> <p class="note" role="note">"<code>client</code>" is changed to a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#policy-container" id="ref-for-policy-container①">policy container</a> during <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch⑧">fetching</a>. It provides a convenient way for standards to not have to set <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request②⑧">request</a>’s <a data-link-type="dfn" href="#concept-request-policy-container" id="ref-for-concept-request-policy-container">policy container</a>. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request②⑨">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-referrer">referrer</dfn>, which is "<code>no-referrer</code>", "<code>client</code>", or a <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url③">URL</a>. Unless stated otherwise it is "<code>client</code>". </p> <p class="note" role="note">"<code>client</code>" is changed to "<code>no-referrer</code>" or a <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url④">URL</a> during <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch⑨">fetching</a>. It provides a convenient way for standards to not have to set <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request③⓪">request</a>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer">referrer</a>. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request③①">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-referrer-policy">referrer policy</dfn>, which is a <a data-link-type="dfn" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy" id="ref-for-referrer-policy">referrer policy</a>. Unless stated otherwise it is the empty string. <a data-link-type="biblio" href="#biblio-referrer" title="Referrer Policy">[REFERRER]</a> </p> <p class="note" role="note">This can be used to override the referrer policy to be used for this <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request③②">request</a>. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request③③">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-mode">mode</dfn>, which is "<code>same-origin</code>", "<code>cors</code>", "<code>no-cors</code>", "<code>navigate</code>", or "<code>websocket</code>". Unless stated otherwise, it is "<code>no-cors</code>". </p> <div class="note" role="note"> <dl> <dt>"<code>same-origin</code>" <dd>Used to ensure requests are made to same-origin URLs. <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch①⓪">Fetch</a> will return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error">network error</a> if the request is not made to a same-origin URL. <dt>"<code>cors</code>" <dd>For requests whose <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting">response tainting</a> gets set to "<code>cors</code>", makes the request a <a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request">CORS request</a> — in which case, fetch will return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error①">network error</a> if the requested resource does not understand the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol">CORS protocol</a>, or if the requested resource is one that intentionally does not participate in the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol①">CORS protocol</a>. <dt>"<code>no-cors</code>" <dd>Restricts requests to using <a data-link-type="dfn" href="#cors-safelisted-method" id="ref-for-cors-safelisted-method">CORS-safelisted methods</a> and <a data-link-type="dfn" href="#cors-safelisted-request-header" id="ref-for-cors-safelisted-request-header②">CORS-safelisted request-headers</a>. Upon success, fetch will return an <a data-link-type="dfn" href="#concept-filtered-response-opaque" id="ref-for-concept-filtered-response-opaque">opaque filtered response</a>. <dt>"<code>navigate</code>" <dd>This is a special mode used only when <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/nav-history-apis.html#blocking-navigating" id="ref-for-blocking-navigating">navigating</a> between documents. <dt>"<code>websocket</code>" <dd>This is a special mode used only when <a data-link-type="dfn" href="https://websockets.spec.whatwg.org/#concept-websocket-establish" id="ref-for-concept-websocket-establish①">establishing a WebSocket connection</a>. </dl> <p>Even though the default <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request③④">request</a> <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode">mode</a> is "<code>no-cors</code>", standards are highly discouraged from using it for new features. It is rather unsafe. </p> </div> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request③⑤">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="use-cors-preflight-flag">use-CORS-preflight flag</dfn>. Unless stated otherwise, it is unset. </p> <p class="note" role="note">The <a data-link-type="dfn" href="#use-cors-preflight-flag" id="ref-for-use-cors-preflight-flag">use-CORS-preflight flag</a> being set is one of several conditions that results in a <a data-link-type="dfn" href="#cors-preflight-request" id="ref-for-cors-preflight-request">CORS-preflight request</a>. The <a data-link-type="dfn" href="#use-cors-preflight-flag" id="ref-for-use-cors-preflight-flag①">use-CORS-preflight flag</a> is set if either one or more event listeners are registered on an <code class="idl"><a data-link-type="idl" href="https://xhr.spec.whatwg.org/#xmlhttprequestupload" id="ref-for-xmlhttprequestupload">XMLHttpRequestUpload</a></code> object or if a <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream①">ReadableStream</a></code> object is used in a request. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request③⑥">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-credentials-mode">credentials mode</dfn>, which is "<code>omit</code>", "<code>same-origin</code>", or "<code>include</code>". Unless stated otherwise, it is "<code>same-origin</code>". </p> <div class="note" role="note"> <dl> <dt>"<code>omit</code>" <dd>Excludes credentials from this request, and causes any credentials sent back in the response to be ignored. <dt>"<code>same-origin</code>" <dd>Include credentials with requests made to same-origin URLs, and use any credentials sent back in responses from same-origin URLs. <dt>"<code>include</code>" <dd>Always includes credentials with this request, and always use any credentials sent back in the response. </dl> <p><a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request③⑦">Request</a>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode">credentials mode</a> controls the flow of <a data-link-type="dfn" href="#credentials" id="ref-for-credentials">credentials</a> during a <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch①①">fetch</a>. When <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request③⑧">request</a>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode①">mode</a> is "<code>navigate</code>", its <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode①">credentials mode</a> is assumed to be "<code>include</code>" and <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch①②">fetch</a> does not currently account for other values. If <cite>HTML</cite> changes here, this standard will need corresponding changes. </p> </div> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request③⑨">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-use-url-credentials-flag">use-URL-credentials flag</dfn>. Unless stated otherwise, it is unset. </p> <p class="note" role="note">When this flag is set, when a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request④⓪">request</a>’s <a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url">URL</a> has a <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-username" id="ref-for-concept-url-username">username</a> and <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-password" id="ref-for-concept-url-password">password</a>, and there is an available <a data-link-type="dfn" href="#authentication-entry" id="ref-for-authentication-entry①">authentication entry</a> for the <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request④①">request</a>, then the <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url⑤">URL</a>’s credentials are preferred over that of the <a data-link-type="dfn" href="#authentication-entry" id="ref-for-authentication-entry②">authentication entry</a>. Modern specifications avoid setting this flag, since putting credentials in <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url⑥">URLs</a> is discouraged, but some older features set it for compatibility reasons. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request④②">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-cache-mode">cache mode</dfn>, which is "<code>default</code>", "<code>no-store</code>", "<code>reload</code>", "<code>no-cache</code>", "<code>force-cache</code>", or "<code>only-if-cached</code>". Unless stated otherwise, it is "<code>default</code>". </p> <div class="note" role="note"> <dl> <dt>"<code>default</code>" <dd><a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch①③">Fetch</a> will inspect the HTTP cache on the way to the network. If the HTTP cache contains a matching <a data-link-type="dfn" href="#concept-fresh-response" id="ref-for-concept-fresh-response">fresh response</a> it will be returned. If the HTTP cache contains a matching <a data-link-type="dfn" href="#concept-stale-while-revalidate-response" id="ref-for-concept-stale-while-revalidate-response">stale-while-revalidate response</a> it will be returned, and a conditional network fetch will be made to update the entry in the HTTP cache. If the HTTP cache contains a matching <a data-link-type="dfn" href="#concept-stale-response" id="ref-for-concept-stale-response">stale response</a>, a conditional network fetch will be returned to update the entry in the HTTP cache. Otherwise, a non-conditional network fetch will be returned to update the entry in the HTTP cache. <a data-link-type="biblio" href="#biblio-http" title="HTTP Semantics">[HTTP]</a> <a data-link-type="biblio" href="#biblio-http-caching" title="HTTP Caching">[HTTP-CACHING]</a> <a data-link-type="biblio" href="#biblio-stale-while-revalidate" title="HTTP Cache-Control Extensions for Stale Content">[STALE-WHILE-REVALIDATE]</a> <dt>"<code>no-store</code>" <dd>Fetch behaves as if there is no HTTP cache at all. <dt>"<code>reload</code>" <dd>Fetch behaves as if there is no HTTP cache on the way to the network. Ergo, it creates a normal request and updates the HTTP cache with the response. <dt>"<code>no-cache</code>" <dd>Fetch creates a conditional request if there is a response in the HTTP cache and a normal request otherwise. It then updates the HTTP cache with the response. <dt>"<code>force-cache</code>" <dd>Fetch uses any response in the HTTP cache matching the request, not paying attention to staleness. If there was no response, it creates a normal request and updates the HTTP cache with the response. <dt>"<code>only-if-cached</code>" <dd>Fetch uses any response in the HTTP cache matching the request, not paying attention to staleness. If there was no response, it returns a network error. (Can only be used when <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request④③">request</a>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode②">mode</a> is "<code>same-origin</code>". Any cached redirects will be followed assuming <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request④④">request</a>’s <a data-link-type="dfn" href="#concept-request-redirect-mode" id="ref-for-concept-request-redirect-mode">redirect mode</a> is "<code>follow</code>" and the redirects do not violate <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request④⑤">request</a>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode③">mode</a>.) </dl> <p>If <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list①">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains⑦">contains</a> `<code>If-Modified-Since</code>`, `<code>If-None-Match</code>`, `<code>If-Unmodified-Since</code>`, `<code>If-Match</code>`, or `<code>If-Range</code>`, <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch①④">fetch</a> will set <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode">cache mode</a> to "<code>no-store</code>" if it is "<code>default</code>". </p> </div> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request④⑥">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-redirect-mode">redirect mode</dfn>, which is "<code>follow</code>", "<code>error</code>", or "<code>manual</code>". Unless stated otherwise, it is "<code>follow</code>". </p> <div class="note" role="note"> <dl> <dt>"<code>follow</code>" <dd>Follow all redirects incurred when fetching a resource. <dt>"<code>error</code>" <dd>Return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error②">network error</a> when a request is met with a redirect. <dt>"<code>manual</code>" <dd>Retrieves an <a data-link-type="dfn" href="#concept-filtered-response-opaque-redirect" id="ref-for-concept-filtered-response-opaque-redirect">opaque-redirect filtered response</a> when a request is met with a redirect, to allow a service worker to replay the redirect offline. The response is otherwise indistinguishable from a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error③">network error</a>, to not violate <a data-link-type="dfn" href="#atomic-http-redirect-handling" id="ref-for-atomic-http-redirect-handling">atomic HTTP redirect handling</a>. </dl> </div> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request④⑦">request</a> has associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-integrity-metadata">integrity metadata</dfn> (a string). Unless stated otherwise, it is the empty string. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request④⑧">request</a> has associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-nonce-metadata">cryptographic nonce metadata</dfn> (a string). Unless stated otherwise, it is the empty string. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request④⑨">request</a> has associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-parser-metadata">parser metadata</dfn> which is the empty string, "<code>parser-inserted</code>", or "<code>not-parser-inserted</code>". Unless otherwise stated, it is the empty string. </p> <p class="note" role="note">A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑤⓪">request</a>’s <a data-link-type="dfn" href="#concept-request-nonce-metadata" id="ref-for-concept-request-nonce-metadata">cryptographic nonce metadata</a> and <a data-link-type="dfn" href="#concept-request-parser-metadata" id="ref-for-concept-request-parser-metadata">parser metadata</a> are generally populated from attributes and flags on the HTML element responsible for creating a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑤①">request</a>. They are used by various algorithms in <cite>Content Security Policy</cite> to determine whether requests or responses are to be blocked in a given context. <a data-link-type="biblio" href="#biblio-csp" title="Content Security Policy Level 3">[CSP]</a> </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑤②">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-reload-navigation-flag">reload-navigation flag</dfn>. Unless stated otherwise, it is unset. </p> <p class="note" role="note">This flag is for exclusive use by HTML’s navigate algorithm. <a data-link-type="biblio" href="#biblio-html" title="HTML Standard">[HTML]</a> </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑤③">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-history-navigation-flag">history-navigation flag</dfn>. Unless stated otherwise, it is unset. </p> <p class="note" role="note">This flag is for exclusive use by HTML’s navigate algorithm. <a data-link-type="biblio" href="#biblio-html" title="HTML Standard">[HTML]</a> </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑤④">request</a> has an associated boolean <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="request-user-activation">user-activation</dfn>. Unless stated otherwise, it is false. </p> <p class="note" role="note">This is for exclusive use by HTML’s navigate algorithm. <a data-link-type="biblio" href="#biblio-html" title="HTML Standard">[HTML]</a> </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑤⑤">request</a> has an associated boolean <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="request-render-blocking">render-blocking</dfn>. Unless stated otherwise, it is false. </p> <p class="note" role="note">This flag is for exclusive use by HTML’s render-blocking mechanism. <a data-link-type="biblio" href="#biblio-html" title="HTML Standard">[HTML]</a> </p> <hr> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑤⑥">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-url-list">URL list</dfn> (a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list①⓪">list</a> of one or more <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url⑦">URLs</a>). Unless stated otherwise, it is a list containing a copy of <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑤⑦">request</a>’s <a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url①">URL</a>. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑤⑧">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-current-url">current URL</dfn>. It is a pointer to the last <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url⑧">URL</a> in <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑤⑨">request</a>’s <a data-link-type="dfn" href="#concept-request-url-list" id="ref-for-concept-request-url-list①">URL list</a>. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑥⓪">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-redirect-count">redirect count</dfn>. Unless stated otherwise, it is zero. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑥①">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-response-tainting">response tainting</dfn>, which is "<code>basic</code>", "<code>cors</code>", or "<code>opaque</code>". Unless stated otherwise, it is "<code>basic</code>". </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑥②">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="no-cache-prevent-cache-control">prevent no-cache cache-control header modification flag</dfn>. Unless stated otherwise, it is unset. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑥③">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="done-flag">done flag</dfn>. Unless stated otherwise, it is unset. </p> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑥④">request</a> has an associated <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="timing-allow-failed">timing allow failed flag</dfn>. Unless stated otherwise, it is unset. </p> <p class="note" role="note">A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑥⑤">request</a>’s <a data-link-type="dfn" href="#concept-request-url-list" id="ref-for-concept-request-url-list②">URL list</a>, <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url">current URL</a>, <a data-link-type="dfn" href="#concept-request-redirect-count" id="ref-for-concept-request-redirect-count">redirect count</a>, <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting①">response tainting</a>, <a data-link-type="dfn" href="#done-flag" id="ref-for-done-flag">done flag</a>, and <a data-link-type="dfn" href="#timing-allow-failed" id="ref-for-timing-allow-failed">timing allow failed flag</a> are used as bookkeeping details by the <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch①⑤">fetch</a> algorithm. </p> <hr> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="subresource-request">subresource request</dfn> is a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑥⑥">request</a> whose <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination③">destination</a> is "<code>audio</code>", "<code>audioworklet</code>", "<code>font</code>", "<code>image</code>", "<code>json</code>", "<code>manifest</code>", "<code>paintworklet</code>", "<code>script</code>", "<code>style</code>", "<code>track</code>", "<code>video</code>", "<code>xslt</code>", or the empty string. </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="non-subresource-request">non-subresource request</dfn> is a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑥⑦">request</a> whose <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination④">destination</a> is "<code>document</code>", "<code>embed</code>", "<code>frame</code>", "<code>iframe</code>", "<code>object</code>", "<code>report</code>", "<code>serviceworker</code>", "<code>sharedworker</code>", or "<code>worker</code>". </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="navigation-request">navigation request</dfn> is a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑥⑧">request</a> whose <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination⑤">destination</a> is "<code>document</code>", "<code>embed</code>", "<code>frame</code>", "<code>iframe</code>", or "<code>object</code>". </p> <p class="note" role="note">See <a data-link-type="dfn" href="https://w3c.github.io/ServiceWorker/#handle-fetch" id="ref-for-handle-fetch">handle fetch</a> for usage of these terms. <a data-link-type="biblio" href="#biblio-sw" title="Service Workers">[SW]</a> </p> <hr> <div class="algorithm" data-algorithm="redirect-tainted origin" data-algorithm-for="request"> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑥⑨">request</a> <var>request</var> has a <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-noexport id="concept-request-tainted-origin">redirect-tainted origin</dfn> if these steps return true: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert⑧">Assert</a>: <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin①">origin</a> is not "<code>client</code>". </p> <li> <p>Let <var>lastURL</var> be null. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate⑥">For each</a> <var>url</var> of <var>request</var>’s <a data-link-type="dfn" href="#concept-request-url-list" id="ref-for-concept-request-url-list③">URL list</a>: </p> <ol> <li> <p>If <var>lastURL</var> is null, then set <var>lastURL</var> to <var>url</var> and <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#iteration-continue" id="ref-for-iteration-continue①">continue</a>. </p> <li> <p>If <var>url</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin">origin</a> is not <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#same-origin" id="ref-for-same-origin">same origin</a> with <var>lastURL</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin①">origin</a> and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin②">origin</a> is not <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#same-origin" id="ref-for-same-origin①">same origin</a> with <var>lastURL</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin②">origin</a>, then return true. </p> <li>Set <var>lastURL</var> to <var>url</var>. </ol> <li>Return false. </ol> </div> <div class="algorithm" data-algorithm="Serializing a request origin"> <p><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="serializing-a-request-origin">Serializing a request origin</dfn>, given a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑦⓪">request</a> <var>request</var>, is to run these steps: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert⑨">Assert</a>: <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin③">origin</a> is not "<code>client</code>". </p> <li> <p>If <var>request</var> has a <a data-link-type="dfn" href="#concept-request-tainted-origin" id="ref-for-concept-request-tainted-origin">redirect-tainted origin</a>, then return "<code>null</code>". </p> <li> <p>Return <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin④">origin</a>, <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#ascii-serialisation-of-an-origin" id="ref-for-ascii-serialisation-of-an-origin">serialized</a>. </p> </ol> </div> <div class="algorithm" data-algorithm="Byte-serializing a request origin"> <p><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="byte-serializing-a-request-origin">Byte-serializing a request origin</dfn>, given a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑦①">request</a> <var>request</var>, is to return the result of <a data-link-type="dfn" href="#serializing-a-request-origin" id="ref-for-serializing-a-request-origin">serializing a request origin</a> with <var>request</var>, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-encode" id="ref-for-isomorphic-encode④">isomorphic encoded</a>. </p> </div> <hr> <div class="algorithm" data-algorithm="clone" data-algorithm-for="request"> <p>To <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-clone">clone</dfn> a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑦②">request</a> <var>request</var>, run these steps: </p> <ol> <li> <p>Let <var>newRequest</var> be a copy of <var>request</var>, except for its <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body">body</a>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body①">body</a> is non-null, set <var>newRequest</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body②">body</a> to the result of <a data-link-type="dfn" href="#concept-body-clone" id="ref-for-concept-body-clone">cloning</a> <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body③">body</a>. </p> <li> <p>Return <var>newRequest</var>. </p> </ol> </div> <hr> <div class="algorithm" data-algorithm="add a range header" data-algorithm-for="request"> <p>To <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-export id="concept-request-add-range-header">add a range header</dfn> to a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑦③">request</a> <var>request</var>, with an integer <var>first</var>, and an optional integer <var>last</var>, run these steps: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert①⓪">Assert</a>: <var>last</var> is not given, or <var>first</var> is less than or equal to <var>last</var>. </p> <li> <p>Let <var>rangeValue</var> be `<code>bytes=</code>`. </p> <li> <p><a data-link-type="dfn" href="#serialize-an-integer" id="ref-for-serialize-an-integer③">Serialize</a> and <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-encode" id="ref-for-isomorphic-encode⑤">isomorphic encode</a> <var>first</var>, and append the result to <var>rangeValue</var>. </p> <li> <p>Append 0x2D (-) to <var>rangeValue</var>. </p> <li> <p>If <var>last</var> is given, then <a data-link-type="dfn" href="#serialize-an-integer" id="ref-for-serialize-an-integer④">serialize</a> and <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-encode" id="ref-for-isomorphic-encode⑥">isomorphic encode</a> it, and append the result to <var>rangeValue</var>. </p> <li> <p><a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append">Append</a> (`<code>Range</code>`, <var>rangeValue</var>) to <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list②">header list</a>. </p> </ol> <p class="note" role="note">A range header denotes an inclusive byte range. There a range header where <var>first</var> is 0 and <var>last</var> is 500, is a range of 501 bytes. </p> <p class="note" role="note">Features that combine multiple responses into one logical resource are historically a source of security bugs. Please seek security review for features that deal with partial responses. </p> </div> <hr> <div class="algorithm" data-algorithm="serialize a response URL for reporting"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="serialize-a-response-url-for-reporting">serialize a response URL for reporting</dfn>, given a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response①">response</a> <var>response</var>, run these steps: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert①①">Assert</a>: <var>response</var>’s <a data-link-type="dfn" href="#concept-response-url-list" id="ref-for-concept-response-url-list">URL list</a> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-is-empty" id="ref-for-list-is-empty">is not empty</a>. </p> <li> <p>Let <var>url</var> be a copy of <var>response</var>’s <a data-link-type="dfn" href="#concept-response-url-list" id="ref-for-concept-response-url-list①">URL list</a>[0]. </p> <p class="note" role="note">This is not <var>response</var>’s <a data-link-type="dfn" href="#concept-response-url" id="ref-for-concept-response-url">URL</a> in order to avoid leaking information about redirect targets (see <a href="https://w3c.github.io/webappsec-csp/#security-violation-reports">similar considerations for CSP reporting</a> too). <a data-link-type="biblio" href="#biblio-csp" title="Content Security Policy Level 3">[CSP]</a> </p> <li> <p><a data-link-type="dfn" href="https://url.spec.whatwg.org/#set-the-username" id="ref-for-set-the-username">Set the username</a> given <var>url</var> and the empty string. </p> <li> <p><a data-link-type="dfn" href="https://url.spec.whatwg.org/#set-the-password" id="ref-for-set-the-password">Set the password</a> given <var>url</var> and the empty string. </p> <li> <p>Return the <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-serializer" id="ref-for-concept-url-serializer">serialization</a> of <var>url</var> with <a data-link-type="dfn" href="https://url.spec.whatwg.org/#url-serializer-exclude-fragment" id="ref-for-url-serializer-exclude-fragment"><i>exclude fragment</i></a> set to true. </p> </ol> </div> <div class="algorithm" data-algorithm="Cross-Origin-Embedder-Policy allows credentials"> <p>To check if <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="cross-origin-embedder-policy-allows-credentials">Cross-Origin-Embedder-Policy allows credentials</dfn>, given a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑦④">request</a> <var>request</var>, run these steps: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert①②">Assert</a>: <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin⑤">origin</a> is not "<code>client</code>". </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode④">mode</a> is not "<code>no-cors</code>", then return true.</p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client②">client</a> is null, then return true.</p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client③">client</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-policy-container" id="ref-for-concept-settings-object-policy-container">policy container</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#policy-container-embedder-policy" id="ref-for-policy-container-embedder-policy">embedder policy</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-value-2" id="ref-for-embedder-policy-value-2">value</a> is not "<a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#coep-credentialless" id="ref-for-coep-credentialless"><code>credentialless</code></a>", then return true.</p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin⑥">origin</a> is <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#same-origin" id="ref-for-same-origin②">same origin</a> with <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url①">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin③">origin</a> and <var>request</var> does not have a <a data-link-type="dfn" href="#concept-request-tainted-origin" id="ref-for-concept-request-tainted-origin①">redirect-tainted origin</a>, then return true.</p> <li> <p>Return false.</p> </ol> </div> <h4 class="heading settled" data-level="2.2.6" id="responses"><span class="secno">2.2.6. </span><span class="content">Responses</span><a class="self-link" href="#responses"></a></h4> <p>The result of <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch①⑥">fetch</a> is a <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-response">response</dfn>. A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response②">response</a> evolves over time. That is, not all its fields are available straight away. </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response③">response</a> has an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-export id="concept-response-type">type</dfn> which is "<code>basic</code>", "<code>cors</code>", "<code>default</code>", "<code>error</code>", "<code>opaque</code>", or "<code>opaqueredirect</code>". Unless stated otherwise, it is "<code>default</code>". </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response④">response</a> can have an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-export id="concept-response-aborted">aborted flag</dfn>, which is initially unset. </p> <p class="note" role="note">This indicates that the request was intentionally aborted by the developer or end-user. </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑤">response</a> has an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-export id="concept-response-url">URL</dfn>. It is a pointer to the last <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url⑨">URL</a> in <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑥">response</a>’s <a data-link-type="dfn" href="#concept-response-url-list" id="ref-for-concept-response-url-list②">URL list</a> and null if <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑦">response</a>’s <a data-link-type="dfn" href="#concept-response-url-list" id="ref-for-concept-response-url-list③">URL list</a> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-is-empty" id="ref-for-list-is-empty①">is empty</a>. </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑧">response</a> has an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-export id="concept-response-url-list">URL list</dfn> (a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list①①">list</a> of zero or more <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url①⓪">URLs</a>). Unless stated otherwise, it is « ». </p> <p class="note" role="note">Except for the first and last <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url①①">URL</a>, if any, a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑨">response</a>’s <a data-link-type="dfn" href="#concept-response-url-list" id="ref-for-concept-response-url-list④">URL list</a> is not directly exposed to script as that would violate <a data-link-type="dfn" href="#atomic-http-redirect-handling" id="ref-for-atomic-http-redirect-handling①">atomic HTTP redirect handling</a>. </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response①⓪">response</a> has an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-export id="concept-response-status">status</dfn>, which is a <a data-link-type="dfn" href="#concept-status" id="ref-for-concept-status③">status</a>. Unless stated otherwise it is 200. </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response①①">response</a> has an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-export id="concept-response-status-message">status message</dfn>. Unless stated otherwise it is the empty byte sequence. </p> <p class="note" role="note">Responses over an HTTP/2 connection will always have the empty byte sequence as status message as HTTP/2 does not support them. </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response①②">response</a> has an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-export id="concept-response-header-list">header list</dfn> (a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list①⑧">header list</a>). Unless stated otherwise it is « ». </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response①③">response</a> has an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-export id="concept-response-body">body</dfn> (null or a <a data-link-type="dfn" href="#concept-body" id="ref-for-concept-body⑦">body</a>). Unless stated otherwise it is null. </p> <p class="note" role="note">The <a data-link-type="dfn" href="#concept-body-source" id="ref-for-concept-body-source">source</a> and <a data-link-type="dfn" href="#concept-body-total-bytes" id="ref-for-concept-body-total-bytes">length</a> concepts of a network’s <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response①④">response</a>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body">body</a> are always null. </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response①⑤">response</a> has an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-export id="concept-response-cache-state">cache state</dfn> (the empty string, "<code>local</code>", or "<code>validated</code>"). Unless stated otherwise, it is the empty string. </p> <p class="note" role="note">This is intended for usage by <cite>Service Workers</cite> and <cite>Resource Timing</cite>. <a data-link-type="biblio" href="#biblio-sw" title="Service Workers">[SW]</a> <a data-link-type="biblio" href="#biblio-resource-timing" title="Resource Timing">[RESOURCE-TIMING]</a> </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response①⑥">response</a> has an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-export id="concept-response-cors-exposed-header-name-list">CORS-exposed header-name list</dfn> (a list of zero or more <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header②⑤">header</a> <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name①④">names</a>). The list is empty unless otherwise specified. </p> <p class="note" role="note">A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response①⑦">response</a> will typically get its <a data-link-type="dfn" href="#concept-response-cors-exposed-header-name-list" id="ref-for-concept-response-cors-exposed-header-name-list">CORS-exposed header-name list</a> set by <a data-link-type="dfn" href="#extract-header-values" id="ref-for-extract-header-values①">extracting header values</a> from the `<a data-link-type="http-header" href="#http-access-control-expose-headers" id="ref-for-http-access-control-expose-headers"><code>Access-Control-Expose-Headers</code></a>` header. This list is used by a <a data-link-type="dfn" href="#concept-filtered-response-cors" id="ref-for-concept-filtered-response-cors">CORS filtered response</a> to determine which headers to expose. </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response①⑧">response</a> has an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-noexport id="concept-response-range-requested-flag">range-requested flag</dfn>, which is initially unset. </p> <p class="note" role="note">This is used to prevent a partial response from an earlier ranged request being provided to an API that didn’t make a range request. See the flag’s usage for a detailed description of the attack. </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response①⑨">response</a> has an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-noexport id="response-request-includes-credentials">request-includes-credentials</dfn> (a boolean), which is initially true. </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response②⓪">response</a> has an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-noexport id="concept-response-timing-allow-passed">timing allow passed flag</dfn>, which is initially unset. </p> <p class="note" role="note">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 <a data-link-type="dfn" href="#timing-allow-failed" id="ref-for-timing-allow-failed①">timing allow failed flag</a>. </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response②①">response</a> has an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-export id="concept-response-body-info">body info</dfn> (a <a data-link-type="dfn" href="#response-body-info" id="ref-for-response-body-info">response body info</a>). Unless stated otherwise, it is a new <a data-link-type="dfn" href="#response-body-info" id="ref-for-response-body-info①">response body info</a>. </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response②②">response</a> has an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-export id="response-service-worker-timing-info">service worker timing info</dfn> (null or a <a data-link-type="dfn" href="https://w3c.github.io/ServiceWorker/#service-worker-timing-info" id="ref-for-service-worker-timing-info">service worker timing info</a>), which is initially null. </p> <p>A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response②③">response</a> has an associated <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-noexport id="response-has-cross-origin-redirects">has-cross-origin-redirects</dfn> (a boolean), which is initially false. </p> <hr> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-network-error">network error</dfn> is a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response②④">response</a> whose <a data-link-type="dfn" href="#concept-response-type" id="ref-for-concept-response-type">type</a> is "<code>error</code>", <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status">status</a> is 0, <a data-link-type="dfn" href="#concept-response-status-message" id="ref-for-concept-response-status-message">status message</a> is the empty byte sequence, <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list">header list</a> is « », <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body①">body</a> is null, and <a data-link-type="dfn" href="#concept-response-body-info" id="ref-for-concept-response-body-info">body info</a> is a new <a data-link-type="dfn" href="#response-body-info" id="ref-for-response-body-info②">response body info</a>. </p> <p>An <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-aborted-network-error">aborted network error</dfn> is a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error④">network error</a> whose <a data-link-type="dfn" href="#concept-response-aborted" id="ref-for-concept-response-aborted">aborted flag</a> is set. </p> <div class="algorithm" data-algorithm="appropriate network error"> <p>To create the <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="appropriate-network-error">appropriate network error</dfn> given <a data-link-type="dfn" href="#fetch-params" id="ref-for-fetch-params②">fetch params</a> <var>fetchParams</var>: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert①③">Assert</a>: <var>fetchParams</var> is <a data-link-type="dfn" href="#fetch-params-canceled" id="ref-for-fetch-params-canceled">canceled</a>. </p> <li> <p>Return an <a data-link-type="dfn" href="#concept-aborted-network-error" id="ref-for-concept-aborted-network-error">aborted network error</a> if <var>fetchParams</var> is <a data-link-type="dfn" href="#fetch-params-aborted" id="ref-for-fetch-params-aborted">aborted</a>; otherwise return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑤">network error</a>. </p> </ol> </div> <hr> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-filtered-response">filtered response</dfn> is a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response②⑤">response</a> that offers a limited view on an associated <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response②⑥">response</a>. This associated <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response②⑦">response</a> can be accessed through <a data-link-type="dfn" href="#concept-filtered-response" id="ref-for-concept-filtered-response">filtered response</a>’s <dfn class="dfn-paneled" data-dfn-for="filtered response" data-dfn-type="dfn" data-export id="concept-internal-response">internal response</dfn> (a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response②⑧">response</a> that is neither a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑥">network error</a> nor a <a data-link-type="dfn" href="#concept-filtered-response" id="ref-for-concept-filtered-response①">filtered response</a>). </p> <p>Unless stated otherwise a <a data-link-type="dfn" href="#concept-filtered-response" id="ref-for-concept-filtered-response②">filtered response</a>’s associated concepts (such as its <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body②">body</a>) refer to the associated concepts of its <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response">internal response</a>. (The exceptions to this are listed below as part of defining the concrete types of <a data-link-type="dfn" href="#concept-filtered-response" id="ref-for-concept-filtered-response③">filtered responses</a>.) </p> <div class="note" role="note"> <p>The <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch①⑦">fetch</a> algorithm by way of <a data-link-type="dfn" href="#process-response" id="ref-for-process-response"><i>processResponse</i></a> and equivalent parameters exposes <a data-link-type="dfn" href="#concept-filtered-response" id="ref-for-concept-filtered-response④">filtered responses</a> to callers to ensure they do not accidentally leak information. If the information needs to be revealed for legacy reasons, e.g., to feed image data to a decoder, the associated <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response①">internal response</a> can be used by specification algorithms. </p> <p>New specifications ought not to build further on <a data-link-type="dfn" href="#concept-filtered-response-opaque" id="ref-for-concept-filtered-response-opaque①">opaque filtered responses</a> or <a data-link-type="dfn" href="#concept-filtered-response-opaque-redirect" id="ref-for-concept-filtered-response-opaque-redirect①">opaque-redirect filtered responses</a>. Those are legacy constructs and cannot always be adequately protected given contemporary computer architecture. </p> </div> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-filtered-response-basic">basic filtered response</dfn> is a <a data-link-type="dfn" href="#concept-filtered-response" id="ref-for-concept-filtered-response⑤">filtered response</a> whose <a data-link-type="dfn" href="#concept-response-type" id="ref-for-concept-response-type①">type</a> is "<code>basic</code>" and <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list①">header list</a> excludes any <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header②⑥">headers</a> in <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response②">internal response</a>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list②">header list</a> whose <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name①⑤">name</a> is a <a data-link-type="dfn" href="#forbidden-response-header-name" id="ref-for-forbidden-response-header-name①">forbidden response-header name</a>. </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-filtered-response-cors">CORS filtered response</dfn> is a <a data-link-type="dfn" href="#concept-filtered-response" id="ref-for-concept-filtered-response⑥">filtered response</a> whose <a data-link-type="dfn" href="#concept-response-type" id="ref-for-concept-response-type②">type</a> is "<code>cors</code>" and <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list③">header list</a> excludes any <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header②⑦">headers</a> in <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response③">internal response</a>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list④">header list</a> whose <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name①⑥">name</a> is <em>not</em> a <a data-link-type="dfn" href="#cors-safelisted-response-header-name" id="ref-for-cors-safelisted-response-header-name">CORS-safelisted response-header name</a>, given <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response④">internal response</a>’s <a data-link-type="dfn" href="#concept-response-cors-exposed-header-name-list" id="ref-for-concept-response-cors-exposed-header-name-list①">CORS-exposed header-name list</a>. </p> <p>An <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-filtered-response-opaque">opaque filtered response</dfn> is a <a data-link-type="dfn" href="#concept-filtered-response" id="ref-for-concept-filtered-response⑦">filtered response</a> whose <a data-link-type="dfn" href="#concept-response-type" id="ref-for-concept-response-type③">type</a> is "<code>opaque</code>", <a data-link-type="dfn" href="#concept-response-url-list" id="ref-for-concept-response-url-list⑤">URL list</a> is « », <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status①">status</a> is 0, <a data-link-type="dfn" href="#concept-response-status-message" id="ref-for-concept-response-status-message①">status message</a> is the empty byte sequence, <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list⑤">header list</a> is « », <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body③">body</a> is null, and <a data-link-type="dfn" href="#concept-response-body-info" id="ref-for-concept-response-body-info①">body info</a> is a new <a data-link-type="dfn" href="#response-body-info" id="ref-for-response-body-info③">response body info</a>. </p> <p>An <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-filtered-response-opaque-redirect">opaque-redirect filtered response</dfn> is a <a data-link-type="dfn" href="#concept-filtered-response" id="ref-for-concept-filtered-response⑧">filtered response</a> whose <a data-link-type="dfn" href="#concept-response-type" id="ref-for-concept-response-type④">type</a> is "<code>opaqueredirect</code>", <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status②">status</a> is 0, <a data-link-type="dfn" href="#concept-response-status-message" id="ref-for-concept-response-status-message②">status message</a> is the empty byte sequence, <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list⑥">header list</a> is « », <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body④">body</a> is null, and <a data-link-type="dfn" href="#concept-response-body-info" id="ref-for-concept-response-body-info②">body info</a> is a new <a data-link-type="dfn" href="#response-body-info" id="ref-for-response-body-info④">response body info</a>. </p> <div class="note" role="note"> <p>Exposing the <a data-link-type="dfn" href="#concept-response-url-list" id="ref-for-concept-response-url-list⑥">URL list</a> for <a data-link-type="dfn" href="#concept-filtered-response-opaque-redirect" id="ref-for-concept-filtered-response-opaque-redirect②">opaque-redirect filtered responses</a> is harmless since no redirects are followed. </p> <p>In other words, an <a data-link-type="dfn" href="#concept-filtered-response-opaque" id="ref-for-concept-filtered-response-opaque②">opaque filtered response</a> and an <a data-link-type="dfn" href="#concept-filtered-response-opaque-redirect" id="ref-for-concept-filtered-response-opaque-redirect③">opaque-redirect filtered response</a> are nearly indistinguishable from a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑦">network error</a>. When introducing new APIs, do not use the <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response⑤">internal response</a> for internal specification algorithms as that will leak information. </p> <p>This also means that JavaScript APIs, such as <a class="idl-code" data-link-type="attribute" href="#dom-response-ok" id="ref-for-dom-response-ok"><code>response.ok</code></a>, will return rather useless results. </p> </div> <div class="example" id="example-filtered-responses"> <a class="self-link" href="#example-filtered-responses"></a> <p>The <a data-link-type="dfn" href="#concept-response-type" id="ref-for-concept-response-type⑤">type</a> of a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response②⑨">response</a> is exposed to script through the <code class="idl"><a data-link-type="idl" href="#dom-response-type" id="ref-for-dom-response-type">type</a></code> getter: </p> <pre><code class="lang-javascript highlight">console<c- p>.</c->log<c- p>(</c-><c- ow>new</c-> Response<c- p>().</c->type<c- p>);</c-> <c- c1>// "default"</c-> console<c- p>.</c->log<c- p>((</c-><c- k>await</c-> fetch<c- p>(</c-><c- u>"/"</c-><c- p>)).</c->type<c- p>);</c-> <c- c1>// "basic"</c-> console<c- p>.</c->log<c- p>((</c-><c- k>await</c-> fetch<c- p>(</c-><c- u>"https://api.example/status"</c-><c- p>)).</c->type<c- p>);</c-> <c- c1>// "cors"</c-> console<c- p>.</c->log<c- p>((</c-><c- k>await</c-> fetch<c- p>(</c-><c- u>"https://crossorigin.example/image"</c-><c- p>,</c-> <c- p>{</c-> mode<c- o>:</c-> <c- u>"no-cors"</c-> <c- p>})).</c->type<c- p>);</c-> <c- c1>// "opaque"</c-> console<c- p>.</c->log<c- p>((</c-><c- k>await</c-> fetch<c- p>(</c-><c- u>"/surprise-me"</c-><c- p>,</c-> <c- p>{</c-> redirect<c- o>:</c-> <c- u>"manual"</c-> <c- p>})).</c->type<c- p>);</c-> <c- c1>// "opaqueredirect"</c-> </code></pre> <p>(This assumes that the various resources exist, <code>https://api.example/status</code> has the appropriate CORS headers, and <code>/surprise-me</code> uses a <a data-link-type="dfn" href="#redirect-status" id="ref-for-redirect-status">redirect status</a>.) </p> </div> <hr> <div class="algorithm" data-algorithm="clone" data-algorithm-for="response"> <p>To <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-export id="concept-response-clone">clone</dfn> a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response③⓪">response</a> <var>response</var>, run these steps: </p> <ol> <li> <p>If <var>response</var> is a <a data-link-type="dfn" href="#concept-filtered-response" id="ref-for-concept-filtered-response⑨">filtered response</a>, then return a new identical <a data-link-type="dfn" href="#concept-filtered-response" id="ref-for-concept-filtered-response①⓪">filtered response</a> whose <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response⑥">internal response</a> is a <a data-link-type="dfn" href="#concept-response-clone" id="ref-for-concept-response-clone">clone</a> of <var>response</var>’s <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response⑦">internal response</a>. </p> <li> <p>Let <var>newResponse</var> be a copy of <var>response</var>, except for its <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body⑤">body</a>. </p> <li> <p>If <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body⑥">body</a> is non-null, then set <var>newResponse</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body⑦">body</a> to the result of <a data-link-type="dfn" href="#concept-body-clone" id="ref-for-concept-body-clone①">cloning</a> <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body⑧">body</a>. </p> <li> <p>Return <var>newResponse</var>. </p> </ol> </div> <hr> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="concept-fresh-response">fresh response</dfn> is a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response③①">response</a> whose <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9111.html#age.calculations" id="ref-for-age.calculations">current age</a> is within its <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9111.html#calculating.freshness.lifetime" id="ref-for-calculating.freshness.lifetime">freshness lifetime</a>. </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="concept-stale-while-revalidate-response">stale-while-revalidate response</dfn> is a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response③②">response</a> that is not a <a data-link-type="dfn" href="#concept-fresh-response" id="ref-for-concept-fresh-response①">fresh response</a> and whose <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9111.html#age.calculations" id="ref-for-age.calculations①">current age</a> is within the <a data-link-type="dfn" href="https://httpwg.org/specs/rfc5861.html#n-the-stale-while-revalidate-cache-control-extension" id="ref-for-n-the-stale-while-revalidate-cache-control-extension">stale-while-revalidate lifetime</a>. <a data-link-type="biblio" href="#biblio-http-caching" title="HTTP Caching">[HTTP-CACHING]</a> <a data-link-type="biblio" href="#biblio-stale-while-revalidate" title="HTTP Cache-Control Extensions for Stale Content">[STALE-WHILE-REVALIDATE]</a> </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-stale-response">stale response</dfn> is a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response③③">response</a> that is not a <a data-link-type="dfn" href="#concept-fresh-response" id="ref-for-concept-fresh-response②">fresh response</a> or a <a data-link-type="dfn" href="#concept-stale-while-revalidate-response" id="ref-for-concept-stale-while-revalidate-response①">stale-while-revalidate response</a>. </p> <hr> <div class="algorithm" data-algorithm="location URL" data-algorithm-for="response"> <p>The <dfn class="dfn-paneled" data-dfn-for="response" data-dfn-type="dfn" data-export id="concept-response-location-url">location URL</dfn> of a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response③④">response</a> <var>response</var>, given null or an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ascii-string" id="ref-for-ascii-string①">ASCII string</a> <var>requestFragment</var>, is the value returned by the following steps. They return null, failure, or a <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url①②">URL</a>. </p> <ol> <li> <p>If <var>response</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status③">status</a> is not a <a data-link-type="dfn" href="#redirect-status" id="ref-for-redirect-status①">redirect status</a>, then return null. </p> <li> <p>Let <var>location</var> be the result of <a data-link-type="dfn" href="#extract-header-list-values" id="ref-for-extract-header-list-values">extracting header list values</a> given `<code>Location</code>` and <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list⑦">header list</a>. </p> <li> <p>If <var>location</var> is a <a data-link-type="dfn" href="#header-value" id="ref-for-header-value⑦">header value</a>, then set <var>location</var> to the result of <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-parser" id="ref-for-concept-url-parser">parsing</a> <var>location</var> with <var>response</var>’s <a data-link-type="dfn" href="#concept-response-url" id="ref-for-concept-response-url①">URL</a>. </p> <p class="note" role="note">If <var>response</var> was constructed through the <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response">Response</a></code> constructor, <var>response</var>’s <a data-link-type="dfn" href="#concept-response-url" id="ref-for-concept-response-url②">URL</a> will be null, meaning that <var>location</var> will only parse successfully if it is an <a data-link-type="dfn" href="https://url.spec.whatwg.org/#absolute-url-with-fragment-string" id="ref-for-absolute-url-with-fragment-string">absolute-URL-with-fragment string</a>. </p> <li> <p>If <var>location</var> is a <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url①③">URL</a> whose <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-fragment" id="ref-for-concept-url-fragment">fragment</a> is null, then set <var>location</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-fragment" id="ref-for-concept-url-fragment①">fragment</a> to <var>requestFragment</var>. </p> <p class="note" role="note">This ensures that synthetic (indeed, all) responses follow the processing model for redirects defined by HTTP. <a data-link-type="biblio" href="#biblio-http" title="HTTP Semantics">[HTTP]</a> </p> <li> <p>Return <var>location</var>. </p> </ol> <p class="note" role="note">The <a data-link-type="dfn" href="#concept-response-location-url" id="ref-for-concept-response-location-url">location URL</a> algorithm is exclusively used for redirect handling in this standard and in <cite>HTML</cite>’s navigate algorithm which handles redirects manually. <a data-link-type="biblio" href="#biblio-html" title="HTML Standard">[HTML]</a> </p> </div> <h4 class="heading settled" data-level="2.2.7" id="miscellaneous"><span class="secno">2.2.7. </span><span class="content">Miscellaneous</span><a class="self-link" href="#miscellaneous"></a></h4> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-potential-destination">potential destination</dfn> is "<code>fetch</code>" or a <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination⑥">destination</a> which is not the empty string. </p> <div class="algorithm" data-algorithm="translate" data-algorithm-for="destination"> <p>To <dfn class="dfn-paneled" data-dfn-for="destination" data-dfn-type="dfn" data-export id="concept-potential-destination-translate">translate</dfn> a <a data-link-type="dfn" href="#concept-potential-destination" id="ref-for-concept-potential-destination">potential destination</a> <var>potentialDestination</var>, run these steps: </p> <ol> <li> <p>If <var>potentialDestination</var> is "<code>fetch</code>", then return the empty string. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert①④">Assert</a>: <var>potentialDestination</var> is a <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination⑦">destination</a>. </p> <li> <p>Return <var>potentialDestination</var>. </p> </ol> </div> <h3 class="heading settled" data-level="2.3" id="authentication-entries"><span class="secno">2.3. </span><span class="content">Authentication entries</span><a class="self-link" href="#authentication-entries"></a></h3> <p>An <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="authentication-entry">authentication entry</dfn> and a <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="proxy-authentication-entry">proxy-authentication entry</dfn> are tuples of username, password, and realm, used for HTTP authentication and HTTP proxy authentication, and associated with one or more <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑦⑤">requests</a>. </p> <p>User agents should allow both to be cleared together with HTTP cookies and similar tracking functionality. </p> <p>Further details are defined by HTTP. <a data-link-type="biblio" href="#biblio-http" title="HTTP Semantics">[HTTP]</a> <a data-link-type="biblio" href="#biblio-http-caching" title="HTTP Caching">[HTTP-CACHING]</a> </p> <h3 class="heading settled" data-level="2.4" id="fetch-groups"><span class="secno">2.4. </span><span class="content">Fetch groups</span><a class="self-link" href="#fetch-groups"></a></h3> <p>Each <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object⑥">environment settings object</a> has an associated <dfn class="dfn-paneled" data-dfn-for="fetch" data-dfn-type="dfn" data-export id="concept-fetch-group">fetch group</dfn>. </p> <p>A <a data-link-type="dfn" href="#concept-fetch-group" id="ref-for-concept-fetch-group">fetch group</a> holds an ordered list of <dfn class="dfn-paneled" data-dfn-for="fetch group" data-dfn-type="dfn" data-export data-lt="fetch record" id="concept-fetch-record">fetch records</dfn>. </p> <p>A <a data-link-type="dfn" href="#concept-fetch-record" id="ref-for-concept-fetch-record">fetch record</a> has an associated <dfn class="dfn-paneled" data-dfn-for="fetch record" data-dfn-type="dfn" data-export id="concept-fetch-record-request">request</dfn> (a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑦⑥">request</a>). </p> <p>A <a data-link-type="dfn" href="#concept-fetch-record" id="ref-for-concept-fetch-record①">fetch record</a> has an associated <dfn class="dfn-paneled" data-dfn-for="fetch record" data-dfn-type="dfn" data-export id="concept-fetch-record-fetch">controller</dfn> (a <a data-link-type="dfn" href="#fetch-controller" id="ref-for-fetch-controller⑦">fetch controller</a> or null). </p> <hr> <p>When a <a data-link-type="dfn" href="#concept-fetch-group" id="ref-for-concept-fetch-group①">fetch group</a> is <dfn class="dfn-paneled" data-dfn-for="fetch group" data-dfn-type="dfn" data-export id="concept-fetch-group-terminate">terminated</dfn>, for each associated <a data-link-type="dfn" href="#concept-fetch-record" id="ref-for-concept-fetch-record②">fetch record</a> whose <a data-link-type="dfn" href="#concept-fetch-record" id="ref-for-concept-fetch-record③">fetch record</a>’s <a data-link-type="dfn" href="#concept-fetch-record-fetch" id="ref-for-concept-fetch-record-fetch">controller</a> is non-null, and whose <a data-link-type="dfn" href="#concept-fetch-record-request" id="ref-for-concept-fetch-record-request">request</a>’s <a data-link-type="dfn" href="#done-flag" id="ref-for-done-flag①">done flag</a> is unset or <a data-link-type="dfn" href="#request-keepalive-flag" id="ref-for-request-keepalive-flag">keepalive</a> is false, <a data-link-type="dfn" href="#fetch-controller-terminate" id="ref-for-fetch-controller-terminate">terminate</a> the <a data-link-type="dfn" href="#concept-fetch-record" id="ref-for-concept-fetch-record④">fetch record</a>’s <a data-link-type="dfn" href="#concept-fetch-record-fetch" id="ref-for-concept-fetch-record-fetch①">controller</a>. </p> <h3 class="heading settled" data-level="2.5" id="resolving-domains"><span class="secno">2.5. </span><span class="content">Resolving domains</span><a class="self-link" href="#resolving-domains"></a></h3> <div class="algorithm" data-algorithm="resolve an origin"> <p><a class="tracking-vector" href="https://infra.spec.whatwg.org/#tracking-vector" style="color: currentcolor"><img alt="(This is a tracking vector.)" class="darkmode-aware" crossorigin height="64" src="https://resources.whatwg.org/tracking-vector.svg" title="There is a tracking vector here." width="46"></a> To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="resolve-an-origin"><span class="bs-old-id" id="resolve-a-domain"></span>resolve an origin</dfn>, given a <a data-link-type="dfn" href="#network-partition-key" id="ref-for-network-partition-key">network partition key</a> <var>key</var> and an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin" id="ref-for-concept-origin②">origin</a> <var>origin</var>: </p> <ol> <li> <p>If <var>origin</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-host" id="ref-for-concept-origin-host">host</a> is an <a data-link-type="dfn" href="https://url.spec.whatwg.org/#ip-address" id="ref-for-ip-address">IP address</a>, then return « <var>origin</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-host" id="ref-for-concept-origin-host①">host</a> ». </p> <li> <p>If <var>origin</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-host" id="ref-for-concept-origin-host②">host</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#host-public-suffix" id="ref-for-host-public-suffix">public suffix</a> is "<code>localhost</code>" or "<code>localhost.</code>", then return « <code>::1</code>, <code>127.0.0.1</code> ». </p> <li> <p>Perform an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined②">implementation-defined</a> operation to turn <var>origin</var> into a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ordered-set" id="ref-for-ordered-set②">set</a> of one or more <a data-link-type="dfn" href="https://url.spec.whatwg.org/#ip-address" id="ref-for-ip-address①">IP addresses</a>. </p> <p>It is also <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined③">implementation-defined</a> whether other operations might be performed to get connection information beyond just <a data-link-type="dfn" href="https://url.spec.whatwg.org/#ip-address" id="ref-for-ip-address②">IP addresses</a>. For example, if <var>origin</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-scheme" id="ref-for-concept-origin-scheme">scheme</a> is an <a data-link-type="dfn" href="#http-scheme" id="ref-for-http-scheme②">HTTP(S) scheme</a>, the implementation might perform a DNS query for HTTPS RRs. <a data-link-type="biblio" href="#biblio-svcb" title="Service binding and parameter specification via the DNS (DNS SVCB and HTTPS RRs)">[SVCB]</a> </p> <p>If this operation succeeds, return the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ordered-set" id="ref-for-ordered-set③">set</a> of <a data-link-type="dfn" href="https://url.spec.whatwg.org/#ip-address" id="ref-for-ip-address③">IP addresses</a> and any additional <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined④">implementation-defined</a> information. </p> <li> <p>Return failure. </p> </ol> <p>The results of <a data-link-type="dfn" href="#resolve-an-origin" id="ref-for-resolve-an-origin">resolve an origin</a> may be cached. If they are cached, <var>key</var> should be used as part of the cache key. </p> <div class="note" role="note"> <p>Typically this operation would involve DNS and as such caching can happen on DNS servers without <var>key</var> being taken into account. Depending on the implementation it might also not be possible to take <var>key</var> into account locally. <a data-link-type="biblio" href="#biblio-rfc1035" title="Domain names - implementation and specification">[RFC1035]</a> </p> <p>The order of the <a data-link-type="dfn" href="https://url.spec.whatwg.org/#ip-address" id="ref-for-ip-address④">IP addresses</a> that the <a data-link-type="dfn" href="#resolve-an-origin" id="ref-for-resolve-an-origin①">resolve an origin</a> algorithm can return can differ between invocations. </p> <p>The particulars (apart from the cache key) are not tied down as they are not pertinent to the system the Fetch Standard establishes. Other documents ought not to build on this primitive without having a considered discussion with the Fetch Standard community first. </p> </div> </div> <h3 class="heading settled" data-level="2.6" id="connections"><span class="secno">2.6. </span><span class="content">Connections</span><a class="self-link" href="#connections"></a></h3> <p>A user agent has an associated <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-connection-pool">connection pool</dfn>. A <a data-link-type="dfn" href="#concept-connection-pool" id="ref-for-concept-connection-pool">connection pool</a> is an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ordered-set" id="ref-for-ordered-set④">ordered set</a> of zero or more <dfn class="dfn-paneled" data-dfn-type="dfn" data-export data-lt="connection" id="concept-connection">connections</dfn>. Each <a data-link-type="dfn" href="#concept-connection" id="ref-for-concept-connection">connection</a> is identified by an associated <dfn class="dfn-paneled" data-dfn-for="connection" data-dfn-type="dfn" data-noexport id="connection-key">key</dfn> (a <a data-link-type="dfn" href="#network-partition-key" id="ref-for-network-partition-key①">network partition key</a>), <dfn class="dfn-paneled" data-dfn-for="connection" data-dfn-type="dfn" data-noexport id="connection-origin">origin</dfn> (an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin" id="ref-for-concept-origin③">origin</a>), and <dfn class="dfn-paneled" data-dfn-for="connection" data-dfn-type="dfn" data-noexport id="connection-credentials">credentials</dfn> (a boolean). </p> <p>Each <a data-link-type="dfn" href="#concept-connection" id="ref-for-concept-connection①">connection</a> has an associated <dfn class="dfn-paneled" data-dfn-for="connection" data-dfn-type="dfn" data-noexport id="concept-connection-timing-info">timing info</dfn> (a <a data-link-type="dfn" href="#connection-timing-info" id="ref-for-connection-timing-info①">connection timing info</a>). </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="connection-timing-info">connection timing info</dfn> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct" id="ref-for-struct④">struct</a> used to maintain timing information pertaining to the process of obtaining a connection. It has the following <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct-item" id="ref-for-struct-item④">items</a>: </p> <dl> <dt><dfn class="dfn-paneled" data-dfn-for="connection timing info" data-dfn-type="dfn" data-export id="connection-timing-info-domain-lookup-start-time">domain lookup start time</dfn> (default 0) <dt><dfn class="dfn-paneled" data-dfn-for="connection timing info" data-dfn-type="dfn" data-export id="connection-timing-info-domain-lookup-end-time">domain lookup end time</dfn> (default 0) <dt><dfn class="dfn-paneled" data-dfn-for="connection timing info" data-dfn-type="dfn" data-export id="connection-timing-info-connection-start-time">connection start time</dfn> (default 0) <dt><dfn class="dfn-paneled" data-dfn-for="connection timing info" data-dfn-type="dfn" data-export id="connection-timing-info-connection-end-time">connection end time</dfn> (default 0) <dt><dfn class="dfn-paneled" data-dfn-for="connection timing info" data-dfn-type="dfn" data-export id="connection-timing-info-secure-connection-start-time">secure connection start time</dfn> (default 0) <dd>A <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/hr-time/#dom-domhighrestimestamp" id="ref-for-dom-domhighrestimestamp①">DOMHighResTimeStamp</a></code>. <dt><dfn class="dfn-paneled" data-dfn-for="connection timing info" data-dfn-type="dfn" data-export id="connection-timing-info-alpn-negotiated-protocol">ALPN negotiated protocol</dfn> (default the empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence①③">byte sequence</a>) <dd>A <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence①④">byte sequence</a>. </dl> <div class="algorithm" data-algorithm="clamp and coarsen connection timing info"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="clamp-and-coarsen-connection-timing-info">clamp and coarsen connection timing info</dfn>, given a <a data-link-type="dfn" href="#connection-timing-info" id="ref-for-connection-timing-info②">connection timing info</a> <var>timingInfo</var>, a <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/hr-time/#dom-domhighrestimestamp" id="ref-for-dom-domhighrestimestamp②">DOMHighResTimeStamp</a></code> <var>defaultStartTime</var>, and a boolean <var>crossOriginIsolatedCapability</var>, run these steps: </p> <ol> <li> <p>If <var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-connection-start-time" id="ref-for-connection-timing-info-connection-start-time">connection start time</a> is less than <var>defaultStartTime</var>, then return a new <a data-link-type="dfn" href="#connection-timing-info" id="ref-for-connection-timing-info③">connection timing info</a> whose <a data-link-type="dfn" href="#connection-timing-info-domain-lookup-start-time" id="ref-for-connection-timing-info-domain-lookup-start-time">domain lookup start time</a> is <var>defaultStartTime</var>, <a data-link-type="dfn" href="#connection-timing-info-domain-lookup-end-time" id="ref-for-connection-timing-info-domain-lookup-end-time">domain lookup end time</a> is <var>defaultStartTime</var>, <a data-link-type="dfn" href="#connection-timing-info-connection-start-time" id="ref-for-connection-timing-info-connection-start-time①">connection start time</a> is <var>defaultStartTime</var>, <a data-link-type="dfn" href="#connection-timing-info-connection-end-time" id="ref-for-connection-timing-info-connection-end-time">connection end time</a> is <var>defaultStartTime</var>, <a data-link-type="dfn" href="#connection-timing-info-secure-connection-start-time" id="ref-for-connection-timing-info-secure-connection-start-time">secure connection start time</a> is <var>defaultStartTime</var>, and <a data-link-type="dfn" href="#connection-timing-info-alpn-negotiated-protocol" id="ref-for-connection-timing-info-alpn-negotiated-protocol">ALPN negotiated protocol</a> is <var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-alpn-negotiated-protocol" id="ref-for-connection-timing-info-alpn-negotiated-protocol①">ALPN negotiated protocol</a>. </p> <li> <p>Return a new <a data-link-type="dfn" href="#connection-timing-info" id="ref-for-connection-timing-info④">connection timing info</a> whose <a data-link-type="dfn" href="#connection-timing-info-domain-lookup-start-time" id="ref-for-connection-timing-info-domain-lookup-start-time①">domain lookup start time</a> is the result of <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-coarsen-time" id="ref-for-dfn-coarsen-time">coarsen time</a> given <var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-domain-lookup-start-time" id="ref-for-connection-timing-info-domain-lookup-start-time②">domain lookup start time</a> and <var>crossOriginIsolatedCapability</var>, <a data-link-type="dfn" href="#connection-timing-info-domain-lookup-end-time" id="ref-for-connection-timing-info-domain-lookup-end-time①">domain lookup end time</a> is the result of <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-coarsen-time" id="ref-for-dfn-coarsen-time①">coarsen time</a> given <var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-domain-lookup-end-time" id="ref-for-connection-timing-info-domain-lookup-end-time②">domain lookup end time</a> and <var>crossOriginIsolatedCapability</var>, <a data-link-type="dfn" href="#connection-timing-info-connection-start-time" id="ref-for-connection-timing-info-connection-start-time②">connection start time</a> is the result of <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-coarsen-time" id="ref-for-dfn-coarsen-time②">coarsen time</a> given <var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-connection-start-time" id="ref-for-connection-timing-info-connection-start-time③">connection start time</a> and <var>crossOriginIsolatedCapability</var>, <a data-link-type="dfn" href="#connection-timing-info-connection-end-time" id="ref-for-connection-timing-info-connection-end-time①">connection end time</a> is the result of <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-coarsen-time" id="ref-for-dfn-coarsen-time③">coarsen time</a> given <var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-connection-end-time" id="ref-for-connection-timing-info-connection-end-time②">connection end time</a> and <var>crossOriginIsolatedCapability</var>, <a data-link-type="dfn" href="#connection-timing-info-secure-connection-start-time" id="ref-for-connection-timing-info-secure-connection-start-time①">secure connection start time</a> is the result of <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-coarsen-time" id="ref-for-dfn-coarsen-time④">coarsen time</a> given <var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-connection-end-time" id="ref-for-connection-timing-info-connection-end-time③">connection end time</a> and <var>crossOriginIsolatedCapability</var>, and <a data-link-type="dfn" href="#connection-timing-info-alpn-negotiated-protocol" id="ref-for-connection-timing-info-alpn-negotiated-protocol②">ALPN negotiated protocol</a> is <var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-alpn-negotiated-protocol" id="ref-for-connection-timing-info-alpn-negotiated-protocol③">ALPN negotiated protocol</a>. </p> </ol> </div> <hr> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="new-connection-setting">new connection setting</dfn> is "<code>no</code>", "<code>yes</code>", or "<code>yes-and-dedicated</code>". </p> <div class="algorithm" data-algorithm="obtain a connection"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-connection-obtain">obtain a connection</dfn>, given a <a data-link-type="dfn" href="#network-partition-key" id="ref-for-network-partition-key②">network partition key</a> <var>key</var>, <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url①④">URL</a> <var>url</var>, boolean <var>credentials</var>, an optional <a data-link-type="dfn" href="#new-connection-setting" id="ref-for-new-connection-setting">new connection setting</a> <var>new</var> (default "<code>no</code>"), and an optional boolean <dfn class="dfn-paneled" data-dfn-for="obtain a connection" data-dfn-type="dfn" data-export id="obtain-a-connection-requireunreliable"><var>requireUnreliable</var></dfn> (default false), run these steps: </p> <ol> <li> <p>If <var>new</var> is "<code>no</code>", then: </p> <ol> <li> <p>Let <var>connections</var> be a set of <a data-link-type="dfn" href="#concept-connection" id="ref-for-concept-connection②">connections</a> in the user agent’s <a data-link-type="dfn" href="#concept-connection-pool" id="ref-for-concept-connection-pool①">connection pool</a> whose <a data-link-type="dfn" href="#connection-key" id="ref-for-connection-key">key</a> is <var>key</var>, <a data-link-type="dfn" href="#connection-origin" id="ref-for-connection-origin">origin</a> is <var>url</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin④">origin</a>, and <a data-link-type="dfn" href="#connection-credentials" id="ref-for-connection-credentials">credentials</a> is <var>credentials</var>. </p> <li> <p>If <var>connections</var> is not empty and <var>requireUnreliable</var> is false, then return one of <var>connections</var>. </p> <li> <p>If there is a <a data-link-type="dfn" href="#concept-connection" id="ref-for-concept-connection③">connection</a> capable of supporting unreliable transport in <var>connections</var>, e.g., HTTP/3, then return that <a data-link-type="dfn" href="#concept-connection" id="ref-for-concept-connection④">connection</a>. </p> </ol> <li> <p>Let <var>proxies</var> be the result of finding proxies for <var>url</var> in an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined⑤">implementation-defined</a> manner. If there are no proxies, let <var>proxies</var> be « "<code>DIRECT</code>" ». </p> <p class="note" role="note">This is where non-standard technology such as <a href="https://en.wikipedia.org/wiki/Web_Proxy_Auto-Discovery_Protocol">Web Proxy Auto-Discovery Protocol (WPAD)</a> and <a href="https://en.wikipedia.org/wiki/Proxy_auto-config">proxy auto-config (PAC)</a> come into play. The "<code>DIRECT</code>" value means to not use a proxy for this particular <var>url</var>. </p> <li> <p>Let <var>timingInfo</var> be a new <a data-link-type="dfn" href="#connection-timing-info" id="ref-for-connection-timing-info⑤">connection timing info</a>. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate⑦">For each</a> <var>proxy</var> of <var>proxies</var>: </p> <ol> <li> <p>Set <var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-domain-lookup-start-time" id="ref-for-connection-timing-info-domain-lookup-start-time③">domain lookup start time</a> to the <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-unsafe-shared-current-time" id="ref-for-dfn-unsafe-shared-current-time">unsafe shared current time</a>. </p> <li> <p>Let <var>hosts</var> be « <var>url</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin⑤">origin</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-host" id="ref-for-concept-origin-host③">host</a> ». </p> <li> <p>If <var>proxy</var> is "<code>DIRECT</code>", then set <var>hosts</var> to the result of running <a data-link-type="dfn" href="#resolve-an-origin" id="ref-for-resolve-an-origin②">resolve an origin</a> given <var>key</var> and <var>url</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin⑥">origin</a>. </p> <li> <p>If <var>hosts</var> is failure, then <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#iteration-continue" id="ref-for-iteration-continue②">continue</a>. </p> <li> <p>Set <var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-domain-lookup-end-time" id="ref-for-connection-timing-info-domain-lookup-end-time③">domain lookup end time</a> to the <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-unsafe-shared-current-time" id="ref-for-dfn-unsafe-shared-current-time①">unsafe shared current time</a>. </p> <li> <p>Let <var>connection</var> be the result of running this step: run <a data-link-type="dfn" href="#create-a-connection" id="ref-for-create-a-connection">create a connection</a> given <var>key</var>, <var>url</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin⑦">origin</a>, <var>credentials</var>, <var>proxy</var>, an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined⑥">implementation-defined</a> <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-host" id="ref-for-concept-host">host</a> from <var>hosts</var>, <var>timingInfo</var>, and <var>requireUnreliable</var> an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined⑦">implementation-defined</a> number of times, <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel" id="ref-for-in-parallel">in parallel</a> from each other, and wait for at least 1 to return a value. In an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined⑧">implementation-defined</a> manner, select a value to return from the returned values and return it. Any other returned values that are <a data-link-type="dfn" href="#concept-connection" id="ref-for-concept-connection⑤">connections</a> may be closed. </p> <p class="note" role="note">Essentially this allows an implementation to pick one or more <a data-link-type="dfn" href="https://url.spec.whatwg.org/#ip-address" id="ref-for-ip-address⑤">IP addresses</a> from the return value of <a data-link-type="dfn" href="#resolve-an-origin" id="ref-for-resolve-an-origin③">resolve an origin</a> (assuming <var>proxy</var> is "<code>DIRECT</code>") and race them against each other, favor <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-ipv6" id="ref-for-concept-ipv6">IPv6 addresses</a>, retry in case of a timeout, etc. </p> <li> <p>If <var>connection</var> is failure, then <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#iteration-continue" id="ref-for-iteration-continue③">continue</a>. </p> <li> <p>If <var>new</var> is not "<code>yes-and-dedicated</code>", then <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#set-append" id="ref-for-set-append①">append</a> <var>connection</var> to the user agent’s <a data-link-type="dfn" href="#concept-connection-pool" id="ref-for-concept-connection-pool②">connection pool</a>. </p> <li> <p>Return <var>connection</var>. </p> </ol> <li> <p>Return failure. </p> </ol> <p class="note" role="note">This is intentionally a little vague as there are a lot of nuances to connection management that are best left to the discretion of implementers. Describing this helps explain the <code><link rel=preconnect></code> feature and clearly stipulates that <a data-link-type="dfn" href="#concept-connection" id="ref-for-concept-connection⑥">connections</a> are keyed on <a data-link-type="dfn" href="#credentials" id="ref-for-credentials①">credentials</a>. The latter clarifies that, e.g., TLS session identifiers are not reused across <a data-link-type="dfn" href="#concept-connection" id="ref-for-concept-connection⑦">connections</a> whose <a data-link-type="dfn" href="#connection-credentials" id="ref-for-connection-credentials①">credentials</a> are false with <a data-link-type="dfn" href="#concept-connection" id="ref-for-concept-connection⑧">connections</a> whose <a data-link-type="dfn" href="#connection-credentials" id="ref-for-connection-credentials②">credentials</a> are true. </p> </div> <hr> <div class="algorithm" data-algorithm="create a connection"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="create-a-connection">create a connection</dfn>, given a <a data-link-type="dfn" href="#network-partition-key" id="ref-for-network-partition-key③">network partition key</a> <var>key</var>, <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin" id="ref-for-concept-origin④">origin</a> <var>origin</var>, boolean <var>credentials</var>, string <var>proxy</var>, <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-host" id="ref-for-concept-host①">host</a> <var>host</var>, <a data-link-type="dfn" href="#connection-timing-info" id="ref-for-connection-timing-info⑥">connection timing info</a> <var>timingInfo</var>, and boolean <var>requireUnreliable</var>, run these steps: </p> <ol> <li> <p>Set <var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-connection-start-time" id="ref-for-connection-timing-info-connection-start-time④">connection start time</a> to the <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-unsafe-shared-current-time" id="ref-for-dfn-unsafe-shared-current-time②">unsafe shared current time</a>. </p> <li> <p>Let <var>connection</var> be a new <a data-link-type="dfn" href="#concept-connection" id="ref-for-concept-connection⑨">connection</a> whose <a data-link-type="dfn" href="#connection-key" id="ref-for-connection-key①">key</a> is <var>key</var>, <a data-link-type="dfn" href="#connection-origin" id="ref-for-connection-origin①">origin</a> is <var>origin</var>, <a data-link-type="dfn" href="#connection-credentials" id="ref-for-connection-credentials③">credentials</a> is <var>credentials</var>, and <a data-link-type="dfn" href="#concept-connection-timing-info" id="ref-for-concept-connection-timing-info">timing info</a> is <var>timingInfo</var>. <a data-link-type="dfn" href="#record-connection-timing-info" id="ref-for-record-connection-timing-info">Record connection timing info</a> given <var>connection</var> and use <var>connection</var> to establish an HTTP connection to <var>host</var>, taking <var>proxy</var> and <var>origin</var> into account, with the following caveats: <a data-link-type="biblio" href="#biblio-http" title="HTTP Semantics">[HTTP]</a> <a data-link-type="biblio" href="#biblio-http1" title="HTTP/1.1">[HTTP1]</a> <a data-link-type="biblio" href="#biblio-tls" title="The Transport Layer Security (TLS) Protocol Version 1.3">[TLS]</a> </p> <ul> <li> <p>If <var>requireUnreliable</var> is true, then establish a connection capable of unreliable transport, e.g., an HTTP/3 connection. <a data-link-type="biblio" href="#biblio-http3" title="HTTP/3">[HTTP3]</a> </p> <li> <p>When establishing a connection capable of unreliable transport, enable options that are necessary for WebTransport. For HTTP/3, this means including <code>SETTINGS_ENABLE_WEBTRANSPORT</code> with a value of <code>1</code> and <code>H3_DATAGRAM</code> with a value of <code>1</code> in the initial <code>SETTINGS</code> frame. <a data-link-type="biblio" href="#biblio-webtransport-http3" title="WebTransport over HTTP/3">[WEBTRANSPORT-HTTP3]</a> <a data-link-type="biblio" href="#biblio-http3-datagram" title="HTTP Datagrams and the Capsule Protocol">[HTTP3-DATAGRAM]</a> </p> <li> <p>If <var>credentials</var> is false, then do not send a TLS client certificate. </p> <li> <p>If establishing a connection does not succeed (e.g., a UDP, TCP, or TLS error), then return failure. </p> </ul> <li> <p>Set <var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-alpn-negotiated-protocol" id="ref-for-connection-timing-info-alpn-negotiated-protocol④">ALPN negotiated protocol</a> to <var>connection</var>’s ALPN Protocol ID, with the following caveats: <a data-link-type="biblio" href="#biblio-rfc7301" title="Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension">[RFC7301]</a> </p> <ul> <li> <p>When a proxy is configured, if a tunnel connection is established then this must be the ALPN Protocol ID of the tunneled protocol, otherwise it must be the ALPN Protocol ID of the first hop to the proxy. </p> <li> <p>In case the user agent is using an experimental, non-registered protocol, the user agent must use the used ALPN Protocol ID, if any. If ALPN was not used for protocol negotiations, the user agent may use another descriptive string. </p> <p class="note" role="note"><var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-alpn-negotiated-protocol" id="ref-for-connection-timing-info-alpn-negotiated-protocol⑤">ALPN negotiated protocol</a> is intended to identify the network protocol in use regardless of how it was actually negotiated; that is, even if ALPN is not used to negotiate the network protocol, this is the ALPN Protocol IDs that indicates the protocol in use. </p> </ul> <p class="note" role="note">IANA maintains a <a href="https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids">list of ALPN Protocol IDs</a>. </p> <li> <p>Return <var>connection</var>. </p> </ol> </div> <hr> <div class="algorithm" data-algorithm="record connection timing info"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="record-connection-timing-info">record connection timing info</dfn> given a <a data-link-type="dfn" href="#concept-connection" id="ref-for-concept-connection①⓪">connection</a> <var>connection</var>, let <var>timingInfo</var> be <var>connection</var>’s <a data-link-type="dfn" href="#concept-connection-timing-info" id="ref-for-concept-connection-timing-info①">timing info</a> and observe these requirements: </p> <ul> <li> <p><var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-connection-end-time" id="ref-for-connection-timing-info-connection-end-time④">connection end time</a> should be the <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-unsafe-shared-current-time" id="ref-for-dfn-unsafe-shared-current-time③">unsafe shared current time</a> immediately after establishing the connection to the server or proxy, as follows: </p> <ul> <li> <p>The returned time must include the time interval to establish the transport connection, as well as other time intervals such as SOCKS authentication. It must include the time interval to complete enough of the TLS handshake to request the resource. </p> <li> <p>If the user agent used TLS False Start for this connection, this interval must not include the time needed to receive the server’s Finished message. <a data-link-type="biblio" href="#biblio-rfc7918" title="Transport Layer Security (TLS) False Start">[RFC7918]</a> </p> <li> <p>If the user agent sends the request with early data without waiting for the full handshake to complete, this interval must not include the time needed to receive the server’s ServerHello message. <a data-link-type="biblio" href="#biblio-rfc8470" title="Using Early Data in HTTP">[RFC8470]</a> </p> <li> <p>If the user agent waits for full handshake completion to send the request, this interval includes the full TLS handshake even if other requests were sent using early data on <var>connection</var>. </p> </ul> <p class="example" id="example-connection-end-time"><a class="self-link" href="#example-connection-end-time"></a>Suppose the user agent establishes an HTTP/2 connection over TLS 1.3 to send a <code>GET</code> request and a <code>POST</code> request. It sends the ClientHello at time <var>t1</var> and then sends the <code>GET</code> request with early data. The <code>POST</code> request is not safe (<a data-link-type="biblio" href="#biblio-http" title="HTTP Semantics">[HTTP]</a>, section 9.2.1), so the user agent waits to complete the handshake at time <var>t2</var> before sending it. Although both requests used the same connection, the <code>GET</code> request reports a connection end time of <var>t1</var>, while the <code>POST</code> request reports <var>t2</var>. </p> <li> <p>If a secure transport is used, <var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-secure-connection-start-time" id="ref-for-connection-timing-info-secure-connection-start-time②">secure connection start time</a> should be the result of calling <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-unsafe-shared-current-time" id="ref-for-dfn-unsafe-shared-current-time④">unsafe shared current time</a> immediately before starting the handshake process to secure <var>connection</var>. <a data-link-type="biblio" href="#biblio-tls" title="The Transport Layer Security (TLS) Protocol Version 1.3">[TLS]</a> </p> <li> <p>If <var>connection</var> is an HTTP/3 connection, <var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-connection-start-time" id="ref-for-connection-timing-info-connection-start-time⑤">connection start time</a> and <var>timingInfo</var>’s <a data-link-type="dfn" href="#connection-timing-info-secure-connection-start-time" id="ref-for-connection-timing-info-secure-connection-start-time③">secure connection start time</a> must be equal. (In HTTP/3 the secure transport handshake process is performed as part of the initial connection setup.) <a data-link-type="biblio" href="#biblio-http3" title="HTTP/3">[HTTP3]</a> </p> </ul> <p class="note" role="note">The <a data-link-type="dfn" href="#clamp-and-coarsen-connection-timing-info" id="ref-for-clamp-and-coarsen-connection-timing-info">clamp and coarsen connection timing info</a> algorithm ensures that details of reused connections are not exposed and time values are coarsened. </p> </div> <h3 class="heading settled" data-level="2.7" id="network-partition-keys"><span class="secno">2.7. </span><span class="content">Network partition keys</span><a class="self-link" href="#network-partition-keys"></a></h3> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="network-partition-key">network partition key</dfn> is a tuple consisting of a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#site" id="ref-for-site">site</a> and null or an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined⑨">implementation-defined</a> value. </p> <div class="algorithm" data-algorithm="determine the network partition key"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="determine-the-network-partition-key">determine the network partition key</dfn>, given an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment" id="ref-for-environment②">environment</a> <var>environment</var>: </p> <ol> <li> <p>Let <var>topLevelOrigin</var> be <var>environment</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-origin" id="ref-for-concept-environment-top-level-origin">top-level origin</a>. </p> <li> <p>If <var>topLevelOrigin</var> is null, then set <var>topLevelOrigin</var> to <var>environment</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-creation-url" id="ref-for-concept-environment-top-level-creation-url">top-level creation URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin⑧">origin</a>. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert①⑤">Assert</a>: <var>topLevelOrigin</var> is an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin" id="ref-for-concept-origin⑤">origin</a>. </p> <li> <p>Let <var>topLevelSite</var> be the result of <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#obtain-a-site" id="ref-for-obtain-a-site">obtaining a site</a>, given <var>topLevelOrigin</var>. </p> <li> <p>Let <var>secondKey</var> be null or an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined①⓪">implementation-defined</a> value. </p> <p class="XXX">The second key is intentionally a little vague as the finer points are still evolving. See <a href="https://github.com/whatwg/fetch/issues/1035">issue #1035</a>. </p> <li> <p>Return (<var>topLevelSite</var>, <var>secondKey</var>). </p> </ol> </div> <div class="algorithm" data-algorithm="determine the network partition key" data-algorithm-for="request"> <p>To <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-noexport id="request-determine-the-network-partition-key">determine the network partition key</dfn>, given a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑦⑦">request</a> <var>request</var>: </p> <ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-reserved-client" id="ref-for-concept-request-reserved-client">reserved client</a> is non-null, then return the result of <a data-link-type="dfn" href="#determine-the-network-partition-key" id="ref-for-determine-the-network-partition-key">determining the network partition key</a> given <var>request</var>’s <a data-link-type="dfn" href="#concept-request-reserved-client" id="ref-for-concept-request-reserved-client①">reserved client</a>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client④">client</a> is non-null, then return the result of <a data-link-type="dfn" href="#determine-the-network-partition-key" id="ref-for-determine-the-network-partition-key①">determining the network partition key</a> given <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client⑤">client</a>. </p> <li> <p>Return null. </p> </ol> </div> <h3 class="heading settled" data-level="2.8" id="http-cache-partitions"><span class="secno">2.8. </span><span class="content">HTTP cache partitions</span><a class="self-link" href="#http-cache-partitions"></a></h3> <div class="algorithm" data-algorithm="determine the HTTP cache partition"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="determine-the-http-cache-partition">determine the HTTP cache partition</dfn>, given a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑦⑧">request</a> <var>request</var>: </p> <ol> <li> <p>Let <var>key</var> be the result of <a data-link-type="dfn" href="#request-determine-the-network-partition-key" id="ref-for-request-determine-the-network-partition-key">determining the network partition key</a> given <var>request</var>. </p> <li> <p>If <var>key</var> is null, then return null. </p> <li> <p>Return the unique HTTP cache associated with <var>key</var>. <a data-link-type="biblio" href="#biblio-http-caching" title="HTTP Caching">[HTTP-CACHING]</a> </p> </ol> </div> <h3 class="heading settled" data-level="2.9" id="port-blocking"><span class="secno">2.9. </span><span class="content">Port blocking</span><a class="self-link" href="#port-blocking"></a></h3> <p class="note" role="note">New protocols can avoid the need for blocking ports by negotiating the protocol through TLS using ALPN. The protocol cannot be spoofed through HTTP requests in that case. <a data-link-type="biblio" href="#biblio-rfc7301" title="Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension">[RFC7301]</a> </p> <div class="algorithm" data-algorithm="block bad port"> <p>To determine whether fetching a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑦⑨">request</a> <var>request</var> <dfn class="dfn-paneled" data-dfn-type="dfn" data-export data-lt="block bad port" id="block-bad-port">should be blocked due to a bad port</dfn>: </p> <ol> <li> <p>Let <var>url</var> be <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url②">current URL</a>. </p> <li> <p>If <var>url</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme①">scheme</a> is an <a data-link-type="dfn" href="#http-scheme" id="ref-for-http-scheme③">HTTP(S) scheme</a> and <var>url</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-port" id="ref-for-concept-url-port">port</a> is a <a data-link-type="dfn" href="#bad-port" id="ref-for-bad-port">bad port</a>, then return <b>blocked</b>. </p> <li> <p>Return <b>allowed</b>. </p> </ol> </div> <p>A <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-port" id="ref-for-concept-url-port①">port</a> is a <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="bad-port">bad port</dfn> if it is listed in the first column of the following table. </p> <table> <tbody> <tr> <th>Port <th>Typical service <tr> <td>1 <td>tcpmux <tr> <td>7 <td>echo <tr> <td>9 <td>discard <tr> <td>11 <td>systat <tr> <td>13 <td>daytime <tr> <td>15 <td>netstat <tr> <td>17 <td>qotd <tr> <td>19 <td>chargen <tr> <td>20 <td>ftp-data <tr> <td>21 <td>ftp <tr> <td>22 <td>ssh <tr> <td>23 <td>telnet <tr> <td>25 <td>smtp <tr> <td>37 <td>time <tr> <td>42 <td>name <tr> <td>43 <td>nicname <tr> <td>53 <td>domain <tr> <td>69 <td>tftp <tr> <td>77 <td>— <tr> <td>79 <td>finger <tr> <td>87 <td>— <tr> <td>95 <td>supdup <tr> <td>101 <td>hostname <tr> <td>102 <td>iso-tsap <tr> <td>103 <td>gppitnp <tr> <td>104 <td>acr-nema <tr> <td>109 <td>pop2 <tr> <td>110 <td>pop3 <tr> <td>111 <td>sunrpc <tr> <td>113 <td>auth <tr> <td>115 <td>sftp <tr> <td>117 <td>uucp-path <tr> <td>119 <td>nntp <tr> <td>123 <td>ntp <tr> <td>135 <td>epmap <tr> <td>137 <td>netbios-ns <tr> <td>139 <td>netbios-ssn <tr> <td>143 <td>imap <tr> <td>161 <td>snmp <tr> <td>179 <td>bgp <tr> <td>389 <td>ldap <tr> <td>427 <td>svrloc <tr> <td>465 <td>submissions <tr> <td>512 <td>exec <tr> <td>513 <td>login <tr> <td>514 <td>shell <tr> <td>515 <td>printer <tr> <td>526 <td>tempo <tr> <td>530 <td>courier <tr> <td>531 <td>chat <tr> <td>532 <td>netnews <tr> <td>540 <td>uucp <tr> <td>548 <td>afp <tr> <td>554 <td>rtsp <tr> <td>556 <td>remotefs <tr> <td>563 <td>nntps <tr> <td>587 <td>submission <tr> <td>601 <td>syslog-conn <tr> <td>636 <td>ldaps <tr> <td>989 <td>ftps-data <tr> <td>990 <td>ftps <tr> <td>993 <td>imaps <tr> <td>995 <td>pop3s <tr> <td>1719 <td>h323gatestat <tr> <td>1720 <td>h323hostcall <tr> <td>1723 <td>pptp <tr> <td>2049 <td>nfs <tr> <td>3659 <td>apple-sasl <tr> <td>4045 <td>npp <tr> <td>4190 <td>sieve <tr> <td>5060 <td>sip <tr> <td>5061 <td>sips <tr> <td>6000 <td>x11 <tr> <td>6566 <td>sane-port <tr> <td>6665 <td>ircu <tr> <td>6666 <td>ircu <tr> <td>6667 <td>ircu <tr> <td>6668 <td>ircu <tr> <td>6669 <td>ircu <tr> <td>6679 <td>osaut <tr> <td>6697 <td>ircs-u <tr> <td>10080 <td>amanda </table> <div class="algorithm" data-algorithm="should response to request be blocked due to mime type"> <h3 class="heading settled dfn-paneled" data-dfn-type="dfn" data-export data-level="2.10" data-lt="should response to request be blocked due to mime type" id="should-response-to-request-be-blocked-due-to-mime-type?"><span class="secno">2.10. </span><span class="content">Should <var>response</var> to <var>request</var> be blocked due to its MIME type?</span><a class="self-link" href="#should-response-to-request-be-blocked-due-to-mime-type?" id="ref-for-should-response-to-request-be-blocked-due-to-mime-type?"></a></h3> <p>Run these steps: </p> <ol> <li> <p>Let <var>mimeType</var> be the result of <a data-link-type="dfn" href="#concept-header-extract-mime-type" id="ref-for-concept-header-extract-mime-type②">extracting a MIME type</a> from <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list⑧">header list</a>. </p> <li> <p>If <var>mimeType</var> is failure, then return <b>allowed</b>. </p> <li> <p>Let <var>destination</var> be <var>request</var>’s <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination⑧">destination</a>. </p> <li> <p>If <var>destination</var> is <a data-link-type="dfn" href="#request-destination-script-like" id="ref-for-request-destination-script-like①">script-like</a> and one of the following is true, then return <b>blocked</b>: </p> <ul class="brief"> <li><var>mimeType</var>’s <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#mime-type-essence" id="ref-for-mime-type-essence①">essence</a> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#string-starts-with" id="ref-for-string-starts-with①">starts with</a> "<code>audio/</code>", "<code>image/</code>", or "<code>video/</code>". <li><var>mimeType</var>’s <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#mime-type-essence" id="ref-for-mime-type-essence②">essence</a> is "<code>text/csv</code>". </ul> <li> <p>Return <b>allowed</b>. </p> </ol> </div> <h2 class="heading settled" data-level="3" id="http-extensions"><span class="secno">3. </span><span class="content">HTTP extensions</span><a class="self-link" href="#http-extensions"></a></h2> <h3 class="heading settled" data-level="3.1" id="origin-header"><span class="secno">3.1. </span><span class="content">`<code>Origin</code>` header</span><a class="self-link" href="#origin-header"></a></h3> <p>The `<dfn class="dfn-paneled" data-dfn-type="http-header" data-export id="http-origin"><code>Origin</code></dfn>` request <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header②⑧">header</a> indicates where a <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch①⑧">fetch</a> originates from. </p> <p class="note" role="note">The `<a data-link-type="http-header" href="#http-origin" id="ref-for-http-origin②"><code>Origin</code></a>` header is a version of the `<code>Referer</code>` [sic] header that does not reveal a <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-path" id="ref-for-concept-url-path">path</a>. It is used for all <a data-link-type="dfn" href="#concept-http-fetch" id="ref-for-concept-http-fetch②">HTTP fetches</a> whose <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑧⓪">request</a>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting②">response tainting</a> is "<code>cors</code>", as well as those where <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑧①">request</a>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method①">method</a> is neither `<code>GET</code>` nor `<code>HEAD</code>`. Due to compatibility constraints it is not included in all <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch①⑨">fetches</a>. </p> <p>Its possible <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value①①">values</a> are all the return values of <a data-link-type="dfn" href="#byte-serializing-a-request-origin" id="ref-for-byte-serializing-a-request-origin">byte-serializing a request origin</a>, given a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑧②">request</a>. </p> <p class="note" role="note">This supplants the definition in <cite>The Web Origin Concept</cite>. <a data-link-type="biblio" href="#biblio-origin" title="The Web Origin Concept">[ORIGIN]</a> </p> <hr> <div class="algorithm" data-algorithm="append a request `Origin` header"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="append-a-request-origin-header">append a request `<code>Origin</code>` header</dfn>, given a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑧③">request</a> <var>request</var>, run these steps: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert①⑥">Assert</a>: <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin⑦">origin</a> is not "<code>client</code>". </p> <li> <p>Let <var>serializedOrigin</var> be the result of <a data-link-type="dfn" href="#byte-serializing-a-request-origin" id="ref-for-byte-serializing-a-request-origin①">byte-serializing a request origin</a> with <var>request</var>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting③">response tainting</a> is "<code>cors</code>" or <var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode⑤">mode</a> is "<code>websocket</code>", then <a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append①">append</a> (`<code>Origin</code>`, <var>serializedOrigin</var>) to <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list③">header list</a>. </p> <li> <p>Otherwise, if <var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method②">method</a> is neither `<code>GET</code>` nor `<code>HEAD</code>`, then: </p> <ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode⑥">mode</a> is not "<code>cors</code>", then switch on <var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer-policy" id="ref-for-concept-request-referrer-policy">referrer policy</a>: </p> <dl class="switch"> <dt>"<code>no-referrer</code>" <dd> <p>Set <var>serializedOrigin</var> to `<code>null</code>`. </p> <dt>"<code>no-referrer-when-downgrade</code>" <dt>"<code>strict-origin</code>" <dt>"<code>strict-origin-when-cross-origin</code>" <dd> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin⑧">origin</a> is a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-tuple" id="ref-for-concept-origin-tuple">tuple origin</a>, its <var>scheme</var> is "<code>https</code>", and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url③">current URL</a>’s <var>scheme</var> is not "<code>https</code>", then set <var>serializedOrigin</var> to `<code>null</code>`. </p> <dt>"<code>same-origin</code>" <dd> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin⑨">origin</a> is not <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#same-origin" id="ref-for-same-origin③">same origin</a> with <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url④">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin⑨">origin</a>, then set <var>serializedOrigin</var> to `<code>null</code>`. </p> <dt>Otherwise <dd>Do nothing. </dl> <li> <p><a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append②">Append</a> (`<code>Origin</code>`, <var>serializedOrigin</var>) to <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list④">header list</a>. </p> </ol> </ol> <p class="note" role="note">A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑧④">request</a>’s <a data-link-type="dfn" href="#concept-request-referrer-policy" id="ref-for-concept-request-referrer-policy①">referrer policy</a> is taken into account for all fetches where the fetcher did not explicitly opt into sharing their <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin" id="ref-for-concept-origin⑥">origin</a> with the server, e.g., via using the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol②">CORS protocol</a>. </p> </div> <h3 class="heading settled" data-level="3.2" id="http-cors-protocol"><span class="secno">3.2. </span><span class="content">CORS protocol</span><a class="self-link" href="#http-cors-protocol"></a></h3> <p>To allow sharing responses cross-origin and allow for more versatile <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch②⓪">fetches</a> than possible with HTML’s <code><a data-link-type="element" href="https://html.spec.whatwg.org/multipage/forms.html#the-form-element" id="ref-for-the-form-element">form</a></code> element, the <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="cors-protocol">CORS protocol</dfn> exists. It is layered on top of HTTP and allows responses to declare they can be shared with other <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin" id="ref-for-concept-origin⑦">origins</a>. </p> <p class="note" role="note">It needs to be an opt-in mechanism to prevent leaking data from responses behind a firewall (intranets). Additionally, for <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑧⑤">requests</a> including <a data-link-type="dfn" href="#credentials" id="ref-for-credentials②">credentials</a> it needs to be opt-in to prevent leaking potentially-sensitive data. </p> <p>This section explains the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol③">CORS protocol</a> as it pertains to server developers. Requirements for user agents are part of the <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch②①">fetch</a> algorithm, except for the <a href="#http-new-header-syntax">new HTTP header syntax</a>. </p> <h4 class="heading settled" data-level="3.2.1" id="general"><span class="secno">3.2.1. </span><span class="content">General</span><a class="self-link" href="#general"></a></h4> <p>The <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol④">CORS protocol</a> consists of a set of headers that indicates whether a response can be shared cross-origin. </p> <p>For <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑧⑥">requests</a> that are more involved than what is possible with HTML’s <code><a data-link-type="element" href="https://html.spec.whatwg.org/multipage/forms.html#the-form-element" id="ref-for-the-form-element①">form</a></code> element, a <a data-link-type="dfn" href="#cors-preflight-request" id="ref-for-cors-preflight-request①">CORS-preflight request</a> is performed, to ensure <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑧⑦">request</a>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url⑤">current URL</a> supports the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol⑤">CORS protocol</a>. </p> <h4 class="heading settled" data-level="3.2.2" id="http-requests"><span class="secno">3.2.2. </span><span class="content">HTTP requests</span><a class="self-link" href="#http-requests"></a></h4> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="cors-request">CORS request</dfn> is an HTTP request that includes an `<a data-link-type="http-header" href="#http-origin" id="ref-for-http-origin③"><code>Origin</code></a>` header. It cannot be reliably identified as participating in the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol⑥">CORS protocol</a> as the `<a data-link-type="http-header" href="#http-origin" id="ref-for-http-origin④"><code>Origin</code></a>` header is also included for all <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑧⑧">requests</a> whose <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method③">method</a> is neither `<code>GET</code>` nor `<code>HEAD</code>`. </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="cors-preflight-request">CORS-preflight request</dfn> is a <a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request①">CORS request</a> that checks to see if the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol⑦">CORS protocol</a> is understood. It uses `<code>OPTIONS</code>` as <a data-link-type="dfn" href="#concept-method" id="ref-for-concept-method⑥">method</a> and includes the following <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header②⑨">header</a>: </p> <dl> <dt>`<dfn class="dfn-paneled" data-dfn-type="http-header" data-export id="http-access-control-request-method"><code>Access-Control-Request-Method</code></dfn>` <dd> <p>Indicates which <a data-link-type="dfn" href="#concept-method" id="ref-for-concept-method⑦">method</a> a future <a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request②">CORS request</a> to the same resource might use. </p> </dl> <p>A <a data-link-type="dfn" href="#cors-preflight-request" id="ref-for-cors-preflight-request②">CORS-preflight request</a> can also include the following <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header③⓪">header</a>: </p> <dl> <dt>`<dfn class="dfn-paneled" data-dfn-type="http-header" data-export id="http-access-control-request-headers"><code>Access-Control-Request-Headers</code></dfn>` <dd> <p>Indicates which <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header③①">headers</a> a future <a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request③">CORS request</a> to the same resource might use. </p> </dl> <h4 class="heading settled" data-level="3.2.3" id="http-responses"><span class="secno">3.2.3. </span><span class="content">HTTP responses</span><a class="self-link" href="#http-responses"></a></h4> <p>An HTTP response to a <a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request④">CORS request</a> can include the following <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header③②">headers</a>: </p> <dl> <dt>`<dfn class="dfn-paneled" data-dfn-type="http-header" data-export id="http-access-control-allow-origin"><code>Access-Control-Allow-Origin</code></dfn>` <dd> <p>Indicates whether the response can be shared, via returning the literal <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value①②">value</a> of the `<a data-link-type="http-header" href="#http-origin" id="ref-for-http-origin⑤"><code>Origin</code></a>` request <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header③③">header</a> (which can be `<code>null</code>`) or `<code>*</code>` in a response. </p> <dt>`<dfn class="dfn-paneled" data-dfn-type="http-header" data-export id="http-access-control-allow-credentials"><code>Access-Control-Allow-Credentials</code></dfn>` <dd> <p>Indicates whether the response can be shared when <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑧⑨">request</a>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode②">credentials mode</a> is "<code>include</code>". </p> <p class="note" role="note">For a <a data-link-type="dfn" href="#cors-preflight-request" id="ref-for-cors-preflight-request③">CORS-preflight request</a>, <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑨⓪">request</a>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode③">credentials mode</a> is always "<code>same-origin</code>", i.e., it excludes credentials, but for any subsequent <a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request⑤">CORS requests</a> it might not be. Support therefore needs to be indicated as part of the HTTP response to the <a data-link-type="dfn" href="#cors-preflight-request" id="ref-for-cors-preflight-request④">CORS-preflight request</a> as well. </p> </dl> <p>An HTTP response to a <a data-link-type="dfn" href="#cors-preflight-request" id="ref-for-cors-preflight-request⑤">CORS-preflight request</a> can include the following <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header③④">headers</a>: </p> <dl> <dt>`<dfn class="dfn-paneled" data-dfn-type="http-header" data-export id="http-access-control-allow-methods"><code>Access-Control-Allow-Methods</code></dfn>` <dd> <p>Indicates which <a data-link-type="dfn" href="#concept-method" id="ref-for-concept-method⑧">methods</a> are supported by the <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response③⑤">response</a>’s <a data-link-type="dfn" href="#concept-response-url" id="ref-for-concept-response-url③">URL</a> for the purposes of the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol⑧">CORS protocol</a>. </p> <p class="note" role="note">The `<code>Allow</code>` <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header③⑤">header</a> is not relevant for the purposes of the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol⑨">CORS protocol</a>. </p> <dt>`<dfn class="dfn-paneled" data-dfn-type="http-header" data-export id="http-access-control-allow-headers"><code>Access-Control-Allow-Headers</code></dfn>` <dd> <p>Indicates which <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header③⑥">headers</a> are supported by the <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response③⑥">response</a>’s <a data-link-type="dfn" href="#concept-response-url" id="ref-for-concept-response-url④">URL</a> for the purposes of the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol①⓪">CORS protocol</a>. </p> <dt>`<dfn class="dfn-paneled" data-dfn-type="http-header" data-export id="http-access-control-max-age"><code>Access-Control-Max-Age</code></dfn>` <dd> <p>Indicates the number of seconds (5 by default) the information provided by the `<a data-link-type="http-header" href="#http-access-control-allow-methods" id="ref-for-http-access-control-allow-methods"><code>Access-Control-Allow-Methods</code></a>` and `<a data-link-type="http-header" href="#http-access-control-allow-headers" id="ref-for-http-access-control-allow-headers"><code>Access-Control-Allow-Headers</code></a>` <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header③⑦">headers</a> can be cached. </p> </dl> <p>An HTTP response to a <a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request⑥">CORS request</a> that is not a <a data-link-type="dfn" href="#cors-preflight-request" id="ref-for-cors-preflight-request⑥">CORS-preflight request</a> can also include the following <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header③⑧">header</a>: </p> <dl> <dt>`<dfn class="dfn-paneled" data-dfn-type="http-header" data-export id="http-access-control-expose-headers"><code>Access-Control-Expose-Headers</code></dfn>` <dd> <p>Indicates which <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header③⑨">headers</a> can be exposed as part of the response by listing their <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name①⑦">names</a>. </p> </dl> <hr> <p>A successful HTTP response, i.e., one where the server developer intends to share it, to a <a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request⑦">CORS request</a> can use any <a data-link-type="dfn" href="#concept-status" id="ref-for-concept-status④">status</a>, as long as it includes the <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header④⓪">headers</a> stated above with <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value①③">values</a> matching up with the request. </p> <p>A successful HTTP response to a <a data-link-type="dfn" href="#cors-preflight-request" id="ref-for-cors-preflight-request⑦">CORS-preflight request</a> is similar, except it is restricted to an <a data-link-type="dfn" href="#ok-status" id="ref-for-ok-status">ok status</a>, e.g., 200 or 204. </p> <p>Any other kind of HTTP response is not successful and will either end up not being shared or fail the <a data-link-type="dfn" href="#cors-preflight-request" id="ref-for-cors-preflight-request⑧">CORS-preflight request</a>. Be aware that any work the server performs might nonetheless leak through side channels, such as timing. If server developers wish to denote this explicitly, the 403 <a data-link-type="dfn" href="#concept-status" id="ref-for-concept-status⑤">status</a> can be used, coupled with omitting the relevant <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header④①">headers</a>. </p> <p class="note" role="note">If desired, “failure” could also be shared, but that would make it a successful HTTP response. That is why for a successful HTTP response to a <a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request⑧">CORS request</a> that is not a <a data-link-type="dfn" href="#cors-preflight-request" id="ref-for-cors-preflight-request⑨">CORS-preflight request</a> the <a data-link-type="dfn" href="#concept-status" id="ref-for-concept-status⑥">status</a> can be anything, including 403. </p> <p>Ultimately server developers have a lot of freedom in how they handle HTTP responses and these tactics can differ between the response to the <a data-link-type="dfn" href="#cors-preflight-request" id="ref-for-cors-preflight-request①⓪">CORS-preflight request</a> and the <a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request⑨">CORS request</a> that follows it: </p> <ul> <li> <p>They can provide a static response. This can be helpful when working with caching intermediaries. A static response can both be successful and not successful depending on the <a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request①⓪">CORS request</a>. This is okay. </p> <li> <p>They can provide a dynamic response, tuned to <a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request①①">CORS request</a>. This can be helpful when the response body is to be tailored to a specific origin or a response needs to have credentials and be successful for a set of origins. </p> </ul> <h4 class="heading settled" data-level="3.2.4" id="http-new-header-syntax"><span class="secno">3.2.4. </span><span class="content">HTTP new-header syntax</span><a class="self-link" href="#http-new-header-syntax"></a></h4> <p><a data-link-type="dfn" href="#abnf" id="ref-for-abnf③">ABNF</a> for the <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value①④">values</a> of the <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header④②">headers</a> used by the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol①①">CORS protocol</a>: </p> <pre><code class="lang-abnf highlight"><c- nc>Access-Control-Request-Method</c-> <c- o>=</c-> <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9110.html#method.overview" id="ref-for-method.overview①"><c- nc>method</c-></a> <c- nc>Access-Control-Request-Headers</c-> <c- o>=</c-> <c- o>1</c->#<a data-link-type="dfn" href="https://httpwg.org/specs/rfc9110.html#fields.names" id="ref-for-fields.names①"><c- nc>field-name</c-></a> <c- nc>wildcard</c-> <c- o>=</c-> <c- l>"*"</c-> <c- nc>Access-Control-Allow-Origin</c-> <c- o>=</c-> <c- nc>origin-or-null</c-> <c- o>/</c-> <c- nc>wildcard</c-> <c- nc>Access-Control-Allow-Credentials</c-> <c- o>=</c-> <c- l>%s"true"</c-> <c- c1>; case-sensitive</c-> <c- nc>Access-Control-Expose-Headers</c-> <c- o>=</c-> #<a data-link-type="dfn" href="https://httpwg.org/specs/rfc9110.html#fields.names" id="ref-for-fields.names②"><c- nc>field-name</c-></a> <c- nc>Access-Control-Max-Age</c-> <c- o>=</c-> <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9111.html#delta-seconds" id="ref-for-delta-seconds"><c- nc>delta-seconds</c-></a> <c- nc>Access-Control-Allow-Methods</c-> <c- o>=</c-> #<a data-link-type="dfn" href="https://httpwg.org/specs/rfc9110.html#method.overview" id="ref-for-method.overview②"><c- nc>method</c-></a> <c- nc>Access-Control-Allow-Headers</c-> <c- o>=</c-> #<a data-link-type="dfn" href="https://httpwg.org/specs/rfc9110.html#fields.names" id="ref-for-fields.names③"><c- nc>field-name</c-></a> </code></pre> <p class="note" role="note">For `<code>Access-Control-Expose-Headers</code>`, `<code>Access-Control-Allow-Methods</code>`, and `<code>Access-Control-Allow-Headers</code>` response <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header④③">headers</a>, the <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value①⑤">value</a> `<code>*</code>` counts as a wildcard for <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑨①">requests</a> without <a data-link-type="dfn" href="#credentials" id="ref-for-credentials③">credentials</a>. For such <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑨②">requests</a> there is no way to solely match a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name①⑦">header name</a> or <a data-link-type="dfn" href="#concept-method" id="ref-for-concept-method⑨">method</a> that is `<code>*</code>`. </p> <h4 class="heading settled" data-level="3.2.5" id="cors-protocol-and-credentials"><span class="secno">3.2.5. </span><span class="content">CORS protocol and credentials</span><a class="self-link" href="#cors-protocol-and-credentials"></a></h4> <p>When <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑨③">request</a>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode④">credentials mode</a> is "<code>include</code>" it has an impact on the functioning of the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol①②">CORS protocol</a> other than including <a data-link-type="dfn" href="#credentials" id="ref-for-credentials④">credentials</a> in the <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch②②">fetch</a>. </p> <div class="example" id="example-xhr-credentials"> <a class="self-link" href="#example-xhr-credentials"></a> <p>In the old days, <code class="idl"><a data-link-type="idl" href="https://xhr.spec.whatwg.org/#xmlhttprequest" id="ref-for-xmlhttprequest④">XMLHttpRequest</a></code> could be used to set <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑨④">request</a>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode⑤">credentials mode</a> to "<code>include</code>": </p> <pre><code class="lang-javascript highlight"><c- a>var</c-> client <c- o>=</c-> <c- ow>new</c-> XMLHttpRequest<c- p>()</c-> client<c- p>.</c->open<c- p>(</c-><c- u>"GET"</c-><c- p>,</c-> <c- u>"./"</c-><c- p>)</c-> client<c- p>.</c->withCredentials <c- o>=</c-> <c- kc>true</c-> <c- d>/* … */</c-> </code></pre> <p>Nowadays, <code>fetch("./", { credentials:"include" }).then(/* … */)</code> suffices. </p> </div> <p>A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑨⑤">request</a>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode⑥">credentials mode</a> is not necessarily observable on the server; only when <a data-link-type="dfn" href="#credentials" id="ref-for-credentials⑤">credentials</a> exist for a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑨⑥">request</a> can it be observed by virtue of the <a data-link-type="dfn" href="#credentials" id="ref-for-credentials⑥">credentials</a> being included. Note that even so, a <a data-link-type="dfn" href="#cors-preflight-request" id="ref-for-cors-preflight-request①①">CORS-preflight request</a> never includes <a data-link-type="dfn" href="#credentials" id="ref-for-credentials⑦">credentials</a>. </p> <p>The server developer therefore needs to decide whether or not responses "tainted" with <a data-link-type="dfn" href="#credentials" id="ref-for-credentials⑧">credentials</a> can be shared. And also needs to decide if <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑨⑦">requests</a> necessitating a <a data-link-type="dfn" href="#cors-preflight-request" id="ref-for-cors-preflight-request①②">CORS-preflight request</a> can include <a data-link-type="dfn" href="#credentials" id="ref-for-credentials⑨">credentials</a>. Generally speaking, both sharing responses and allowing requests with <a data-link-type="dfn" href="#credentials" id="ref-for-credentials①⓪">credentials</a> is rather unsafe, and extreme care has to be taken to avoid the <a href="https://en.wikipedia.org/wiki/Confused_deputy_problem">confused deputy problem</a>. </p> <p>To share responses with <a data-link-type="dfn" href="#credentials" id="ref-for-credentials①①">credentials</a>, the `<a data-link-type="http-header" href="#http-access-control-allow-origin" id="ref-for-http-access-control-allow-origin"><code>Access-Control-Allow-Origin</code></a>` and `<a data-link-type="http-header" href="#http-access-control-allow-credentials" id="ref-for-http-access-control-allow-credentials"><code>Access-Control-Allow-Credentials</code></a>` <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header④④">headers</a> are important. The following table serves to illustrate the various legal and illegal combinations for a request to <code>https://rabbit.invalid/</code>: </p> <table> <tbody> <tr> <th>Request’s credentials mode <th>`<a data-link-type="http-header" href="#http-access-control-allow-origin" id="ref-for-http-access-control-allow-origin①"><code>Access-Control-Allow-Origin</code></a>` <th>`<a data-link-type="http-header" href="#http-access-control-allow-credentials" id="ref-for-http-access-control-allow-credentials①"><code>Access-Control-Allow-Credentials</code></a>` <th>Shared? <th>Notes <tr> <td>"<code>omit</code>" <td>`<code>*</code>` <td>Omitted <td>✅ <td>— <tr> <td>"<code>omit</code>" <td>`<code>*</code>` <td>`<code>true</code>` <td>✅ <td>If credentials mode is not "<code>include</code>", then `<a data-link-type="http-header" href="#http-access-control-allow-credentials" id="ref-for-http-access-control-allow-credentials②"><code>Access-Control-Allow-Credentials</code></a>` is ignored. <tr> <td>"<code>omit</code>" <td>`<code>https://rabbit.invalid/</code>` <td>Omitted <td>❌ <td>A <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#ascii-serialisation-of-an-origin" id="ref-for-ascii-serialisation-of-an-origin①">serialized</a> origin has no trailing slash. <tr> <td>"<code>omit</code>" <td>`<code>https://rabbit.invalid</code>` <td>Omitted <td>✅ <td>— <tr> <td>"<code>include</code>" <td>`<code>*</code>` <td>`<code>true</code>` <td>❌ <td>If credentials mode is "<code>include</code>", then `<a data-link-type="http-header" href="#http-access-control-allow-origin" id="ref-for-http-access-control-allow-origin②"><code>Access-Control-Allow-Origin</code></a>` cannot be `<code>*</code>`. <tr> <td>"<code>include</code>" <td>`<code>https://rabbit.invalid</code>` <td>`<code>true</code>` <td>✅ <td>— <tr> <td>"<code>include</code>" <td>`<code>https://rabbit.invalid</code>` <td>`<code>True</code>` <td>❌ <td>`<code>true</code>` is (byte) case-sensitive. </table> <p>Similarly, `<a data-link-type="http-header" href="#http-access-control-expose-headers" id="ref-for-http-access-control-expose-headers①"><code>Access-Control-Expose-Headers</code></a>`, `<a data-link-type="http-header" href="#http-access-control-allow-methods" id="ref-for-http-access-control-allow-methods①"><code>Access-Control-Allow-Methods</code></a>`, and `<a data-link-type="http-header" href="#http-access-control-allow-headers" id="ref-for-http-access-control-allow-headers①"><code>Access-Control-Allow-Headers</code></a>` response headers can only use `<code>*</code>` as value when <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑨⑧">request</a>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode⑦">credentials mode</a> is not "<code>include</code>". </p> <h4 class="heading settled" data-level="3.2.6" id="cors-protocol-examples"><span class="secno">3.2.6. </span><span class="content">Examples</span><a class="self-link" href="#cors-protocol-examples"></a></h4> <div class="example" id="example-simple-cors"> <a class="self-link" href="#example-simple-cors"></a> <p>A script at <code>https://foo.invalid/</code> wants to fetch some data from <code>https://bar.invalid/</code>. (Neither <a data-link-type="dfn" href="#credentials" id="ref-for-credentials①②">credentials</a> nor response header access is important.) </p> <pre id="unicorn"><code class="lang-javascript highlight"><c- a>var</c-> url <c- o>=</c-> <c- u>"https://bar.invalid/api?key=730d67a37d7f3d802e96396d00280768773813fbe726d116944d814422fc1a45&data=about:unicorn"</c-><c- p>;</c-> fetch<c- p>(</c->url<c- p>).</c->then<c- p>(</c->success<c- p>,</c-> failure<c- p>)</c-> </code></pre> <p>This will use the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol①③">CORS protocol</a>, though this is entirely transparent to the developer from <code>foo.invalid</code>. As part of the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol①④">CORS protocol</a>, the user agent will include the `<a data-link-type="http-header" href="#http-origin" id="ref-for-http-origin⑥"><code>Origin</code></a>` header in the request: </p> <pre><code class="lang-http highlight">Origin: https://foo.invalid </code></pre> <p>Upon receiving a response from <code>bar.invalid</code>, the user agent will verify the `<a data-link-type="http-header" href="#http-access-control-allow-origin" id="ref-for-http-access-control-allow-origin③"><code>Access-Control-Allow-Origin</code></a>` response header. If its value is either `<code>https://foo.invalid</code>` or `<code>*</code>`, the user agent will invoke the <code>success</code> callback. If it has any other value, or is missing, the user agent will invoke the <code>failure</code> callback. </p> </div> <div class="example" id="example-cors-with-response-header"> <a class="self-link" href="#example-cors-with-response-header"></a> <p>The developer of <code>foo.invalid</code> is back, and now wants to fetch some data from <code>bar.invalid</code> while also accessing a response header. </p> <pre><code class="lang-javascript highlight">fetch<c- p>(</c->url<c- p>).</c->then<c- p>(</c->response <c- p>=></c-> <c- p>{</c-> <c- a>var</c-> hsts <c- o>=</c-> response<c- p>.</c->headers<c- p>.</c->get<c- p>(</c-><c- u>"strict-transport-security"</c-><c- p>),</c-> csp <c- o>=</c-> response<c- p>.</c->headers<c- p>.</c->get<c- p>(</c-><c- u>"content-security-policy"</c-><c- p>)</c-> log<c- p>(</c->hsts<c- p>,</c-> csp<c- p>)</c-> <c- p>})</c-> </code></pre> <p><code>bar.invalid</code> provides a correct `<a data-link-type="http-header" href="#http-access-control-allow-origin" id="ref-for-http-access-control-allow-origin④"><code>Access-Control-Allow-Origin</code></a>` response header per the earlier example. The values of <code>hsts</code> and <code>csp</code> will depend on the `<a data-link-type="http-header" href="#http-access-control-expose-headers" id="ref-for-http-access-control-expose-headers②"><code>Access-Control-Expose-Headers</code></a>` response header. For example, if the response included the following headers </p> <pre><code class="lang-http highlight">Content-Security-Policy: default-src 'self' Strict-Transport-Security: max-age=31536000; includeSubdomains; preload Access-Control-Expose-Headers: Content-Security-Policy </code></pre> <p>then <code>hsts</code> would be null and <code>csp</code> would be "<code>default-src 'self'</code>", even though the response did include both headers. This is because <code>bar.invalid</code> needs to explicitly share each header by listing their names in the `<a data-link-type="http-header" href="#http-access-control-expose-headers" id="ref-for-http-access-control-expose-headers③"><code>Access-Control-Expose-Headers</code></a>` response header. </p> <p>Alternatively, if <code>bar.invalid</code> wanted to share all its response headers, for requests that do not include <a data-link-type="dfn" href="#credentials" id="ref-for-credentials①③">credentials</a>, it could use `<code>*</code>` as value for the `<a data-link-type="http-header" href="#http-access-control-expose-headers" id="ref-for-http-access-control-expose-headers④"><code>Access-Control-Expose-Headers</code></a>` response header. If the request would have included <a data-link-type="dfn" href="#credentials" id="ref-for-credentials①④">credentials</a>, the response header names would have to be listed explicitly and `<code>*</code>` could not be used. </p> </div> <div class="example" id="example-cors-with-credentials"> <a class="self-link" href="#example-cors-with-credentials"></a> <p>The developer of <code>foo.invalid</code> returns, now fetching some data from <code>bar.invalid</code> while including <a data-link-type="dfn" href="#credentials" id="ref-for-credentials①⑤">credentials</a>. This time around the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol①⑤">CORS protocol</a> is no longer transparent to the developer as <a data-link-type="dfn" href="#credentials" id="ref-for-credentials①⑥">credentials</a> require an explicit opt-in: </p> <pre><code class="lang-javascript highlight">fetch<c- p>(</c->url<c- p>,</c-> <c- p>{</c-> credentials<c- o>:</c-><c- u>"include"</c-> <c- p>}).</c->then<c- p>(</c->success<c- p>,</c-> failure<c- p>)</c-> </code></pre> <p>This also makes any `<code>Set-Cookie</code>` response headers <code>bar.invalid</code> includes fully functional (they are ignored otherwise). </p> <p>The user agent will make sure to include any relevant <a data-link-type="dfn" href="#credentials" id="ref-for-credentials①⑦">credentials</a> in the request. It will also put stricter requirements on the response. Not only will <code>bar.invalid</code> need to list `<code>https://foo.invalid</code>` as value for the `<a data-link-type="http-header" href="#http-access-control-allow-origin" id="ref-for-http-access-control-allow-origin⑤"><code>Access-Control-Allow-Origin</code></a>` header (`<code>*</code>` is not allowed when <a data-link-type="dfn" href="#credentials" id="ref-for-credentials①⑧">credentials</a> are involved), the `<a data-link-type="http-header" href="#http-access-control-allow-credentials" id="ref-for-http-access-control-allow-credentials③"><code>Access-Control-Allow-Credentials</code></a>` header has to be present too: </p> <pre><code class="lang-http highlight">Access-Control-Allow-Origin: https://foo.invalid Access-Control-Allow-Credentials: true </code></pre> <p>If the response does not include those two headers with those values, the <code>failure</code> callback will be invoked. However, any `<code>Set-Cookie</code>` response headers will be respected. </p> </div> <h4 class="heading settled" data-level="3.2.7" id="cors-protocol-exceptions"><span class="secno">3.2.7. </span><span class="content">CORS protocol exceptions</span><a class="self-link" href="#cors-protocol-exceptions"></a></h4> <p>Specifications have allowed limited exceptions to the CORS safelist for non-safelisted `<code>Content-Type</code>` header values. These exceptions are made for requests that can be triggered by web content but whose headers and bodies can be only minimally controlled by the web content. Therefore, servers should expect cross-origin web content to be allowed to trigger non-preflighted requests with the following non-safelisted `<code>Content-Type</code>` header values: </p> <ul class="brief"> <li>`<code>application/csp-report</code>` <a data-link-type="biblio" href="#biblio-csp" title="Content Security Policy Level 3">[CSP]</a> <li>`<code>application/expect-ct-report+json</code>` <a data-link-type="biblio" href="#biblio-rfc9163" title="Expect-CT Extension for HTTP">[RFC9163]</a> <li>`<code>application/xss-auditor-report</code>` <li>`<code>application/ocsp-request</code>` <a data-link-type="biblio" href="#biblio-rfc6960" title="X.509 Internet Public Key Infrastructure Online Certificate Status Protocol - OCSP">[RFC6960]</a> </ul> <p>Specifications should avoid introducing new exceptions and should only do so with careful consideration for the security consequences. New exceptions can be proposed by <a href="https://github.com/whatwg/fetch/issues/new">filing an issue</a>. </p> <h3 class="heading settled" data-level="3.3" id="content-length-header"><span class="secno">3.3. </span><span class="content">`<code>Content-Length</code>` header</span><a class="self-link" href="#content-length-header"></a></h3> <p>The `<code>Content-Length</code>` header is largely defined in HTTP. Its processing model is defined here as the model defined in HTTP is not compatible with web content. <a data-link-type="biblio" href="#biblio-http" title="HTTP Semantics">[HTTP]</a> </p> <div class="algorithm" data-algorithm="extract a length" data-algorithm-for="header list"> <p>To <dfn class="dfn-paneled" data-dfn-for="header list" data-dfn-type="dfn" data-export data-lt="extract a length|extracting a length" id="header-list-extract-a-length">extract a length</dfn> from a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list①⑨">header list</a> <var>headers</var>, run these steps: </p> <ol> <li> <p>Let <var>values</var> be the result of <a data-link-type="dfn" href="#concept-header-list-get-decode-split" id="ref-for-concept-header-list-get-decode-split②">getting, decoding, and splitting</a> `<code>Content-Length</code>` from <var>headers</var>. </p> <li> <p>If <var>values</var> is null, then return null. </p> <li> <p>Let <var>candidateValue</var> be null. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate⑧">For each</a> <var>value</var> of <var>values</var>: </p> <ol> <li> <p>If <var>candidateValue</var> is null, then set <var>candidateValue</var> to <var>value</var>. </p> <li> <p>Otherwise, if <var>value</var> is not <var>candidateValue</var>, return failure. </p> </ol> <li> <p>If <var>candidateValue</var> is the empty string or has a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#code-point" id="ref-for-code-point⑨">code point</a> that is not an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ascii-digit" id="ref-for-ascii-digit②">ASCII digit</a>, then return null. </p> <li> <p>Return <var>candidateValue</var>, interpreted as decimal number. </p> </ol> </div> <h3 class="heading settled" data-level="3.4" id="content-type-header"><span class="secno">3.4. </span><span class="content">`<code>Content-Type</code>` header</span><a class="self-link" href="#content-type-header"></a></h3> <p>The `<code>Content-Type</code>` header is largely defined in HTTP. Its processing model is defined here as the model defined in HTTP is not compatible with web content. <a data-link-type="biblio" href="#biblio-http" title="HTTP Semantics">[HTTP]</a> </p> <div class="algorithm" data-algorithm="extract a MIME type" data-algorithm-for="header list"> <p>To <dfn class="dfn-paneled" data-dfn-for="header list" data-dfn-type="dfn" data-export data-lt="extract a MIME type|extracting a MIME type" id="concept-header-extract-mime-type">extract a MIME type</dfn> from a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list②⓪">header list</a> <var>headers</var>, run these steps. They return failure or a <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#mime-type" id="ref-for-mime-type①">MIME type</a>. </p> <ol> <li> <p>Let <var>charset</var> be null. </p> <li> <p>Let <var>essence</var> be null. </p> <li> <p>Let <var>mimeType</var> be null. </p> <li> <p>Let <var>values</var> be the result of <a data-link-type="dfn" href="#concept-header-list-get-decode-split" id="ref-for-concept-header-list-get-decode-split③">getting, decoding, and splitting</a> `<code>Content-Type</code>` from <var>headers</var>. </p> <li> <p>If <var>values</var> is null, then return failure. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate⑨">For each</a> <var>value</var> of <var>values</var>: </p> <ol> <li> <p>Let <var>temporaryMimeType</var> be the result of <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#parse-a-mime-type" id="ref-for-parse-a-mime-type①">parsing</a> <var>value</var>. </p> <li> <p>If <var>temporaryMimeType</var> is failure or its <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#mime-type-essence" id="ref-for-mime-type-essence③">essence</a> is "<code>*/*</code>", then <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#iteration-continue" id="ref-for-iteration-continue④">continue</a>. </p> <li> <p>Set <var>mimeType</var> to <var>temporaryMimeType</var>. </p> <li> <p>If <var>mimeType</var>’s <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#mime-type-essence" id="ref-for-mime-type-essence④">essence</a> is not <var>essence</var>, then: </p> <ol> <li> <p>Set <var>charset</var> to null. </p> <li> <p>If <var>mimeType</var>’s <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#parameters" id="ref-for-parameters">parameters</a>["<code>charset</code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists">exists</a>, then set <var>charset</var> to <var>mimeType</var>’s <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#parameters" id="ref-for-parameters①">parameters</a>["<code>charset</code>"]. </p> <li> <p>Set <var>essence</var> to <var>mimeType</var>’s <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#mime-type-essence" id="ref-for-mime-type-essence⑤">essence</a>. </p> </ol> <li> <p>Otherwise, if <var>mimeType</var>’s <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#parameters" id="ref-for-parameters②">parameters</a>["<code>charset</code>"] does not <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists①">exist</a>, and <var>charset</var> is non-null, set <var>mimeType</var>’s <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#parameters" id="ref-for-parameters③">parameters</a>["<code>charset</code>"] to <var>charset</var>. </p> </ol> <li> <p>If <var>mimeType</var> is null, then return failure. </p> <li> <p>Return <var>mimeType</var>. </p> </ol> </div> <p class="warning">When <a data-link-type="dfn" href="#concept-header-extract-mime-type" id="ref-for-concept-header-extract-mime-type③">extract a MIME type</a> returns failure or a <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#mime-type" id="ref-for-mime-type②">MIME type</a> whose <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#mime-type-essence" id="ref-for-mime-type-essence⑥">essence</a> is incorrect for a given format, treat this as a fatal error. Existing web platform features have not always followed this pattern, which has been a major source of security vulnerabilities in those features over the years. In contrast, a <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#mime-type" id="ref-for-mime-type③">MIME type</a>’s <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#parameters" id="ref-for-parameters④">parameters</a> can typically be safely ignored. </p> <div class="example" id="example-extract-a-mime-type"> <a class="self-link" href="#example-extract-a-mime-type"></a> <p>This is how <a data-link-type="dfn" href="#concept-header-extract-mime-type" id="ref-for-concept-header-extract-mime-type④">extract a MIME type</a> functions in practice: </p> <table> <tbody> <tr> <th>Headers (as on the network) <th>Output (<a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#serialize-a-mime-type" id="ref-for-serialize-a-mime-type">serialized</a>) <tr> <td> <pre><code class="lang-http highlight">Content-Type: text/plain;charset=gbk, text/html </code></pre> <td><code>text/html</code> <tr> <td> <pre><code class="lang-http highlight">Content-Type: text/html;charset=gbk;a=b, text/html;x=y </code></pre> <td rowspan="2"><code>text/html;x=y;charset=gbk</code> <tr> <td> <pre><code class="lang-http highlight">Content-Type: text/html;charset=gbk;a=b Content-Type: text/html;x=y </code></pre> <tr> <td> <pre><code class="lang-http highlight">Content-Type: text/html;charset=gbk Content-Type: x/x Content-Type: text/html;x=y </code></pre> <td><code>text/html;x=y</code> <tr> <td> <pre><code class="lang-http highlight">Content-Type: text/html Content-Type: cannot-parse </code></pre> <td rowspan="3"><code>text/html</code> <tr> <td> <pre><code class="lang-http highlight">Content-Type: text/html Content-Type: */* </code></pre> <tr> <td> <pre><code class="lang-http highlight">Content-Type: text/html Content-Type: </code></pre> </table> </div> <div class="algorithm" data-algorithm="legacy extract an encoding"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="legacy-extract-an-encoding">legacy extract an encoding</dfn> given failure or a <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#mime-type" id="ref-for-mime-type④">MIME type</a> <var>mimeType</var> and an <a data-link-type="dfn" href="https://encoding.spec.whatwg.org/#encoding" id="ref-for-encoding">encoding</a> <var>fallbackEncoding</var>, run these steps: </p> <ol> <li> <p>If <var>mimeType</var> is failure, then return <var>fallbackEncoding</var>. </p> <li> <p>If <var>mimeType</var>["<code>charset</code>"] does not <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists②">exist</a>, then return <var>fallbackEncoding</var>. </p> <li> <p>Let <var>tentativeEncoding</var> be the result of <a data-link-type="dfn" href="https://encoding.spec.whatwg.org/#concept-encoding-get" id="ref-for-concept-encoding-get">getting an encoding</a> from <var>mimeType</var>["<code>charset</code>"]. </p> <li> <p>If <var>tentativeEncoding</var> is failure, then return <var>fallbackEncoding</var>. </p> <li> <p>Return <var>tentativeEncoding</var>. </p> </ol> <div class="note" role="note"> <p>This algorithm allows <var>mimeType</var> to be failure so it can be more easily combined with <a data-link-type="dfn" href="#concept-header-extract-mime-type" id="ref-for-concept-header-extract-mime-type⑤">extract a MIME type</a>. </p> <p>It is denoted as legacy as modern formats are to exclusively use <a data-link-type="dfn" href="https://encoding.spec.whatwg.org/#utf-8" id="ref-for-utf-8">UTF-8</a>. </p> </div> </div> <h3 class="heading settled" data-level="3.5" id="x-content-type-options-header"><span class="secno">3.5. </span><span class="content">`<code>X-Content-Type-Options</code>` header</span><a class="self-link" href="#x-content-type-options-header"></a></h3> <p>The `<dfn class="dfn-paneled" data-dfn-type="http-header" data-export id="http-x-content-type-options"><code>X-Content-Type-Options</code></dfn>` response <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header④⑤">header</a> can be used to require checking of a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response③⑦">response</a>’s `<code>Content-Type</code>` <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header④⑥">header</a> against the <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination⑨">destination</a> of a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request⑨⑨">request</a>. </p> <div class="algorithm" data-algorithm="determine nosniff"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="determine-nosniff">determine nosniff</dfn>, given a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list②①">header list</a> <var>list</var>, run these steps: </p> <ol> <li> <p>Let <var>values</var> be the result of <a data-link-type="dfn" href="#concept-header-list-get-decode-split" id="ref-for-concept-header-list-get-decode-split④">getting, decoding, and splitting</a> `<a data-link-type="http-header" href="#http-x-content-type-options" id="ref-for-http-x-content-type-options"><code>X-Content-Type-Options</code></a>` from <var>list</var>. </p> <li> <p>If <var>values</var> is null, then return false. </p> <li> <p>If <var>values</var>[0] is an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ascii-case-insensitive" id="ref-for-ascii-case-insensitive">ASCII case-insensitive</a> match for "<code>nosniff</code>", then return true. </p> <li> <p>Return false. </p> </ol> </div> <p>Web developers and conformance checkers must use the following <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value①⑥">value</a> <a data-link-type="dfn" href="#abnf" id="ref-for-abnf④">ABNF</a> for `<a data-link-type="http-header" href="#http-x-content-type-options" id="ref-for-http-x-content-type-options①"><code>X-Content-Type-Options</code></a>`: </p> <pre><code class="lang-abnf highlight"><c- nc>X-Content-Type-Options</c-> <c- o>=</c-> <c- l>"nosniff"</c-> <c- c1>; case-insensitive</c-> </code></pre> <div class="algorithm" data-algorithm="should response to request be blocked due to nosniff"> <h4 class="heading settled dfn-paneled" data-dfn-type="dfn" data-level="3.5.1" data-lt="should response to request be blocked due to nosniff" data-noexport id="should-response-to-request-be-blocked-due-to-nosniff?"><span class="secno">3.5.1. </span><span class="content">Should <var>response</var> to <var>request</var> be blocked due to nosniff?</span><a class="self-link" href="#should-response-to-request-be-blocked-due-to-nosniff?" id="ref-for-should-response-to-request-be-blocked-due-to-nosniff?"></a></h4> <p>Run these steps: </p> <ol> <li> <p>If <a data-link-type="dfn" href="#determine-nosniff" id="ref-for-determine-nosniff">determine nosniff</a> with <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list⑨">header list</a> is false, then return <b>allowed</b>. </p> <li> <p>Let <var>mimeType</var> be the result of <a data-link-type="dfn" href="#concept-header-extract-mime-type" id="ref-for-concept-header-extract-mime-type⑥">extracting a MIME type</a> from <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list①⓪">header list</a>. </p> <li> <p>Let <var>destination</var> be <var>request</var>’s <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination①⓪">destination</a>. </p> <li> <p>If <var>destination</var> is <a data-link-type="dfn" href="#request-destination-script-like" id="ref-for-request-destination-script-like②">script-like</a> and <var>mimeType</var> is failure or is not a <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#javascript-mime-type" id="ref-for-javascript-mime-type">JavaScript MIME type</a>, then return <b>blocked</b>. </p> <li> <p>If <var>destination</var> is "<code>style</code>" and <var>mimeType</var> is failure or its <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#mime-type-essence" id="ref-for-mime-type-essence⑦">essence</a> is not "<code>text/css</code>", then return <b>blocked</b>. </p> <li> <p>Return <b>allowed</b>. </p> </ol> <p class="note" role="note">Only <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⓪⓪">request</a> <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination①①">destinations</a> that are <a data-link-type="dfn" href="#request-destination-script-like" id="ref-for-request-destination-script-like③">script-like</a> or "<code>style</code>" are considered as any exploits pertain to them. Also, considering "<code>image</code>" was not compatible with deployed content. </p> </div> <h3 class="heading settled" data-level="3.6" id="cross-origin-resource-policy-header"><span class="secno">3.6. </span><span class="content">`<code>Cross-Origin-Resource-Policy</code>` header</span><a class="self-link" href="#cross-origin-resource-policy-header"></a></h3> <p>The `<dfn class="dfn-paneled" data-dfn-type="http-header" data-export id="http-cross-origin-resource-policy"><code>Cross-Origin-Resource-Policy</code></dfn>` response <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header④⑦">header</a> can be used to require checking a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⓪①">request</a>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url⑥">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin①⓪">origin</a> against a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⓪②">request</a>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin①⓪">origin</a> when <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⓪③">request</a>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode⑦">mode</a> is "<code>no-cors</code>". </p> <p>Its <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value①⑦">value</a> <a data-link-type="dfn" href="#abnf" id="ref-for-abnf⑤">ABNF</a>: </p> <pre><code class="lang-abnf highlight"><c- nc>Cross-Origin-Resource-Policy</c-> <c- o>=</c-> <c- l>%s"same-origin"</c-> <c- o>/</c-> <c- l>%s"same-site"</c-> <c- o>/</c-> <c- l>%s"cross-origin"</c-> <c- c1>; case-sensitive</c-> </code></pre> <div class="algorithm" data-algorithm="cross-origin resource policy check"> <p>To perform a <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="cross-origin-resource-policy-check">cross-origin resource policy check</dfn>, given an <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin①①">origin</a> <var>origin</var>, an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object⑦">environment settings object</a> <var>settingsObject</var>, a string <var>destination</var>, a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response③⑧">response</a> <var>response</var>, and an optional boolean <var>forNavigation</var>, run these steps: </p> <ol> <li> <p>Set <var>forNavigation</var> to false if it is not given. </p> <li> <p>Let <var>embedderPolicy</var> be <var>settingsObject</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-policy-container" id="ref-for-concept-settings-object-policy-container①">policy container</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#policy-container-embedder-policy" id="ref-for-policy-container-embedder-policy①">embedder policy</a>. </p> <li> <p>If the <a data-link-type="dfn" href="#cross-origin-resource-policy-internal-check" id="ref-for-cross-origin-resource-policy-internal-check">cross-origin resource policy internal check</a> with <var>origin</var>, "<a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#coep-unsafe-none" id="ref-for-coep-unsafe-none"><code>unsafe-none</code></a>", <var>response</var>, and <var>forNavigation</var> returns <b>blocked</b>, then return <b>blocked</b>. </p> <p class="note" role="note">This step is needed because we don’t want to report violations not related to Cross-Origin Embedder Policy below. </p> <li> <p>If the <a data-link-type="dfn" href="#cross-origin-resource-policy-internal-check" id="ref-for-cross-origin-resource-policy-internal-check①">cross-origin resource policy internal check</a> with <var>origin</var>, <var>embedderPolicy</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-report-only-value" id="ref-for-embedder-policy-report-only-value">report only value</a>, <var>response</var>, and <var>forNavigation</var> returns <b>blocked</b>, then <a data-link-type="dfn" href="#queue-a-cross-origin-embedder-policy-corp-violation-report" id="ref-for-queue-a-cross-origin-embedder-policy-corp-violation-report">queue a cross-origin embedder policy CORP violation report</a> with <var>response</var>, <var>settingsObject</var>, <var>destination</var>, and true. </p> <li> <p>If the <a data-link-type="dfn" href="#cross-origin-resource-policy-internal-check" id="ref-for-cross-origin-resource-policy-internal-check②">cross-origin resource policy internal check</a> with <var>origin</var>, <var>embedderPolicy</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-value-2" id="ref-for-embedder-policy-value-2①">value</a>, <var>response</var>, and <var>forNavigation</var> returns <b>allowed</b>, then return <b>allowed</b>. </p> <li> <p><a data-link-type="dfn" href="#queue-a-cross-origin-embedder-policy-corp-violation-report" id="ref-for-queue-a-cross-origin-embedder-policy-corp-violation-report①">Queue a cross-origin embedder policy CORP violation report</a> with <var>response</var>, <var>settingsObject</var>, <var>destination</var>, and false. </p> <li> <p>Return <b>blocked</b>. </p> </ol> <p class="note" role="note">Only HTML’s navigate algorithm uses this check with <var>forNavigation</var> set to true, and it’s always for nested navigations. Otherwise, <var>response</var> is either the <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response⑧">internal response</a> of an <a data-link-type="dfn" href="#concept-filtered-response-opaque" id="ref-for-concept-filtered-response-opaque③">opaque filtered response</a> or a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response③⑨">response</a> which will be the <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response⑨">internal response</a> of an <a data-link-type="dfn" href="#concept-filtered-response-opaque" id="ref-for-concept-filtered-response-opaque④">opaque filtered response</a>. <a data-link-type="biblio" href="#biblio-html" title="HTML Standard">[HTML]</a> </p> </div> <div class="algorithm" data-algorithm="cross-origin resource policy internal check"> <p>To perform a <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="cross-origin-resource-policy-internal-check">cross-origin resource policy internal check</dfn>, given an <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin①②">origin</a> <var>origin</var>, an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-value" id="ref-for-embedder-policy-value">embedder policy value</a> <var>embedderPolicyValue</var>, a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response④⓪">response</a> <var>response</var>, and a boolean <var>forNavigation</var>, run these steps: </p> <ol> <li> <p>If <var>forNavigation</var> is true and <var>embedderPolicyValue</var> is "<a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#coep-unsafe-none" id="ref-for-coep-unsafe-none①"><code>unsafe-none</code></a>", then return <b>allowed</b>. </p> <li> <p>Let <var>policy</var> be the result of <a data-link-type="dfn" href="#concept-header-list-get" id="ref-for-concept-header-list-get③">getting</a> `<a data-link-type="http-header" href="#http-cross-origin-resource-policy" id="ref-for-http-cross-origin-resource-policy"><code>Cross-Origin-Resource-Policy</code></a>` from <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list①①">header list</a>. </p> <p class="note" role="note">This means that `<code>Cross-Origin-Resource-Policy: same-site, same-origin</code>` ends up as <b>allowed</b> below as it will never match anything, as long as <var>embedderPolicyValue</var> is "<a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#coep-unsafe-none" id="ref-for-coep-unsafe-none②"><code>unsafe-none</code></a>". Two or more `<a data-link-type="http-header" href="#http-cross-origin-resource-policy" id="ref-for-http-cross-origin-resource-policy①"><code>Cross-Origin-Resource-Policy</code></a>` headers will have the same effect. </p> <li> <p>If <var>policy</var> is neither `<code>same-origin</code>`, `<code>same-site</code>`, nor `<code>cross-origin</code>`, then set <var>policy</var> to null. </p> <li> <p>If <var>policy</var> is null, then switch on <var>embedderPolicyValue</var>:</p> <dl class="switch"> <dt>"<a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#coep-unsafe-none" id="ref-for-coep-unsafe-none③"><code>unsafe-none</code></a>" <dd> <p>Do nothing. </p> <dt>"<a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#coep-credentialless" id="ref-for-coep-credentialless①"><code>credentialless</code></a>" <dd> <p>Set <var>policy</var> to `<code>same-origin</code>` if: </p> <ul> <li><var>response</var>’s <a data-link-type="dfn" href="#response-request-includes-credentials" id="ref-for-response-request-includes-credentials">request-includes-credentials</a> is true, or <li><var>forNavigation</var> is true. </ul> <dt>"<a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#coep-require-corp" id="ref-for-coep-require-corp"><code>require-corp</code></a>" <dd> <p>Set <var>policy</var> to `<code>same-origin</code>`. </p> </dl> <li> <p>Switch on <var>policy</var>: </p> <dl class="switch"> <dt>null <dt>`<code>cross-origin</code>` <dd> <p>Return <b>allowed</b>. </p> <dt>`<code>same-origin</code>` <dd> <p>If <var>origin</var> is <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#same-origin" id="ref-for-same-origin④">same origin</a> with <var>response</var>’s <a data-link-type="dfn" href="#concept-response-url" id="ref-for-concept-response-url⑤">URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin①③">origin</a>, then return <b>allowed</b>. </p> <p>Otherwise, return <b>blocked</b>. </p> <dt>`<code>same-site</code>` <dd> <p>If all of the following are true </p> <ul class="brief"> <li> <p><var>origin</var> is <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#schemelessly-same-site" id="ref-for-schemelessly-same-site">schemelessly same site</a> with <var>response</var>’s <a data-link-type="dfn" href="#concept-response-url" id="ref-for-concept-response-url⑥">URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin①④">origin</a> </p> <li> <p><var>origin</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme②">scheme</a> is "<code>https</code>" or <var>response</var>’s <a data-link-type="dfn" href="#concept-response-url" id="ref-for-concept-response-url⑦">URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme③">scheme</a> is not "<code>https</code>" </p> </ul> <p>then return <b>allowed</b>. </p> <p>Otherwise, return <b>blocked</b>. </p> <p class="note" role="note">`<code>Cross-Origin-Resource-Policy: same-site</code>` does not consider a response delivered via a secure transport to match a non-secure requesting origin, even if their hosts are otherwise same site. Securely-transported responses will only match a securely-transported initiator. </p> </dl> </ol> </div> <div class="algorithm" data-algorithm="queue a cross-origin embedder policy CORP violation report"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="queue-a-cross-origin-embedder-policy-corp-violation-report">queue a cross-origin embedder policy CORP violation report</dfn>, given a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response④①">response</a> <var>response</var>, an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object⑧">environment settings object</a> <var>settingsObject</var>, a string <var>destination</var>, and a boolean <var>reportOnly</var>, run these steps: </p> <ol> <li> <p>Let <var>endpoint</var> be <var>settingsObject</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-policy-container" id="ref-for-concept-settings-object-policy-container②">policy container</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#policy-container-embedder-policy" id="ref-for-policy-container-embedder-policy②">embedder policy</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-report-only-reporting-endpoint" id="ref-for-embedder-policy-report-only-reporting-endpoint">report only reporting endpoint</a> if <var>reportOnly</var> is true and <var>settingsObject</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-policy-container" id="ref-for-concept-settings-object-policy-container③">policy container</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#policy-container-embedder-policy" id="ref-for-policy-container-embedder-policy③">embedder policy</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-reporting-endpoint" id="ref-for-embedder-policy-reporting-endpoint">reporting endpoint</a> otherwise. </p> <li> <p>Let <var>serializedURL</var> be the result of <a data-link-type="dfn" href="#serialize-a-response-url-for-reporting" id="ref-for-serialize-a-response-url-for-reporting">serializing a response URL for reporting</a> with <var>response</var>. </p> <li> <p>Let <var>disposition</var> be "<code>reporting</code>" if <var>reportOnly</var> is true; otherwise "<code>enforce</code>". </p> <li> <p>Let <var>body</var> be a new object containing the following properties: </p> <table> <thead> <tr> <th>key <th>value <tbody> <tr> <td>"<code>type</code>" <td>"<code>corp</code>" <tr> <td>"<code>blockedURL</code>" <td><var>serializedURL</var> <tr> <td>"<code>destination</code>" <td><var>destination</var> <tr> <td>"<code>disposition</code>" <td><var>disposition</var> </table> <li> <p><a data-link-type="dfn" href="https://w3c.github.io/reporting/#generate-and-queue-a-report" id="ref-for-generate-and-queue-a-report">Generate and queue a report</a> for <var>settingsObject</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global" id="ref-for-concept-settings-object-global②">global object</a> given the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#coep-report-type" id="ref-for-coep-report-type">"<code>coep</code>" report type</a>, <var>endpoint</var>, and <var>body</var>. <a data-link-type="biblio" href="#biblio-reporting" title="Reporting API">[REPORTING]</a> </p> </ol> </div> <h3 class="heading settled" data-level="3.7" id="sec-purpose-header"><span class="secno">3.7. </span><span class="content">`<code>Sec-Purpose</code>` header</span><a class="self-link" href="#sec-purpose-header"></a></h3> <p>The `<dfn class="dfn-paneled" data-dfn-type="http-header" data-export id="http-sec-purpose"><code>Sec-Purpose</code></dfn>` HTTP request header specifies that the request serves one or more purposes other than requesting the resource for immediate use by the user. </p> <p>The `<a data-link-type="http-header" href="#http-sec-purpose" id="ref-for-http-sec-purpose"><code>Sec-Purpose</code></a>` header field is a <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9651.html#" id="ref-for-something">structured header</a> whose value must be a <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9651.html#token" id="ref-for-token">token</a>. </p> <p>The sole <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9651.html#token" id="ref-for-token①">token</a> defined is <code>prefetch</code>. It indicates the request’s purpose is to fetch a resource that is anticipated to be needed shortly. </p> <p class="note" role="note">The server can use this to adjust the caching expiry for prefetches, to disallow the prefetch, or to treat it differently when counting page visits. </p> <h2 class="heading settled" data-level="4" id="fetching"><span class="secno">4. </span><span class="content">Fetching</span><a class="self-link" href="#fetching"></a></h2> <p class="note" role="note">The algorithm below defines <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch②③">fetching</a>. In broad strokes, it takes a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⓪④">request</a> and one or more algorithms to run at various points during the operation. A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response④②">response</a> is passed to the last two algorithms listed below. The first two algorithms can be used to capture uploads. </p> <div class="algorithm" data-algorithm="fetch"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-fetch">fetch</dfn>, given a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⓪⑤">request</a> <var>request</var>, an optional algorithm <dfn class="dfn-paneled" data-dfn-for="fetch" data-dfn-type="dfn" data-export id="process-request-body"><var>processRequestBodyChunkLength</var></dfn>, an optional algorithm <dfn class="dfn-paneled" data-dfn-for="fetch" data-dfn-type="dfn" data-export id="process-request-end-of-body"><span class="bs-old-id" id="process-request-end-of-file"></span><var>processRequestEndOfBody</var></dfn>, an optional algorithm <dfn class="dfn-paneled" data-dfn-for="fetch" data-dfn-type="dfn" data-export id="fetch-processearlyhintsresponse"><var>processEarlyHintsResponse</var></dfn>, an optional algorithm <dfn class="dfn-paneled" data-dfn-for="fetch" data-dfn-type="dfn" data-export id="process-response"><var>processResponse</var></dfn>, an optional algorithm <dfn class="dfn-paneled" data-dfn-for="fetch" data-dfn-type="dfn" data-export id="fetch-processresponseendofbody"><var>processResponseEndOfBody</var></dfn>, an optional algorithm <dfn class="dfn-paneled" data-dfn-for="fetch" data-dfn-type="dfn" data-export id="process-response-end-of-body"><span class="bs-old-id" id="process-response-end-of-file"></span><var>processResponseConsumeBody</var></dfn>, and an optional boolean <dfn class="dfn-paneled" data-dfn-for="fetch" data-dfn-type="dfn" data-export id="fetch-useparallelqueue"><var>useParallelQueue</var></dfn> (default false), run the steps below. If given, <var>processRequestBodyChunkLength</var> must be an algorithm accepting an integer representing the number of bytes transmitted. If given, <var>processRequestEndOfBody</var> must be an algorithm accepting no arguments. If given, <var>processEarlyHintsResponse</var> must be an algorithm accepting a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response④③">response</a>. If given, <var>processResponse</var> must be an algorithm accepting a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response④④">response</a>. If given, <var>processResponseEndOfBody</var> must be an algorithm accepting a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response④⑤">response</a>. If given, <var>processResponseConsumeBody</var> must be an algorithm accepting a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response④⑥">response</a> and null, failure, or a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence①⑤">byte sequence</a>. </p> <p>The user agent may be asked to <dfn class="dfn-paneled" data-dfn-for="fetch" data-dfn-type="dfn" data-export id="concept-fetch-suspend">suspend</dfn> the ongoing fetch. The user agent may either accept or ignore the suspension request. The suspended fetch can be <dfn class="dfn-paneled" data-dfn-for="fetch" data-dfn-type="dfn" data-export id="concept-fetch-resume">resumed</dfn>. The user agent should ignore the suspension request if the ongoing fetch is updating the response in the HTTP cache for the request. </p> <p class="note" role="note">The user agent does not update the entry in the HTTP cache for a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⓪⑥">request</a> if request’s cache mode is "no-store" or a `<code>Cache-Control: no-store</code>` header appears in the response. <a data-link-type="biblio" href="#biblio-http-caching" title="HTTP Caching">[HTTP-CACHING]</a> </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert①⑦">Assert</a>: <var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode⑧">mode</a> is "<code>navigate</code>" or <var>processEarlyHintsResponse</var> is null. </p> <p class="note" role="note">Processing of early hints (<a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response④⑦">responses</a> whose <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status④">status</a> is 103) is only vetted for navigations. </p> <li> <p>Let <var>taskDestination</var> be null. </p> <li> <p>Let <var>crossOriginIsolatedCapability</var> be false. </p> <li> <p><a data-link-type="dfn" href="#populate-request-from-client" id="ref-for-populate-request-from-client">Populate request from client</a> given <var>request</var>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client⑥">client</a> is non-null, then: </p> <ol> <li> <p>Set <var>taskDestination</var> to <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client⑦">client</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global" id="ref-for-concept-settings-object-global③">global object</a>. </p> <li> <p>Set <var>crossOriginIsolatedCapability</var> to <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client⑧">client</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-cross-origin-isolated-capability" id="ref-for-concept-settings-object-cross-origin-isolated-capability">cross-origin isolated capability</a>. </p> </ol> <li> <p>If <var>useParallelQueue</var> is true, then set <var>taskDestination</var> to the result of <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#starting-a-new-parallel-queue" id="ref-for-starting-a-new-parallel-queue②">starting a new parallel queue</a>. </p> <li> <p>Let <var>timingInfo</var> be a new <a data-link-type="dfn" href="#fetch-timing-info" id="ref-for-fetch-timing-info④">fetch timing info</a> whose <a data-link-type="dfn" href="#fetch-timing-info-start-time" id="ref-for-fetch-timing-info-start-time②">start time</a> and <a data-link-type="dfn" href="#fetch-timing-info-post-redirect-start-time" id="ref-for-fetch-timing-info-post-redirect-start-time①">post-redirect start time</a> are the <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-coarsened-shared-current-time" id="ref-for-dfn-coarsened-shared-current-time">coarsened shared current time</a> given <var>crossOriginIsolatedCapability</var>, and <a data-link-type="dfn" href="#fetch-timing-info-render-blocking" id="ref-for-fetch-timing-info-render-blocking">render-blocking</a> is set to <var>request</var>’s <a data-link-type="dfn" href="#request-render-blocking" id="ref-for-request-render-blocking">render-blocking</a>. </p> <li> <p>Let <var>fetchParams</var> be a new <a data-link-type="dfn" href="#fetch-params" id="ref-for-fetch-params③">fetch params</a> whose <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request">request</a> is <var>request</var>, <a data-link-type="dfn" href="#fetch-params-timing-info" id="ref-for-fetch-params-timing-info">timing info</a> is <var>timingInfo</var>, <a data-link-type="dfn" href="#fetch-params-process-request-body" id="ref-for-fetch-params-process-request-body">process request body chunk length</a> is <var>processRequestBodyChunkLength</var>, <a data-link-type="dfn" href="#fetch-params-process-request-end-of-body" id="ref-for-fetch-params-process-request-end-of-body">process request end-of-body</a> is <var>processRequestEndOfBody</var>, <a data-link-type="dfn" href="#fetch-params-process-early-hints-response" id="ref-for-fetch-params-process-early-hints-response">process early hints response</a> is <var>processEarlyHintsResponse</var>, <a data-link-type="dfn" href="#fetch-params-process-response" id="ref-for-fetch-params-process-response">process response</a> is <var>processResponse</var>, <a data-link-type="dfn" href="#fetch-params-process-response-consume-body" id="ref-for-fetch-params-process-response-consume-body">process response consume body</a> is <var>processResponseConsumeBody</var>, <a data-link-type="dfn" href="#fetch-params-process-response-end-of-body" id="ref-for-fetch-params-process-response-end-of-body">process response end-of-body</a> is <var>processResponseEndOfBody</var>, <a data-link-type="dfn" href="#fetch-params-task-destination" id="ref-for-fetch-params-task-destination">task destination</a> is <var>taskDestination</var>, and <a data-link-type="dfn" href="#fetch-params-cross-origin-isolated-capability" id="ref-for-fetch-params-cross-origin-isolated-capability">cross-origin isolated capability</a> is <var>crossOriginIsolatedCapability</var>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body④">body</a> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence①⑥">byte sequence</a>, then set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body⑤">body</a> to <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body⑥">body</a> <a data-link-type="dfn" href="#byte-sequence-as-a-body" id="ref-for-byte-sequence-as-a-body">as a body</a>. </p> <li> <p>If all of the following conditions are true: </p> <ul class="brief"> <li> <p><var>request</var>’s <a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url②">URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme④">scheme</a> is an <a data-link-type="dfn" href="#http-scheme" id="ref-for-http-scheme④">HTTP(S) scheme</a> </p> <li> <p><var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode⑨">mode</a> is "<code>same-origin</code>", "<code>cors</code>", or "<code>no-cors</code>" </p> <li> <p><var>request</var>’s <a data-link-type="dfn" href="#concept-request-window" id="ref-for-concept-request-window①">window</a> is an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object⑨">environment settings object</a> </p> <li> <p><var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method④">method</a> is `<code>GET</code>` </p> <li> <p><var>request</var>’s <a data-link-type="dfn" href="#unsafe-request-flag" id="ref-for-unsafe-request-flag①">unsafe-request flag</a> is not set or <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list⑤">header list</a> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-is-empty" id="ref-for-list-is-empty②">is empty</a> </p> </ul> <p>then: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert①⑧">Assert</a>: <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin①①">origin</a> is <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#same-origin" id="ref-for-same-origin⑤">same origin</a> with <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client⑨">client</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin" id="ref-for-concept-settings-object-origin">origin</a>. </p> <li> <p>Let <var>onPreloadedResponseAvailable</var> be an algorithm that runs the following step given a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response④⑧">response</a> <var>response</var>: set <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-preloaded-response-candidate" id="ref-for-fetch-params-preloaded-response-candidate">preloaded response candidate</a> to <var>response</var>. </p> <li> <p>Let <var>foundPreloadedResource</var> be the result of invoking <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/links.html#consume-a-preloaded-resource" id="ref-for-consume-a-preloaded-resource">consume a preloaded resource</a> for <var>request</var>’s <a data-link-type="dfn" href="#concept-request-window" id="ref-for-concept-request-window②">window</a>, given <var>request</var>’s <a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url③">URL</a>, <var>request</var>’s <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination①②">destination</a>, <var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode①⓪">mode</a>, <var>request</var>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode⑧">credentials mode</a>, <var>request</var>’s <a data-link-type="dfn" href="#concept-request-integrity-metadata" id="ref-for-concept-request-integrity-metadata">integrity metadata</a>, and <var>onPreloadedResponseAvailable</var>. </p> <li> <p>If <var>foundPreloadedResource</var> is true and <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-preloaded-response-candidate" id="ref-for-fetch-params-preloaded-response-candidate①">preloaded response candidate</a> is null, then set <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-preloaded-response-candidate" id="ref-for-fetch-params-preloaded-response-candidate②">preloaded response candidate</a> to "<code>pending</code>". </p> </ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list⑥">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains⑧">does not contain</a> `<code>Accept</code>`, then: </p> <ol> <li> <p>Let <var>value</var> be `<code>*/*</code>`. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-initiator" id="ref-for-concept-request-initiator③">initiator</a> is "<code>prefetch</code>", then set <var>value</var> to the <a data-link-type="dfn" href="#document-accept-header-value" id="ref-for-document-accept-header-value">document `<code>Accept</code>` header value</a>. </p> <li> <p>Otherwise, the user agent should set <var>value</var> to the first matching statement, if any, switching on <var>request</var>’s <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination①③">destination</a>: </p> <dl class="switch"> <dt>"<code>document</code>" <dt>"<code>frame</code>" <dt>"<code>iframe</code>" <dd>the <a data-link-type="dfn" href="#document-accept-header-value" id="ref-for-document-accept-header-value①">document `<code>Accept</code>` header value</a> <dt>"<code>image</code>" <dd>`<code>image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5</code>` <dt>"<code>json</code>" <dd>`<code>application/json,*/*;q=0.5</code>` <dt>"<code>style</code>" <dd>`<code>text/css,*/*;q=0.1</code>` </dl> <li> <p><a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append③">Append</a> (`<code>Accept</code>`, <var>value</var>) to <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list⑦">header list</a>. </p> </ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list⑧">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains⑨">does not contain</a> `<code>Accept-Language</code>`, then user agents should <a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append④">append</a> (`<code>Accept-Language</code>, an appropriate <a data-link-type="dfn" href="#header-value" id="ref-for-header-value⑧">header value</a>) to <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list⑨">header list</a>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#request-internal-priority" id="ref-for-request-internal-priority">internal priority</a> is null, then use <var>request</var>’s <a data-link-type="dfn" href="#request-priority" id="ref-for-request-priority">priority</a>, <a data-link-type="dfn" href="#concept-request-initiator" id="ref-for-concept-request-initiator④">initiator</a>, <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination①④">destination</a>, and <a data-link-type="dfn" href="#request-render-blocking" id="ref-for-request-render-blocking①">render-blocking</a> in an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined①①">implementation-defined</a> manner to set <var>request</var>’s <a data-link-type="dfn" href="#request-internal-priority" id="ref-for-request-internal-priority①">internal priority</a> to an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined①②">implementation-defined</a> object. </p> <p class="note" role="note">The <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined①③">implementation-defined</a> object could encompass stream weight and dependency for HTTP/2, priorities used in <cite>Extensible Prioritization Scheme for HTTP</cite> for transports where it applies (including HTTP/3), and equivalent information used to prioritize dispatch and processing of HTTP/1 fetches. <a data-link-type="biblio" href="#biblio-rfc9218" title="Extensible Prioritization Scheme for HTTP">[RFC9218]</a> </p> <li> <p>If <var>request</var> is a <a data-link-type="dfn" href="#subresource-request" id="ref-for-subresource-request">subresource request</a>, then: </p> <ol> <li> <p>Let <var>record</var> be a new <a data-link-type="dfn" href="#concept-fetch-record" id="ref-for-concept-fetch-record⑤">fetch record</a> whose <a data-link-type="dfn" href="#concept-fetch-record-request" id="ref-for-concept-fetch-record-request①">request</a> is <var>request</var> and <a data-link-type="dfn" href="#concept-fetch-record-fetch" id="ref-for-concept-fetch-record-fetch②">controller</a> is <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller②">controller</a>. </p> <li> <p>Append <var>record</var> to <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client①⓪">client</a>’s <a data-link-type="dfn" href="#concept-fetch-group" id="ref-for-concept-fetch-group②">fetch group</a> list of <a data-link-type="dfn" href="#concept-fetch-record" id="ref-for-concept-fetch-record⑥">fetch records</a>. </p> </ol> <li> <p>Run <a data-link-type="dfn" href="#concept-main-fetch" id="ref-for-concept-main-fetch">main fetch</a> given <var>fetchParams</var>. </p> <li> <p>Return <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller③">controller</a>. </p> </ol> </div> <div class="algorithm" data-algorithm="populate request from client"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="populate-request-from-client">populate request from client</dfn> given a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⓪⑦">request</a> <var>request</var>: </p> <ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-window" id="ref-for-concept-request-window③">window</a> is "<code>client</code>", then: set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-window" id="ref-for-concept-request-window④">window</a> to <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client①①">client</a> if <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client①②">client</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global" id="ref-for-concept-settings-object-global④">global object</a> is a <code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/nav-history-apis.html#window" id="ref-for-window①">Window</a></code> object; otherwise "<code>no-window</code>". </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin①②">origin</a> is "<code>client</code>", then set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin①③">origin</a> to <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client①③">client</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin" id="ref-for-concept-settings-object-origin①">origin</a>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-policy-container" id="ref-for-concept-request-policy-container①">policy container</a> is "<code>client</code>": </p> <ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client①④">client</a> is non-null, then set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-policy-container" id="ref-for-concept-request-policy-container②">policy container</a> to a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#clone-a-policy-container" id="ref-for-clone-a-policy-container">clone</a> of <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client①⑤">client</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-policy-container" id="ref-for-concept-settings-object-policy-container④">policy container</a>. <a data-link-type="biblio" href="#biblio-html" title="HTML Standard">[HTML]</a> </p> <li> <p>Otherwise, set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-policy-container" id="ref-for-concept-request-policy-container③">policy container</a> to a new <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#policy-container" id="ref-for-policy-container②">policy container</a>. </p> </ol> </ol> </div> <h3 class="heading settled" data-level="4.1" id="main-fetch"><span class="secno">4.1. </span><span class="content">Main fetch</span><a class="self-link" href="#main-fetch"></a></h3> <div class="algorithm" data-algorithm="main fetch"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="concept-main-fetch">main fetch</dfn>, given a <a data-link-type="dfn" href="#fetch-params" id="ref-for-fetch-params④">fetch params</a> <var>fetchParams</var> and an optional boolean <var>recursive</var> (default false), run these steps: </p> <ol> <li> <p>Let <var>request</var> be <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request①">request</a>. </p> <li> <p>Let <var>response</var> be null. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#local-urls-only-flag" id="ref-for-local-urls-only-flag">local-URLs-only flag</a> is set and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url⑦">current URL</a> is not <a data-link-type="dfn" href="#is-local" id="ref-for-is-local">local</a>, then set <var>response</var> to a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑧">network error</a>. </p> <li> <p>Run <a data-link-type="dfn" href="https://w3c.github.io/webappsec-csp/#report-for-request" id="ref-for-report-for-request">report Content Security Policy violations for <var>request</var></a>. </p> <li> <p><a data-link-type="dfn" href="https://w3c.github.io/webappsec-upgrade-insecure-requests/#upgrade-request" id="ref-for-upgrade-request">Upgrade <var>request</var> to a potentially trustworthy URL, if appropriate</a>. </p> <li> <p><a data-link-type="dfn" href="https://w3c.github.io/webappsec-mixed-content/#upgrade-algorithm" id="ref-for-upgrade-algorithm">Upgrade a mixed content <var>request</var> to a potentially trustworthy URL, if appropriate</a>. </p> <li> <p>If <a data-link-type="dfn" href="#block-bad-port" id="ref-for-block-bad-port">should <var>request</var> be blocked due to a bad port</a>, <a data-link-type="dfn" href="https://w3c.github.io/webappsec-mixed-content/#should-block-fetch" id="ref-for-should-block-fetch">should fetching <var>request</var> be blocked as mixed content</a>, or <a data-link-type="dfn" href="https://w3c.github.io/webappsec-csp/#should-block-request" id="ref-for-should-block-request">should <var>request</var> be blocked by Content Security Policy</a> returns <b>blocked</b>, then set <var>response</var> to a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑨">network error</a>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer-policy" id="ref-for-concept-request-referrer-policy②">referrer policy</a> is the empty string, then set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer-policy" id="ref-for-concept-request-referrer-policy③">referrer policy</a> to <var>request</var>’s <a data-link-type="dfn" href="#concept-request-policy-container" id="ref-for-concept-request-policy-container④">policy container</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#policy-container-referrer-policy" id="ref-for-policy-container-referrer-policy">referrer policy</a>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer①">referrer</a> is not "<code>no-referrer</code>", then set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer②">referrer</a> to the result of invoking <a data-link-type="dfn" href="https://w3c.github.io/webappsec-referrer-policy/#determine-requests-referrer" id="ref-for-determine-requests-referrer">determine <var>request</var>’s referrer</a>. <a data-link-type="biblio" href="#biblio-referrer" title="Referrer Policy">[REFERRER]</a> </p> <p class="note" role="note">As stated in <cite>Referrer Policy</cite>, user agents can provide the end user with options to override <var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer③">referrer</a> to "<code>no-referrer</code>" or have it expose less sensitive information. </p> <li> <p>Set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url⑧">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme⑤">scheme</a> to "<code>https</code>" if all of the following conditions are true: </p> <ul class="brief"> <li><var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url⑨">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme⑥">scheme</a> is "<code>http</code>" <li><var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url①⓪">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-host" id="ref-for-concept-url-host">host</a> is a <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-domain" id="ref-for-concept-domain">domain</a> <li><var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url①①">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-host" id="ref-for-concept-url-host①">host</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#host-public-suffix" id="ref-for-host-public-suffix①">public suffix</a> is not "<code>localhost</code>" or "<code>localhost.</code>" <li>Matching <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url①②">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-host" id="ref-for-concept-url-host②">host</a> per <a href="https://www.rfc-editor.org/rfc/rfc6797.html#section-8.2">Known HSTS Host Domain Name Matching</a> results in either a superdomain match with an asserted <code>includeSubDomains</code> directive or a congruent match (with or without an asserted <code>includeSubDomains</code> directive) <a data-link-type="biblio" href="#biblio-hsts" title="HTTP Strict Transport Security (HSTS)">[HSTS]</a>; or DNS resolution for the request finds a matching HTTPS RR per <a href="https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https#section-9.5">section 9.5</a> of <a data-link-type="biblio" href="#biblio-svcb" title="Service binding and parameter specification via the DNS (DNS SVCB and HTTPS RRs)">[SVCB]</a>. <a data-link-type="biblio" href="#biblio-hsts" title="HTTP Strict Transport Security (HSTS)">[HSTS]</a> <a data-link-type="biblio" href="#biblio-svcb" title="Service binding and parameter specification via the DNS (DNS SVCB and HTTPS RRs)">[SVCB]</a> </ul> <p class="note" role="note">As all DNS operations are generally <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined①④">implementation-defined</a>, how it is determined that DNS resolution contains an HTTPS RR is also <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined①⑤">implementation-defined</a>. As DNS operations are not traditionally performed until attempting to <a data-link-type="dfn" href="#concept-connection-obtain" id="ref-for-concept-connection-obtain">obtain a connection</a>, user agents might need to perform DNS operations earlier, consult local DNS caches, or wait until later in the fetch algorithm and potentially unwind logic on discovering the need to change <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url①③">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme⑦">scheme</a>. </p> <li> <p>If <var>recursive</var> is false, then run the remaining steps <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel" id="ref-for-in-parallel①">in parallel</a>. </p> <li> <p>If <var>response</var> is null, then set <var>response</var> to the result of running the steps corresponding to the first matching statement: </p> <dl class="switch"> <dt><var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-preloaded-response-candidate" id="ref-for-fetch-params-preloaded-response-candidate③">preloaded response candidate</a> is non-null <dd> <ol> <li> <p>Wait until <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-preloaded-response-candidate" id="ref-for-fetch-params-preloaded-response-candidate④">preloaded response candidate</a> is not "<code>pending</code>". </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert①⑨">Assert</a>: <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-preloaded-response-candidate" id="ref-for-fetch-params-preloaded-response-candidate⑤">preloaded response candidate</a> is a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response④⑨">response</a>. </p> <li> <p>Return <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-preloaded-response-candidate" id="ref-for-fetch-params-preloaded-response-candidate⑥">preloaded response candidate</a>. </p> </ol> <dt><var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url①④">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin①⑤">origin</a> is <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#same-origin" id="ref-for-same-origin⑥">same origin</a> with <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin①④">origin</a>, and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting④">response tainting</a> is "<code>basic</code>" <dt><var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url①⑤">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme⑧">scheme</a> is "<code>data</code>" <dt><var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode①①">mode</a> is "<code>navigate</code>" or "<code>websocket</code>" <dd> <ol> <li> <p>Set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting⑤">response tainting</a> to "<code>basic</code>". </p> <li> <p>Return the result of running <a data-link-type="dfn" href="#concept-scheme-fetch" id="ref-for-concept-scheme-fetch">scheme fetch</a> given <var>fetchParams</var>. </p> </ol> <p class="note" role="note">HTML assigns any documents and workers created from <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url①⑤">URLs</a> whose <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme⑨">scheme</a> is "<code>data</code>" a unique <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-opaque" id="ref-for-concept-origin-opaque">opaque origin</a>. Service workers can only be created from <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url①⑥">URLs</a> whose <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme①⓪">scheme</a> is an <a data-link-type="dfn" href="#http-scheme" id="ref-for-http-scheme⑤">HTTP(S) scheme</a>. <a data-link-type="biblio" href="#biblio-html" title="HTML Standard">[HTML]</a> <a data-link-type="biblio" href="#biblio-sw" title="Service Workers">[SW]</a> </p> <dt><var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode①②">mode</a> is "<code>same-origin</code>" <dd> <p>Return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error①⓪">network error</a>. </p> <dt><var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode①③">mode</a> is "<code>no-cors</code>" <dd> <ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-redirect-mode" id="ref-for-concept-request-redirect-mode①">redirect mode</a> is not "<code>follow</code>", then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error①①">network error</a>. </p> <li> <p>Set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting⑥">response tainting</a> to "<code>opaque</code>". </p> <li> <p>Return the result of running <a data-link-type="dfn" href="#concept-scheme-fetch" id="ref-for-concept-scheme-fetch①">scheme fetch</a> given <var>fetchParams</var>. </p> </ol> <dt><var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url①⑥">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme①①">scheme</a> is not an <a data-link-type="dfn" href="#http-scheme" id="ref-for-http-scheme⑥">HTTP(S) scheme</a> <dd> <p>Return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error①②">network error</a>. </p> <dt><var>request</var>’s <a data-link-type="dfn" href="#use-cors-preflight-flag" id="ref-for-use-cors-preflight-flag②">use-CORS-preflight flag</a> is set <dt><var>request</var>’s <a data-link-type="dfn" href="#unsafe-request-flag" id="ref-for-unsafe-request-flag②">unsafe-request flag</a> is set and either <var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method⑤">method</a> is not a <a data-link-type="dfn" href="#cors-safelisted-method" id="ref-for-cors-safelisted-method①">CORS-safelisted method</a> or <a data-link-type="dfn" href="#cors-unsafe-request-header-names" id="ref-for-cors-unsafe-request-header-names">CORS-unsafe request-header names</a> with <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list①⓪">header list</a> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-is-empty" id="ref-for-list-is-empty③">is not empty</a> <dd> <ol> <li> <p>Set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting⑦">response tainting</a> to "<code>cors</code>". </p> <li> <p>Let <var>corsWithPreflightResponse</var> be the result of running <a data-link-type="dfn" href="#concept-http-fetch" id="ref-for-concept-http-fetch③">HTTP fetch</a> given <var>fetchParams</var> and true. </p> <li> <p>If <var>corsWithPreflightResponse</var> is a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error①③">network error</a>, then <a data-link-type="dfn" href="#concept-cache-clear" id="ref-for-concept-cache-clear">clear cache entries</a> using <var>request</var>. </p> <li> <p>Return <var>corsWithPreflightResponse</var>. </p> </ol> <dt>Otherwise <dd> <ol> <li> <p>Set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting⑧">response tainting</a> to "<code>cors</code>". </p> <li> <p>Return the result of running <a data-link-type="dfn" href="#concept-http-fetch" id="ref-for-concept-http-fetch④">HTTP fetch</a> given <var>fetchParams</var>. </p> </ol> </dl> <li> <p>If <var>recursive</var> is true, then return <var>response</var>. </p> <li> <p>If <var>response</var> is not a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error①④">network error</a> and <var>response</var> is not a <a data-link-type="dfn" href="#concept-filtered-response" id="ref-for-concept-filtered-response①①">filtered response</a>, then: </p> <ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting⑨">response tainting</a> is "<code>cors</code>", then: </p> <ol> <li> <p>Let <var>headerNames</var> be the result of <a data-link-type="dfn" href="#extract-header-list-values" id="ref-for-extract-header-list-values①">extracting header list values</a> given `<a data-link-type="http-header" href="#http-access-control-expose-headers" id="ref-for-http-access-control-expose-headers⑤"><code>Access-Control-Expose-Headers</code></a>` and <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list①②">header list</a>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode⑨">credentials mode</a> is not "<code>include</code>" and <var>headerNames</var> contains `<code>*</code>`, then set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-cors-exposed-header-name-list" id="ref-for-concept-response-cors-exposed-header-name-list②">CORS-exposed header-name list</a> to all unique <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header④⑧">header</a> <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name①⑧">names</a> in <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list①③">header list</a>. </p> <li> <p>Otherwise, if <var>headerNames</var> is non-null or failure, then set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-cors-exposed-header-name-list" id="ref-for-concept-response-cors-exposed-header-name-list③">CORS-exposed header-name list</a> to <var>headerNames</var>. </p> <p class="note" role="note">One of the <var>headerNames</var> can still be `<code>*</code>` at this point, but will only match a <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header④⑨">header</a> whose <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name①⑨">name</a> is `<code>*</code>`. </p> </ol> <li> <p>Set <var>response</var> to the following <a data-link-type="dfn" href="#concept-filtered-response" id="ref-for-concept-filtered-response①②">filtered response</a> with <var>response</var> as its <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response①⓪">internal response</a>, depending on <var>request</var>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting①⓪">response tainting</a>: </p> <dl class="switch compact"> <dt>"<code>basic</code>" <dd><a data-link-type="dfn" href="#concept-filtered-response-basic" id="ref-for-concept-filtered-response-basic">basic filtered response</a> <dt>"<code>cors</code>" <dd><a data-link-type="dfn" href="#concept-filtered-response-cors" id="ref-for-concept-filtered-response-cors①">CORS filtered response</a> <dt>"<code>opaque</code>" <dd><a data-link-type="dfn" href="#concept-filtered-response-opaque" id="ref-for-concept-filtered-response-opaque⑤">opaque filtered response</a> </dl> </ol> <li> <p>Let <var>internalResponse</var> be <var>response</var>, if <var>response</var> is a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error①⑤">network error</a>; otherwise <var>response</var>’s <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response①①">internal response</a>. </p> <li> <p>If <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-url-list" id="ref-for-concept-response-url-list⑦">URL list</a> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-is-empty" id="ref-for-list-is-empty④">is empty</a>, then set it to a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-clone" id="ref-for-list-clone">clone</a> of <var>request</var>’s <a data-link-type="dfn" href="#concept-request-url-list" id="ref-for-concept-request-url-list④">URL list</a>. </p> <p class="note" role="note">A <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑤⓪">response</a>’s <a data-link-type="dfn" href="#concept-response-url-list" id="ref-for-concept-response-url-list⑧">URL list</a> can be empty, e.g., when fetching an <code>about:</code> URL. </p> <li> <p>If <var>request</var> has a <a data-link-type="dfn" href="#concept-request-tainted-origin" id="ref-for-concept-request-tainted-origin②">redirect-tainted origin</a>, then set <var>internalResponse</var>’s <a data-link-type="dfn" href="#response-has-cross-origin-redirects" id="ref-for-response-has-cross-origin-redirects">has-cross-origin-redirects</a> to true. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#timing-allow-failed" id="ref-for-timing-allow-failed②">timing allow failed flag</a> is unset, then set <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-timing-allow-passed" id="ref-for-concept-response-timing-allow-passed">timing allow passed flag</a>. </p> <li> <p>If <var>response</var> is not a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error①⑥">network error</a> and any of the following returns <b>blocked</b> </p> <ul class="brief"> <li> <p><a data-link-type="dfn" href="https://w3c.github.io/webappsec-mixed-content/#should-block-response" id="ref-for-should-block-response">should <var>internalResponse</var> to <var>request</var> be blocked as mixed content</a> </p> <li> <p><a data-link-type="dfn" href="https://w3c.github.io/webappsec-csp/#should-block-response" id="ref-for-should-block-response①">should <var>internalResponse</var> to <var>request</var> be blocked by Content Security Policy</a> </p> <li> <p><a data-link-type="dfn" href="#should-response-to-request-be-blocked-due-to-mime-type?" id="ref-for-should-response-to-request-be-blocked-due-to-mime-type?①">should <var>internalResponse</var> to <var>request</var> be blocked due to its MIME type</a> </p> <li> <p><a data-link-type="dfn" href="#should-response-to-request-be-blocked-due-to-nosniff?" id="ref-for-should-response-to-request-be-blocked-due-to-nosniff?①">should <var>internalResponse</var> to <var>request</var> be blocked due to nosniff</a> </p> </ul> <p>then set <var>response</var> and <var>internalResponse</var> to a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error①⑦">network error</a>. </p> <li> <p>If <var>response</var>’s <a data-link-type="dfn" href="#concept-response-type" id="ref-for-concept-response-type⑥">type</a> is "<code>opaque</code>", <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status⑤">status</a> is 206, <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-range-requested-flag" id="ref-for-concept-response-range-requested-flag">range-requested flag</a> is set, and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list①①">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains①⓪">does not contain</a> `<code>Range</code>`, then set <var>response</var> and <var>internalResponse</var> to a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error①⑧">network error</a>. </p> <div class="note" role="note"> <p>Traditionally, APIs accept a ranged response even if a range was not requested. This prevents a partial response from an earlier ranged request being provided to an API that did not make a range request. </p> <details> <summary>Further details</summary> <p>The above steps prevent the following attack: </p> <p>A media element is used to request a range of a cross-origin HTML resource. Although this is invalid media, a reference to a clone of the response can be retained in a service worker. This can later be used as the response to a script element’s fetch. If the partial response is valid JavaScript (even though the whole resource is not), executing it would leak private data. </p> </details> </div> <li> <p>If <var>response</var> is not a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error①⑨">network error</a> and either <var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method⑥">method</a> is `<code>HEAD</code>` or `<code>CONNECT</code>`, or <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status⑥">status</a> is a <a data-link-type="dfn" href="#null-body-status" id="ref-for-null-body-status">null body status</a>, set <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body⑨">body</a> to null and disregard any enqueuing toward it (if any). </p> <p class="note" role="note">This standardizes the error handling for servers that violate HTTP. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-integrity-metadata" id="ref-for-concept-request-integrity-metadata①">integrity metadata</a> is not the empty string, then: </p> <ol> <li> <p>Let <var>processBodyError</var> be this step: run <a data-link-type="dfn" href="#fetch-finale" id="ref-for-fetch-finale">fetch response handover</a> given <var>fetchParams</var> and a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error②⓪">network error</a>. </p> <li> <p>If <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body①⓪">body</a> is null, then run <var>processBodyError</var> and abort these steps. </p> <li> <p>Let <var>processBody</var> given <var>bytes</var> be these steps: </p> <ol> <li> <p>If <var>bytes</var> do not <a data-link-type="dfn" href="https://w3c.github.io/webappsec-subresource-integrity/#does-response-match-metadatalist" id="ref-for-does-response-match-metadatalist">match</a> <var>request</var>’s <a data-link-type="dfn" href="#concept-request-integrity-metadata" id="ref-for-concept-request-integrity-metadata②">integrity metadata</a>, then run <var>processBodyError</var> and abort these steps. <a data-link-type="biblio" href="#biblio-sri" title="Subresource Integrity">[SRI]</a> </p> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body①①">body</a> to <var>bytes</var> <a data-link-type="dfn" href="#byte-sequence-as-a-body" id="ref-for-byte-sequence-as-a-body①">as a body</a>. </p> <li> <p>Run <a data-link-type="dfn" href="#fetch-finale" id="ref-for-fetch-finale①">fetch response handover</a> given <var>fetchParams</var> and <var>response</var>. </p> </ol> <li> <p><a data-link-type="dfn" href="#body-fully-read" id="ref-for-body-fully-read">Fully read</a> <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body①②">body</a> given <var>processBody</var> and <var>processBodyError</var>. </p> </ol> <li> <p>Otherwise, run <a data-link-type="dfn" href="#fetch-finale" id="ref-for-fetch-finale②">fetch response handover</a> given <var>fetchParams</var> and <var>response</var>. </p> </ol> </div> <hr> <div class="algorithm" data-algorithm="fetch response handover"> <p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="fetch-finale">fetch response handover</dfn>, given a <a data-link-type="dfn" href="#fetch-params" id="ref-for-fetch-params⑤">fetch params</a> <var>fetchParams</var> and a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑤①">response</a> <var>response</var>, run these steps: </p> <ol> <li> <p>Let <var>timingInfo</var> be <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-timing-info" id="ref-for-fetch-params-timing-info①">timing info</a>. </p> <li> <p>If <var>response</var> is not a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error②①">network error</a> and <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request②">request</a>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client①⑥">client</a> is a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#secure-context" id="ref-for-secure-context">secure context</a>, then set <var>timingInfo</var>’s <a data-link-type="dfn" href="#fetch-timing-info-server-timing-headers" id="ref-for-fetch-timing-info-server-timing-headers">server-timing headers</a> to the result of <a data-link-type="dfn" href="#concept-header-list-get-decode-split" id="ref-for-concept-header-list-get-decode-split⑤">getting, decoding, and splitting</a> `<code>Server-Timing</code>` from <var>response</var>’s <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response①②">internal response</a>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list①④">header list</a>. </p> <p class="note" role="note">Using _response_’s <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response①③">internal response</a> is safe as exposing `<code>Server-Timing</code>` header data is guarded through the `<code>Timing-Allow-Origin</code>` header. </p> <p>The user agent may decide to expose `<code>Server-Timing</code>` headers to non-secure contexts requests as well. </p> <li> <p>Let <var>processResponseEndOfBody</var> be the following steps: </p> <ol> <li> <p>Let <var>unsafeEndTime</var> be the <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-unsafe-shared-current-time" id="ref-for-dfn-unsafe-shared-current-time⑤">unsafe shared current time</a>. </p> <li> <p>If <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request③">request</a>’s <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination①⑤">destination</a> is "<code>document</code>", then set <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller④">controller</a>’s <a data-link-type="dfn" href="#fetch-controller-full-timing-info" id="ref-for-fetch-controller-full-timing-info②">full timing info</a> to <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-timing-info" id="ref-for-fetch-params-timing-info②">timing info</a>. </p> <li> <p>Set <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller⑤">controller</a>’s <a data-link-type="dfn" href="#fetch-controller-report-timing-steps" id="ref-for-fetch-controller-report-timing-steps②">report timing steps</a> to the following steps given a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#global-object" id="ref-for-global-object⑦">global object</a> <var>global</var>: </p> <ol> <li> <p>If <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request④">request</a>’s <a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url④">URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme①②">scheme</a> is not an <a data-link-type="dfn" href="#http-scheme" id="ref-for-http-scheme⑦">HTTP(S) scheme</a>, then return. </p> <li> <p>Set <var>timingInfo</var>’s <a data-link-type="dfn" href="#fetch-timing-info-end-time" id="ref-for-fetch-timing-info-end-time">end time</a> to the <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-relative-high-resolution-time" id="ref-for-dfn-relative-high-resolution-time">relative high resolution time</a> given <var>unsafeEndTime</var> and <var>global</var>. </p> <li> <p>Let <var>cacheState</var> be <var>response</var>’s <a data-link-type="dfn" href="#concept-response-cache-state" id="ref-for-concept-response-cache-state">cache state</a>. </p> <li> <p>Let <var>bodyInfo</var> be <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body-info" id="ref-for-concept-response-body-info③">body info</a>. </p> <li> <p>If <var>response</var>’s <a data-link-type="dfn" href="#concept-response-timing-allow-passed" id="ref-for-concept-response-timing-allow-passed①">timing allow passed flag</a> is not set, then set <var>timingInfo</var> to the result of <a data-link-type="dfn" href="#create-an-opaque-timing-info" id="ref-for-create-an-opaque-timing-info">creating an opaque timing info</a> for <var>timingInfo</var> and set <var>cacheState</var> to the empty string. </p> <p class="note" role="note">This covers the case of <var>response</var> being a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error②②">network error</a>. </p> <li> <p>Let <var>responseStatus</var> be 0. </p> <li> <p>If <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request⑤">request</a>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode①④">mode</a> is not "<code>navigate</code>" or <var>response</var>’s <a data-link-type="dfn" href="#response-has-cross-origin-redirects" id="ref-for-response-has-cross-origin-redirects①">has-cross-origin-redirects</a> is false: </p> <ol> <li> <p>Set <var>responseStatus</var> to <var>response</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status⑦">status</a>. </p> <li> <p>Let <var>mimeType</var> be the result of <a data-link-type="dfn" href="#concept-header-extract-mime-type" id="ref-for-concept-header-extract-mime-type⑦">extracting a MIME type</a> from <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list①⑤">header list</a>. </p> <li> <p>If <var>mimeType</var> is not failure, then set <var>bodyInfo</var>’s <a data-link-type="dfn" href="#response-body-info-content-type" id="ref-for-response-body-info-content-type">content type</a> to the result of <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#minimize-a-supported-mime-type" id="ref-for-minimize-a-supported-mime-type">minimizing a supported MIME type</a> given <var>mimeType</var>. </p> </ol> <li> <p>If <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request⑥">request</a>’s <a data-link-type="dfn" href="#request-initiator-type" id="ref-for-request-initiator-type">initiator type</a> is non-null, then <a data-link-type="dfn" href="https://w3c.github.io/resource-timing/#dfn-mark-resource-timing" id="ref-for-dfn-mark-resource-timing">mark resource timing</a> given <var>timingInfo</var>, <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request⑦">request</a>’s <a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url⑤">URL</a>, <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request⑧">request</a>’s <a data-link-type="dfn" href="#request-initiator-type" id="ref-for-request-initiator-type①">initiator type</a>, <var>global</var>, <var>cacheState</var>, <var>bodyInfo</var>, and <var>responseStatus</var>. </p> </ol> <li> <p>Let <var>processResponseEndOfBodyTask</var> be the following steps: </p> <ol> <li> <p>Set <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request⑨">request</a>’s <a data-link-type="dfn" href="#done-flag" id="ref-for-done-flag②">done flag</a>. </p> <li> <p>If <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-process-response-end-of-body" id="ref-for-fetch-params-process-response-end-of-body①">process response end-of-body</a> is non-null, then run <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-process-response-end-of-body" id="ref-for-fetch-params-process-response-end-of-body②">process response end-of-body</a> given <var>response</var>. </p> <li> <p>If <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request①⓪">request</a>’s <a data-link-type="dfn" href="#request-initiator-type" id="ref-for-request-initiator-type②">initiator type</a> is non-null and <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request①①">request</a>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client①⑦">client</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global" id="ref-for-concept-settings-object-global⑤">global object</a> is <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-task-destination" id="ref-for-fetch-params-task-destination①">task destination</a>, then run <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller⑥">controller</a>’s <a data-link-type="dfn" href="#fetch-controller-report-timing-steps" id="ref-for-fetch-controller-report-timing-steps③">report timing steps</a> given <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request①②">request</a>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client①⑧">client</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global" id="ref-for-concept-settings-object-global⑥">global object</a>. </p> </ol> <li> <p><a data-link-type="dfn" href="#queue-a-fetch-task" id="ref-for-queue-a-fetch-task⑤">Queue a fetch task</a> to run <var>processResponseEndOfBodyTask</var> with <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-task-destination" id="ref-for-fetch-params-task-destination②">task destination</a>. </p> </ol> <li> <p>If <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-process-response" id="ref-for-fetch-params-process-response①">process response</a> is non-null, then <a data-link-type="dfn" href="#queue-a-fetch-task" id="ref-for-queue-a-fetch-task⑥">queue a fetch task</a> to run <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-process-response" id="ref-for-fetch-params-process-response②">process response</a> given <var>response</var>, with <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-task-destination" id="ref-for-fetch-params-task-destination③">task destination</a>. </p> <li> <p>Let <var>internalResponse</var> be <var>response</var>, if <var>response</var> is a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error②③">network error</a>; otherwise <var>response</var>’s <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response①④">internal response</a>. </p> <li> <p>If <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body①③">body</a> is null, then run <var>processResponseEndOfBody</var>. </p> <li> <p>Otherwise:</p> <ol> <li> <p>Let <var>transformStream</var> be a new <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#transformstream" id="ref-for-transformstream">TransformStream</a></code>. </p> <li> <p>Let <var>identityTransformAlgorithm</var> be an algorithm which, given <var>chunk</var>, <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#transformstream-enqueue" id="ref-for-transformstream-enqueue">enqueues</a> <var>chunk</var> in <var>transformStream</var>. </p> <li> <p><a data-link-type="dfn" href="https://streams.spec.whatwg.org/#transformstream-set-up" id="ref-for-transformstream-set-up">Set up</a> <var>transformStream</var> with <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#transformstream-set-up-transformalgorithm" id="ref-for-transformstream-set-up-transformalgorithm"><i>transformAlgorithm</i></a> set to <var>identityTransformAlgorithm</var> and <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#transformstream-set-up-flushalgorithm" id="ref-for-transformstream-set-up-flushalgorithm"><i>flushAlgorithm</i></a> set to <var>processResponseEndOfBody</var>. </p> <li> <p>Set <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body①④">body</a>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream⑤">stream</a> to the result of <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body①⑤">body</a>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream⑥">stream</a> <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-pipe-through" id="ref-for-readablestream-pipe-through">piped through</a> <var>transformStream</var>. </p> </ol> <p class="note" role="note">This <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#transformstream" id="ref-for-transformstream①">TransformStream</a></code> is needed for the purpose of receiving a notification when the stream reaches its end, and is otherwise an <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#identity-transform-stream" id="ref-for-identity-transform-stream">identity transform stream</a>. </p> <li> <p>If <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-process-response-consume-body" id="ref-for-fetch-params-process-response-consume-body①">process response consume body</a> is non-null, then: </p> <ol> <li> <p>Let <var>processBody</var> given <var>nullOrBytes</var> be this step: run <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-process-response-consume-body" id="ref-for-fetch-params-process-response-consume-body②">process response consume body</a> given <var>response</var> and <var>nullOrBytes</var>. </p> <li> <p>Let <var>processBodyError</var> be this step: run <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-process-response-consume-body" id="ref-for-fetch-params-process-response-consume-body③">process response consume body</a> given <var>response</var> and failure. </p> <li> <p>If <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body①⑥">body</a> is null, then <a data-link-type="dfn" href="#queue-a-fetch-task" id="ref-for-queue-a-fetch-task⑦">queue a fetch task</a> to run <var>processBody</var> given null, with <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-task-destination" id="ref-for-fetch-params-task-destination④">task destination</a>. </p> <li> <p>Otherwise, <a data-link-type="dfn" href="#body-fully-read" id="ref-for-body-fully-read①">fully read</a> <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body①⑦">body</a> given <var>processBody</var>, <var>processBodyError</var>, and <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-task-destination" id="ref-for-fetch-params-task-destination⑤">task destination</a>. </p> </ol> </ol> </div> <h3 class="heading settled" data-level="4.2" id="scheme-fetch"><span class="secno">4.2. </span><span class="bs-old-id" id="basic-fetch"></span><span class="content">Scheme fetch</span><a class="self-link" href="#scheme-fetch"></a></h3> <div class="algorithm" data-algorithm="scheme fetch"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="concept-scheme-fetch"><span class="bs-old-id" id="concept-basic-fetch"></span>scheme fetch</dfn>, given a <a data-link-type="dfn" href="#fetch-params" id="ref-for-fetch-params⑥">fetch params</a> <var>fetchParams</var>: </p> <ol> <li> <p>If <var>fetchParams</var> is <a data-link-type="dfn" href="#fetch-params-canceled" id="ref-for-fetch-params-canceled①">canceled</a>, then return the <a data-link-type="dfn" href="#appropriate-network-error" id="ref-for-appropriate-network-error">appropriate network error</a> for <var>fetchParams</var>. </p> <li> <p>Let <var>request</var> be <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request①③">request</a>. </p> <li> <p>Switch on <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url①⑦">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme①③">scheme</a> and run the associated steps: </p> <dl class="switch"> <dt>"<code>about</code>" <dd> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url①⑧">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-path" id="ref-for-concept-url-path①">path</a> is the string "<code>blank</code>", then return a new <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑤②">response</a> whose <a data-link-type="dfn" href="#concept-response-status-message" id="ref-for-concept-response-status-message③">status message</a> is `<code>OK</code>`, <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list①⑥">header list</a> is « (`<code>Content-Type</code>`, `<code>text/html;charset=utf-8</code>`) », and <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body①⑧">body</a> is the empty byte sequence <a data-link-type="dfn" href="#byte-sequence-as-a-body" id="ref-for-byte-sequence-as-a-body②">as a body</a>. </p> <p class="note" role="note"><a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url①⑦">URLs</a> such as "<code>about:config</code>" are handled during <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate" id="ref-for-navigate">navigation</a> and result in a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error②④">network error</a> in the context of <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch②④">fetching</a>. </p> <dt>"<code>blob</code>" <dd> <ol> <li> <p>Let <var>blobURLEntry</var> be <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url①⑨">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-blob-entry" id="ref-for-concept-url-blob-entry">blob URL entry</a>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method⑦">method</a> is not `<code>GET</code>` or <var>blobURLEntry</var> is null, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error②⑤">network error</a>. <a data-link-type="biblio" href="#biblio-fileapi" title="File API">[FILEAPI]</a> </p> <p class="note" role="note">The `<code>GET</code>` <a data-link-type="dfn" href="#concept-method" id="ref-for-concept-method①⓪">method</a> restriction serves no useful purpose other than being interoperable. </p> <li> <p>Let <var>requestEnvironment</var> be the result of <a data-link-type="dfn" href="#request-determine-the-environment" id="ref-for-request-determine-the-environment">determining the environment</a> given <var>request</var>. </p> <li> <p>Let <var>isTopLevelNavigation</var> be true if <var>request</var>’s <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination①⑥">destination</a> is "<code>document</code>"; otherwise, false. </p> <li> <p>If <var>isTopLevelNavigation</var> is false and <var>requestEnvironment</var> is null, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error②⑥">network error</a>. </p> <li> <p>Let <var>navigationOrEnvironment</var> be the string "<code>navigation</code>" if <var>isTopLevelNavigation</var> is true; otherwise, <var>requestEnvironment</var>. </p> <li> <p>Let <var>blob</var> be the result of <a data-link-type="dfn" href="https://w3c.github.io/FileAPI/#blob-url-obtain-object" id="ref-for-blob-url-obtain-object">obtaining a blob object</a> given <var>blobURLEntry</var> and <var>navigationOrEnvironment</var>. </p> <li> <p>If <var>blob</var> is not a <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-Blob" id="ref-for-dfn-Blob①">Blob</a></code> object, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error②⑦">network error</a>. </p> <li> <p>Let <var>response</var> be a new <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑤③">response</a>. </p> <li> <p>Let <var>fullLength</var> be <var>blob</var>’s <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-size" id="ref-for-dfn-size">size</a></code>. </p> <li> <p>Let <var>serializedFullLength</var> be <var>fullLength</var>, <a data-link-type="dfn" href="#serialize-an-integer" id="ref-for-serialize-an-integer⑤">serialized</a> and <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-encode" id="ref-for-isomorphic-encode⑦">isomorphic encoded</a>. </p> <li> <p>Let <var>type</var> be <var>blob</var>’s <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-type" id="ref-for-dfn-type">type</a></code>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list①②">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains①①">does not contain</a> `<code>Range</code>`: </p> <ol> <li> <p>Let <var>bodyWithType</var> be the result of <a data-link-type="dfn" href="#bodyinit-safely-extract" id="ref-for-bodyinit-safely-extract②">safely extracting</a> <var>blob</var>. </p> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-status-message" id="ref-for-concept-response-status-message④">status message</a> to `<code>OK</code>`. </p> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body①⑨">body</a> to <var>bodyWithType</var>’s <a data-link-type="dfn" href="#body-with-type-body" id="ref-for-body-with-type-body①">body</a>. </p> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list①⑦">header list</a> to « (`<code>Content-Length</code>`, <var>serializedFullLength</var>), (`<code>Content-Type</code>`, <var>type</var>) ». </p> </ol> <li> <p>Otherwise: </p> <ol> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-range-requested-flag" id="ref-for-concept-response-range-requested-flag①">range-requested flag</a>. </p> <li> <p>Let <var>rangeHeader</var> be the result of <a data-link-type="dfn" href="#concept-header-list-get" id="ref-for-concept-header-list-get④">getting</a> `<code>Range</code>` from <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list①③">header list</a>. </p> <li> <p>Let <var>rangeValue</var> be the result of <a data-link-type="dfn" href="#simple-range-header-value" id="ref-for-simple-range-header-value②">parsing a single range header value</a> given <var>rangeHeader</var> and true. </p> <li> <p>If <var>rangeValue</var> is failure, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error②⑧">network error</a>. </p> <li> <p>Let (<var>rangeStart</var>, <var>rangeEnd</var>) be <var>rangeValue</var>. </p> <li> <p>If <var>rangeStart</var> is null: </p> <ol> <li> <p>Set <var>rangeStart</var> to <var>fullLength</var> − <var>rangeEnd</var>. </p> <li> <p>Set <var>rangeEnd</var> to <var>rangeStart</var> + <var>rangeEnd</var> − 1. </p> </ol> <li> <p>Otherwise: </p> <ol> <li> <p>If <var>rangeStart</var> is greater than or equal to <var>fullLength</var>, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error②⑨">network error</a>. </p> <li> <p>If <var>rangeEnd</var> is null or <var>rangeEnd</var> is greater than or equal to <var>fullLength</var>, then set <var>rangeEnd</var> to <var>fullLength</var> − 1. </p> </ol> <li> <p>Let <var>slicedBlob</var> be the result of invoking <a data-link-type="dfn" href="https://w3c.github.io/FileAPI/#slice-blob" id="ref-for-slice-blob">slice blob</a> given <var>blob</var>, <var>rangeStart</var>, <var>rangeEnd</var> + 1, and <var>type</var>. </p> <p class="note" role="note">A range header denotes an inclusive byte range, while the <a data-link-type="dfn" href="https://w3c.github.io/FileAPI/#slice-blob" id="ref-for-slice-blob①">slice blob</a> algorithm input range does not. To use the <a data-link-type="dfn" href="https://w3c.github.io/FileAPI/#slice-blob" id="ref-for-slice-blob②">slice blob</a> algorithm, we have to increment <var>rangeEnd</var>. </p> <li> <p>Let <var>slicedBodyWithType</var> be the result of <a data-link-type="dfn" href="#bodyinit-safely-extract" id="ref-for-bodyinit-safely-extract③">safely extracting</a> <var>slicedBlob</var>. </p> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body②⓪">body</a> to <var>slicedBodyWithType</var>’s <a data-link-type="dfn" href="#body-with-type-body" id="ref-for-body-with-type-body②">body</a>. </p> <li> <p>Let <var>serializedSlicedLength</var> be <var>slicedBlob</var>’s <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-size" id="ref-for-dfn-size①">size</a></code>, <a data-link-type="dfn" href="#serialize-an-integer" id="ref-for-serialize-an-integer⑥">serialized</a> and <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-encode" id="ref-for-isomorphic-encode⑧">isomorphic encoded</a>. </p> <li> <p>Let <var>contentRange</var> be the result of invoking <a data-link-type="dfn" href="#build-a-content-range" id="ref-for-build-a-content-range">build a content range</a> given <var>rangeStart</var>, <var>rangeEnd</var>, and <var>fullLength</var>. </p> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status⑧">status</a> to 206. </p> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-status-message" id="ref-for-concept-response-status-message⑤">status message</a> to `<code>Partial Content</code>`. </p> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list①⑧">header list</a> to « (`<code>Content-Length</code>`, <var>serializedSlicedLength</var>), (`<code>Content-Type</code>`, <var>type</var>), (`<code>Content-Range</code>`, <var>contentRange</var>) ». </p> </ol> <li> <p>Return <var>response</var>. </p> </ol> <dt>"<code>data</code>" <dd> <ol> <li> <p>Let <var>dataURLStruct</var> be the result of running the <a data-link-type="dfn" href="#data-url-processor" id="ref-for-data-url-processor"><code>data:</code> URL processor</a> on <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url②⓪">current URL</a>. </p> <li> <p>If <var>dataURLStruct</var> is failure, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error③⓪">network error</a>. </p> <li> <p>Let <var>mimeType</var> be <var>dataURLStruct</var>’s <a data-link-type="dfn" href="#data-url-struct-mime-type" id="ref-for-data-url-struct-mime-type">MIME type</a>, <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#serialize-a-mime-type-to-bytes" id="ref-for-serialize-a-mime-type-to-bytes">serialized</a>. </p> <li> <p>Return a new <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑤④">response</a> whose <a data-link-type="dfn" href="#concept-response-status-message" id="ref-for-concept-response-status-message⑥">status message</a> is `<code>OK</code>`, <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list①⑨">header list</a> is « (`<code>Content-Type</code>`, <var>mimeType</var>) », and <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body②①">body</a> is <var>dataURLStruct</var>’s <a data-link-type="dfn" href="#data-url-struct-body" id="ref-for-data-url-struct-body">body</a> <a data-link-type="dfn" href="#byte-sequence-as-a-body" id="ref-for-byte-sequence-as-a-body③">as a body</a>. </p> </ol> <dt>"<code>file</code>" <dd> <p>For now, unfortunate as it is, <code>file:</code> <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url①⑧">URLs</a> are left as an exercise for the reader. </p> <p>When in doubt, return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error③①">network error</a>. </p> <dt><a data-link-type="dfn" href="#http-scheme" id="ref-for-http-scheme⑧">HTTP(S) scheme</a> <dd> <p>Return the result of running <a data-link-type="dfn" href="#concept-http-fetch" id="ref-for-concept-http-fetch⑤">HTTP fetch</a> given <var>fetchParams</var>. </p> </dl> <li> <p>Return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error③②">network error</a>. </p> </ol> </div> <div class="algorithm" data-algorithm="determine the environment" data-algorithm-for="request"> <p>To <dfn class="dfn-paneled" data-dfn-for="request" data-dfn-type="dfn" data-noexport id="request-determine-the-environment">determine the environment</dfn>, given a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⓪⑧">request</a> <var>request</var>: </p> <ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-reserved-client" id="ref-for-concept-request-reserved-client②">reserved client</a> is non-null, then return <var>request</var>’s <a data-link-type="dfn" href="#concept-request-reserved-client" id="ref-for-concept-request-reserved-client③">reserved client</a>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client①⑨">client</a> is non-null, then return <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client②⓪">client</a>. </p> <li> <p>Return null. </p> </ol> </div> <h3 class="heading settled" data-level="4.3" id="http-fetch"><span class="secno">4.3. </span><span class="content">HTTP fetch</span><a class="self-link" href="#http-fetch"></a></h3> <div class="algorithm" data-algorithm="HTTP fetch"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-http-fetch">HTTP fetch</dfn>, given a <a data-link-type="dfn" href="#fetch-params" id="ref-for-fetch-params⑦">fetch params</a> <var>fetchParams</var> and an optional boolean <var>makeCORSPreflight</var> (default false), run these steps: </p> <ol> <li> <p>Let <var>request</var> be <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request①④">request</a>. </p> <li> <p>Let <var>response</var> and <var>internalResponse</var> be null. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#request-service-workers-mode" id="ref-for-request-service-workers-mode">service-workers mode</a> is "<code>all</code>", then: </p> <ol> <li> <p>Let <var>requestForServiceWorker</var> be a <a data-link-type="dfn" href="#concept-request-clone" id="ref-for-concept-request-clone">clone</a> of <var>request</var>. </p> <li> <p>If <var>requestForServiceWorker</var>’s <a data-link-type="dfn" href="#concept-body" id="ref-for-concept-body⑧">body</a> is non-null, then: </p> <ol> <li> <p>Let <var>transformStream</var> be a new <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#transformstream" id="ref-for-transformstream②">TransformStream</a></code>. </p> <li> <p>Let <var>transformAlgorithm</var> given <var>chunk</var> be these steps: </p> <ol> <li> <p>If <var>fetchParams</var> is <a data-link-type="dfn" href="#fetch-params-canceled" id="ref-for-fetch-params-canceled②">canceled</a>, then abort these steps. </p> <li> <p>If <var>chunk</var> is not a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-Uint8Array" id="ref-for-idl-Uint8Array①">Uint8Array</a></code> object, then <a data-link-type="dfn" href="#fetch-controller-terminate" id="ref-for-fetch-controller-terminate①">terminate</a> <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller⑦">controller</a>. </p> <li> <p>Otherwise, <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-enqueue" id="ref-for-readablestream-enqueue">enqueue</a> <var>chunk</var> in <var>transformStream</var>. The user agent may split the chunk into <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined①⑥">implementation-defined</a> practical sizes and <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-enqueue" id="ref-for-readablestream-enqueue①">enqueue</a> each of them. The user agent also may concatenate the chunks into an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined①⑦">implementation-defined</a> practical size and <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-enqueue" id="ref-for-readablestream-enqueue②">enqueue</a> it. </p> </ol> <li> <p><a data-link-type="dfn" href="https://streams.spec.whatwg.org/#transformstream-set-up" id="ref-for-transformstream-set-up①">Set up</a> <var>transformStream</var> with <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#transformstream-set-up-transformalgorithm" id="ref-for-transformstream-set-up-transformalgorithm①"><i>transformAlgorithm</i></a> set to <var>transformAlgorithm</var>. </p> <li> <p>Set <var>requestForServiceWorker</var>’s <a data-link-type="dfn" href="#concept-body" id="ref-for-concept-body⑨">body</a>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream⑦">stream</a> to the result of <var>requestForServiceWorker</var>’s <a data-link-type="dfn" href="#concept-body" id="ref-for-concept-body①⓪">body</a>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream⑧">stream</a> <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-pipe-through" id="ref-for-readablestream-pipe-through①">piped through</a> <var>transformStream</var>. </p> </ol> <li> <p>Let <var>serviceWorkerStartTime</var> be the <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-coarsened-shared-current-time" id="ref-for-dfn-coarsened-shared-current-time①">coarsened shared current time</a> given <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-cross-origin-isolated-capability" id="ref-for-fetch-params-cross-origin-isolated-capability①">cross-origin isolated capability</a>. </p> <li> <p>Set <var>response</var> to the result of invoking <a data-link-type="dfn" href="https://w3c.github.io/ServiceWorker/#handle-fetch" id="ref-for-handle-fetch①">handle fetch</a> for <var>requestForServiceWorker</var>, with <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller⑧">controller</a> and <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-cross-origin-isolated-capability" id="ref-for-fetch-params-cross-origin-isolated-capability②">cross-origin isolated capability</a>. <a data-link-type="biblio" href="#biblio-html" title="HTML Standard">[HTML]</a> <a data-link-type="biblio" href="#biblio-sw" title="Service Workers">[SW]</a> </p> <li> <p>If <var>response</var> is non-null, then: </p> <ol> <li> <p>Set <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-timing-info" id="ref-for-fetch-params-timing-info③">timing info</a>’s <a data-link-type="dfn" href="#fetch-timing-info-final-service-worker-start-time" id="ref-for-fetch-timing-info-final-service-worker-start-time">final service worker start time</a> to <var>serviceWorkerStartTime</var>. </p> <li>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body⑦">body</a> is non-null, then <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-cancel" id="ref-for-readablestream-cancel">cancel</a> <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body⑧">body</a> with undefined. <li> <p>Set <var>internalResponse</var> to <var>response</var>, if <var>response</var> is not a <a data-link-type="dfn" href="#concept-filtered-response" id="ref-for-concept-filtered-response①③">filtered response</a>; otherwise to <var>response</var>’s <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response①⑤">internal response</a>. </p> <li> <p>If one of the following is true </p> <ul class="brief"> <li> <p><var>response</var>’s <a data-link-type="dfn" href="#concept-response-type" id="ref-for-concept-response-type⑦">type</a> is "<code>error</code>" </p> <li> <p><var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode①⑤">mode</a> is "<code>same-origin</code>" and <var>response</var>’s <a data-link-type="dfn" href="#concept-response-type" id="ref-for-concept-response-type⑧">type</a> is "<code>cors</code>" </p> <li> <p><var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode①⑥">mode</a> is not "<code>no-cors</code>" and <var>response</var>’s <a data-link-type="dfn" href="#concept-response-type" id="ref-for-concept-response-type⑨">type</a> is "<code>opaque</code>" </p> <li><var>request</var>’s <a data-link-type="dfn" href="#concept-request-redirect-mode" id="ref-for-concept-request-redirect-mode②">redirect mode</a> is not "<code>manual</code>" and <var>response</var>’s <a data-link-type="dfn" href="#concept-response-type" id="ref-for-concept-response-type①⓪">type</a> is "<code>opaqueredirect</code>" <li><var>request</var>’s <a data-link-type="dfn" href="#concept-request-redirect-mode" id="ref-for-concept-request-redirect-mode③">redirect mode</a> is not "<code>follow</code>" and <var>response</var>’s <a data-link-type="dfn" href="#concept-response-url-list" id="ref-for-concept-response-url-list⑨">URL list</a> has more than one item. </ul> <p>then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error③③">network error</a>. </p> </ol> </ol> <li> <p>If <var>response</var> is null, then: </p> <ol> <li> <p>If <var>makeCORSPreflight</var> is true and one of these conditions is true: </p> <ul class="brief"> <li> <p>There is no <a data-link-type="dfn" href="#concept-cache-match-method" id="ref-for-concept-cache-match-method">method cache entry match</a> for <var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method⑧">method</a> using <var>request</var>, and either <var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method⑨">method</a> is not a <a data-link-type="dfn" href="#cors-safelisted-method" id="ref-for-cors-safelisted-method②">CORS-safelisted method</a> or <var>request</var>’s <a data-link-type="dfn" href="#use-cors-preflight-flag" id="ref-for-use-cors-preflight-flag③">use-CORS-preflight flag</a> is set. </p> <li>There is at least one <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-item" id="ref-for-list-item①">item</a> in the <a data-link-type="dfn" href="#cors-unsafe-request-header-names" id="ref-for-cors-unsafe-request-header-names①">CORS-unsafe request-header names</a> with <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list①④">header list</a> for which there is no <a data-link-type="dfn" href="#concept-cache-match-header" id="ref-for-concept-cache-match-header">header-name cache entry match</a> using <var>request</var>. </ul> <p>Then: </p> <ol> <li> <p>Let <var>preflightResponse</var> be the result of running <a data-link-type="dfn" href="#cors-preflight-fetch-0" id="ref-for-cors-preflight-fetch-0①">CORS-preflight fetch</a> given <var>request</var>. </p> <li> <p>If <var>preflightResponse</var> is a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error③④">network error</a>, then return <var>preflightResponse</var>. </p> </ol> <p class="note" role="note">This step checks the <a data-link-type="dfn" href="#concept-cache" id="ref-for-concept-cache">CORS-preflight cache</a> and if there is no suitable entry it performs a <a data-link-type="dfn" href="#cors-preflight-fetch-0" id="ref-for-cors-preflight-fetch-0②">CORS-preflight fetch</a> which, if successful, populates the cache. The purpose of the <a data-link-type="dfn" href="#cors-preflight-fetch-0" id="ref-for-cors-preflight-fetch-0③">CORS-preflight fetch</a> is to ensure the <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch②⑤">fetched</a> resource is familiar with the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol①⑥">CORS protocol</a>. The cache is there to minimize the number of <a data-link-type="dfn" href="#cors-preflight-fetch-0" id="ref-for-cors-preflight-fetch-0④">CORS-preflight fetches</a>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-redirect-mode" id="ref-for-concept-request-redirect-mode④">redirect mode</a> is "<code>follow</code>", then set <var>request</var>’s <a data-link-type="dfn" href="#request-service-workers-mode" id="ref-for-request-service-workers-mode①">service-workers mode</a> to "<code>none</code>". </p> <p class="note" role="note">Redirects coming from the network (as opposed to from a service worker) are not to be exposed to a service worker. </p> <li> <p>Set <var>response</var> and <var>internalResponse</var> to the result of running <a data-link-type="dfn" href="#concept-http-network-or-cache-fetch" id="ref-for-concept-http-network-or-cache-fetch">HTTP-network-or-cache fetch</a> given <var>fetchParams</var>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting①①">response tainting</a> is "<code>cors</code>" and a <a data-link-type="dfn" href="#concept-cors-check" id="ref-for-concept-cors-check">CORS check</a> for <var>request</var> and <var>response</var> returns failure, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error③⑤">network error</a>. </p> <p class="note" role="note">As the <a data-link-type="dfn" href="#concept-cors-check" id="ref-for-concept-cors-check①">CORS check</a> is not to be applied to <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑤⑤">responses</a> whose <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status⑨">status</a> is 304 or 407, or <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑤⑥">responses</a> from a service worker for that matter, it is applied here. </p> <li> <p>If the <a data-link-type="dfn" href="#concept-tao-check" id="ref-for-concept-tao-check">TAO check</a> for <var>request</var> and <var>response</var> returns failure, then set <var>request</var>’s <a data-link-type="dfn" href="#timing-allow-failed" id="ref-for-timing-allow-failed③">timing allow failed flag</a>. </p> </ol> <li> <p>If either <var>request</var>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting①②">response tainting</a> or <var>response</var>’s <a data-link-type="dfn" href="#concept-response-type" id="ref-for-concept-response-type①①">type</a> is "<code>opaque</code>", and the <a data-link-type="dfn" href="#cross-origin-resource-policy-check" id="ref-for-cross-origin-resource-policy-check">cross-origin resource policy check</a> with <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin①⑤">origin</a>, <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client②①">client</a>, <var>request</var>’s <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination①⑦">destination</a>, and <var>internalResponse</var> returns <b>blocked</b>, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error③⑥">network error</a>. </p> <p class="note" role="note">The <a data-link-type="dfn" href="#cross-origin-resource-policy-check" id="ref-for-cross-origin-resource-policy-check①">cross-origin resource policy check</a> runs for responses coming from the network and responses coming from the service worker. This is different from the <a data-link-type="dfn" href="#concept-cors-check" id="ref-for-concept-cors-check②">CORS check</a>, as <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client②②">client</a> and the service worker can have different embedder policies. </p> <li> <p>If <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status①⓪">status</a> is a <a data-link-type="dfn" href="#redirect-status" id="ref-for-redirect-status②">redirect status</a>: </p> <ol> <li> <p>If <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status①①">status</a> is not 303, <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body⑨">body</a> is non-null, and the <a data-link-type="dfn" href="#concept-connection" id="ref-for-concept-connection①①">connection</a> uses HTTP/2, then user agents may, and are even encouraged to, transmit an <code>RST_STREAM</code> frame. </p> <p class="note" role="note">303 is excluded as certain communities ascribe special status to it. </p> <li> <p>Switch on <var>request</var>’s <a data-link-type="dfn" href="#concept-request-redirect-mode" id="ref-for-concept-request-redirect-mode⑤">redirect mode</a>: </p> <dl class="switch"> <dt>"<code>error</code>" <dd> <ol> <li> <p>Set <var>response</var> to a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error③⑦">network error</a>.</p> </ol> <dt>"<code>manual</code>" <dd> <ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode①⑦">mode</a> is "<code>navigate</code>", then set <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller⑨">controller</a>’s <a data-link-type="dfn" href="#fetch-controller-next-manual-redirect-steps" id="ref-for-fetch-controller-next-manual-redirect-steps②">next manual redirect steps</a> to run <a data-link-type="dfn" href="#concept-http-redirect-fetch" id="ref-for-concept-http-redirect-fetch">HTTP-redirect fetch</a> given <var>fetchParams</var> and <var>response</var>. </p> <li> <p>Otherwise, set <var>response</var> to an <a data-link-type="dfn" href="#concept-filtered-response-opaque-redirect" id="ref-for-concept-filtered-response-opaque-redirect④">opaque-redirect filtered response</a> whose <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response①⑥">internal response</a> is <var>internalResponse</var>. </p> </ol> <dt>"<code>follow</code>" <dd> <ol> <li> <p>Set <var>response</var> to the result of running <a data-link-type="dfn" href="#concept-http-redirect-fetch" id="ref-for-concept-http-redirect-fetch①">HTTP-redirect fetch</a> given <var>fetchParams</var> and <var>response</var>.</p> </ol> </dl> </ol> <li> <p>Return <var>response</var>. <span class="note">Typically <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body②②">body</a>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream⑨">stream</a> is still being enqueued to after returning.</span> </p> </ol> </div> <h3 class="heading settled" data-level="4.4" id="http-redirect-fetch"><span class="secno">4.4. </span><span class="content">HTTP-redirect fetch</span><a class="self-link" href="#http-redirect-fetch"></a></h3> <div class="algorithm" data-algorithm="HTTP-redirect fetch"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="concept-http-redirect-fetch">HTTP-redirect fetch</dfn>, given a <a data-link-type="dfn" href="#fetch-params" id="ref-for-fetch-params⑧">fetch params</a> <var>fetchParams</var> and a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑤⑦">response</a> <var>response</var>, run these steps: </p> <ol> <li> <p>Let <var>request</var> be <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request①⑤">request</a>. </p> <li> <p>Let <var>internalResponse</var> be <var>response</var>, if <var>response</var> is not a <a data-link-type="dfn" href="#concept-filtered-response" id="ref-for-concept-filtered-response①④">filtered response</a>; otherwise <var>response</var>’s <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response①⑦">internal response</a>. </p> <li> <p>Let <var>locationURL</var> be <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-location-url" id="ref-for-concept-response-location-url①">location URL</a> given <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url②①">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-fragment" id="ref-for-concept-url-fragment②">fragment</a>. </p> <li> <p>If <var>locationURL</var> is null, then return <var>response</var>. </p> <li> <p>If <var>locationURL</var> is failure, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error③⑧">network error</a>. </p> <li> <p>If <var>locationURL</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme①④">scheme</a> is not an <a data-link-type="dfn" href="#http-scheme" id="ref-for-http-scheme⑨">HTTP(S) scheme</a>, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error③⑨">network error</a>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-redirect-count" id="ref-for-concept-request-redirect-count①">redirect count</a> is 20, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error④⓪">network error</a>. </p> <li> <p>Increase <var>request</var>’s <a data-link-type="dfn" href="#concept-request-redirect-count" id="ref-for-concept-request-redirect-count②">redirect count</a> by 1. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode①⑧">mode</a> is "<code>cors</code>", <var>locationURL</var> <a data-link-type="dfn" href="https://url.spec.whatwg.org/#include-credentials" id="ref-for-include-credentials">includes credentials</a>, and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin①⑥">origin</a> is not <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#same-origin" id="ref-for-same-origin⑦">same origin</a> with <var>locationURL</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin①⑥">origin</a>, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error④①">network error</a>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting①③">response tainting</a> is "<code>cors</code>" and <var>locationURL</var> <a data-link-type="dfn" href="https://url.spec.whatwg.org/#include-credentials" id="ref-for-include-credentials①">includes credentials</a>, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error④②">network error</a>. </p> <p class="note" role="note">This catches a cross-origin resource redirecting to a same-origin URL. </p> <li> <p>If <var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status①②">status</a> is not 303, <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body①⓪">body</a> is non-null, and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body①①">body</a>’s <a data-link-type="dfn" href="#concept-body-source" id="ref-for-concept-body-source①">source</a> is null, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error④③">network error</a>. </p> <li> <p>If one of the following is true </p> <ul class="brief"> <li> <p><var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status①③">status</a> is 301 or 302 and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method①⓪">method</a> is `<code>POST</code>` </p> <li> <p><var>internalResponse</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status①④">status</a> is 303 and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method①①">method</a> is not `<code>GET</code>` or `<code>HEAD</code>` </p> </ul> <p>then: </p> <ol> <li> <p>Set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method①②">method</a> to `<code>GET</code>` and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body①②">body</a> to null. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate①⓪">For each</a> <var>headerName</var> of <a data-link-type="dfn" href="#request-body-header-name" id="ref-for-request-body-header-name">request-body-header name</a>, <a data-link-type="dfn" href="#concept-header-list-delete" id="ref-for-concept-header-list-delete">delete</a> <var>headerName</var> from <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list①⑤">header list</a>. </p> </ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url②②">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin①⑦">origin</a> is not <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#same-origin" id="ref-for-same-origin⑧">same origin</a> with <var>locationURL</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin①⑧">origin</a>, then <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate①①">for each</a> <var>headerName</var> of <a data-link-type="dfn" href="#cors-non-wildcard-request-header-name" id="ref-for-cors-non-wildcard-request-header-name">CORS non-wildcard request-header name</a>, <a data-link-type="dfn" href="#concept-header-list-delete" id="ref-for-concept-header-list-delete①">delete</a> <var>headerName</var> from <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list①⑥">header list</a>. </p> <p class="note" role="note">I.e., the moment another origin is seen after the initial request, the `<code>Authorization</code>` header is removed. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body①③">body</a> is non-null, then set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body①④">body</a> to the <a data-link-type="dfn" href="#body-with-type-body" id="ref-for-body-with-type-body③">body</a> of the result of <a data-link-type="dfn" href="#bodyinit-safely-extract" id="ref-for-bodyinit-safely-extract④">safely extracting</a> <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body①⑤">body</a>’s <a data-link-type="dfn" href="#concept-body-source" id="ref-for-concept-body-source②">source</a>. </p> <p class="note" role="note"><var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body①⑥">body</a>’s <a data-link-type="dfn" href="#concept-body-source" id="ref-for-concept-body-source③">source</a>’s nullity has already been checked. </p> <li> <p>Let <var>timingInfo</var> be <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-timing-info" id="ref-for-fetch-params-timing-info④">timing info</a>. </p> <li> <p>Set <var>timingInfo</var>’s <a data-link-type="dfn" href="#fetch-timing-info-redirect-end-time" id="ref-for-fetch-timing-info-redirect-end-time">redirect end time</a> and <a data-link-type="dfn" href="#fetch-timing-info-post-redirect-start-time" id="ref-for-fetch-timing-info-post-redirect-start-time②">post-redirect start time</a> to the <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-coarsened-shared-current-time" id="ref-for-dfn-coarsened-shared-current-time②">coarsened shared current time</a> given <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-cross-origin-isolated-capability" id="ref-for-fetch-params-cross-origin-isolated-capability③">cross-origin isolated capability</a>. </p> <li> <p>If <var>timingInfo</var>’s <a data-link-type="dfn" href="#fetch-timing-info-redirect-start-time" id="ref-for-fetch-timing-info-redirect-start-time">redirect start time</a> is 0, then set <var>timingInfo</var>’s <a data-link-type="dfn" href="#fetch-timing-info-redirect-start-time" id="ref-for-fetch-timing-info-redirect-start-time①">redirect start time</a> to <var>timingInfo</var>’s <a data-link-type="dfn" href="#fetch-timing-info-start-time" id="ref-for-fetch-timing-info-start-time③">start time</a>. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append⑨">Append</a> <var>locationURL</var> to <var>request</var>’s <a data-link-type="dfn" href="#concept-request-url-list" id="ref-for-concept-request-url-list⑤">URL list</a>. </p> <li> <p>Invoke <a data-link-type="dfn" href="https://w3c.github.io/webappsec-referrer-policy/#set-requests-referrer-policy-on-redirect" id="ref-for-set-requests-referrer-policy-on-redirect">set <var>request</var>’s referrer policy on redirect</a> on <var>request</var> and <var>internalResponse</var>. <a data-link-type="biblio" href="#biblio-referrer" title="Referrer Policy">[REFERRER]</a> </p> <li> <p>Let <var>recursive</var> be true. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-redirect-mode" id="ref-for-concept-request-redirect-mode⑥">redirect mode</a> is "<code>manual</code>", then: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert②⓪">Assert</a>: <var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode①⑨">mode</a> is "<code>navigate</code>". </p> <li> <p>Set <var>recursive</var> to false. </p> </ol> <li> <p>Return the result of running <a data-link-type="dfn" href="#concept-main-fetch" id="ref-for-concept-main-fetch①">main fetch</a> given <var>fetchParams</var> and <var>recursive</var>. </p> <p class="note" role="note">This has to invoke <a data-link-type="dfn" href="#concept-main-fetch" id="ref-for-concept-main-fetch②">main fetch</a> to get <var>request</var>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting①④">response tainting</a> correct. </p> </ol> </div> <h3 class="heading settled" data-level="4.5" id="http-network-or-cache-fetch"><span class="secno">4.5. </span><span class="content">HTTP-network-or-cache fetch</span><a class="self-link" href="#http-network-or-cache-fetch"></a></h3> <div class="algorithm" data-algorithm="HTTP-network-or-cache fetch"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="concept-http-network-or-cache-fetch">HTTP-network-or-cache fetch</dfn>, given a <a data-link-type="dfn" href="#fetch-params" id="ref-for-fetch-params⑨">fetch params</a> <var>fetchParams</var>, an optional boolean <var>isAuthenticationFetch</var> (default false), and an optional boolean <var>isNewConnectionFetch</var> (default false), run these steps: </p> <p class="note" role="note">Some implementations might support caching of partial content, as per <cite>HTTP Caching</cite>. However, this is not widely supported by browser caches. <a data-link-type="biblio" href="#biblio-http-caching" title="HTTP Caching">[HTTP-CACHING]</a> </p> <ol> <li> <p>Let <var>request</var> be <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request①⑥">request</a>. </p> <li> <p>Let <var>httpFetchParams</var> be null. </p> <li> <p>Let <var>httpRequest</var> be null. </p> <li> <p>Let <var>response</var> be null. </p> <li> <p>Let <var>storedResponse</var> be null. </p> <li> <p>Let <var>httpCache</var> be null. </p> <li> <p>Let the <var>revalidatingFlag</var> be unset. </p> <li> <p>Run these steps, but <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#abort-when" id="ref-for-abort-when">abort when</a> <var>fetchParams</var> is <a data-link-type="dfn" href="#fetch-params-canceled" id="ref-for-fetch-params-canceled③">canceled</a>: </p> <ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-window" id="ref-for-concept-request-window⑤">window</a> is "<code>no-window</code>" and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-redirect-mode" id="ref-for-concept-request-redirect-mode⑦">redirect mode</a> is "<code>error</code>", then set <var>httpFetchParams</var> to <var>fetchParams</var> and <var>httpRequest</var> to <var>request</var>. </p> <li> <p>Otherwise: </p> <ol> <li> <p>Set <var>httpRequest</var> to a <a data-link-type="dfn" href="#concept-request-clone" id="ref-for-concept-request-clone①">clone</a> of <var>request</var>. </p> <p class="note" role="note">Implementations are encouraged to avoid teeing <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body①⑦">body</a>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream①⓪">stream</a> when <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body①⑧">body</a>’s <a data-link-type="dfn" href="#concept-body-source" id="ref-for-concept-body-source④">source</a> is null as only a single body is needed in that case. E.g., when <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body①⑨">body</a>’s <a data-link-type="dfn" href="#concept-body-source" id="ref-for-concept-body-source⑤">source</a> is null, redirects and authentication will end up failing the fetch. </p> <li> <p>Set <var>httpFetchParams</var> to a copy of <var>fetchParams</var>. </p> <li> <p>Set <var>httpFetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request①⑦">request</a> to <var>httpRequest</var>. </p> </ol> <li> <p>Let <var>includeCredentials</var> be true if one of </p> <ul class="brief"> <li><var>request</var>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode①⓪">credentials mode</a> is "<code>include</code>" <li><var>request</var>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode①①">credentials mode</a> is "<code>same-origin</code>" and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting①⑤">response tainting</a> is "<code>basic</code>" </ul> <p>is true; otherwise false. </p> <li> <p>If <a data-link-type="dfn" href="#cross-origin-embedder-policy-allows-credentials" id="ref-for-cross-origin-embedder-policy-allows-credentials">Cross-Origin-Embedder-Policy allows credentials</a> with <var>request</var> returns false, then set <var>includeCredentials</var> to false. </p> <li> <p>Let <var>contentLength</var> be <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body②⓪">body</a>’s <a data-link-type="dfn" href="#concept-body-total-bytes" id="ref-for-concept-body-total-bytes①">length</a>, if <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body②①">body</a> is non-null; otherwise null. </p> <li> <p>Let <var>contentLengthHeaderValue</var> be null. </p> <li> <p>If <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body②②">body</a> is null and <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method①③">method</a> is `<code>POST</code>` or `<code>PUT</code>`, then set <var>contentLengthHeaderValue</var> to `<code>0</code>`. </p> <li> <p>If <var>contentLength</var> is non-null, then set <var>contentLengthHeaderValue</var> to <var>contentLength</var>, <a data-link-type="dfn" href="#serialize-an-integer" id="ref-for-serialize-an-integer⑦">serialized</a> and <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-encode" id="ref-for-isomorphic-encode⑨">isomorphic encoded</a>. </p> <li> <p>If <var>contentLengthHeaderValue</var> is non-null, then <a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append⑤">append</a> (`<code>Content-Length</code>`, <var>contentLengthHeaderValue</var>) to <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list①⑦">header list</a>. </p> <li> <p>If <var>contentLength</var> is non-null and <var>httpRequest</var>’s <a data-link-type="dfn" href="#request-keepalive-flag" id="ref-for-request-keepalive-flag①">keepalive</a> is true, then: </p> <ol> <li> <p>Let <var>inflightKeepaliveBytes</var> be 0. </p> <li> <p>Let <var>group</var> be <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client②③">client</a>’s <a data-link-type="dfn" href="#concept-fetch-group" id="ref-for-concept-fetch-group③">fetch group</a>. </p> <li> <p>Let <var>inflightRecords</var> be the set of <a data-link-type="dfn" href="#concept-fetch-record" id="ref-for-concept-fetch-record⑦">fetch records</a> in <var>group</var> whose <a data-link-type="dfn" href="#concept-fetch-record-request" id="ref-for-concept-fetch-record-request②">request</a>’s <a data-link-type="dfn" href="#request-keepalive-flag" id="ref-for-request-keepalive-flag②">keepalive</a> is true and <a data-link-type="dfn" href="#done-flag" id="ref-for-done-flag③">done flag</a> is unset. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate①②">For each</a> <var>fetchRecord</var> of <var>inflightRecords</var>: </p> <ol> <li> <p>Let <var>inflightRequest</var> be <var>fetchRecord</var>’s <a data-link-type="dfn" href="#concept-fetch-record-request" id="ref-for-concept-fetch-record-request③">request</a>. </p> <li> <p>Increment <var>inflightKeepaliveBytes</var> by <var>inflightRequest</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body②③">body</a>’s <a data-link-type="dfn" href="#concept-body-total-bytes" id="ref-for-concept-body-total-bytes②">length</a>. </p> </ol> <li> <p>If the sum of <var>contentLength</var> and <var>inflightKeepaliveBytes</var> is greater than 64 kibibytes, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error④④">network error</a>. </p> </ol> <p class="note" role="note">The above limit ensures that requests that are allowed to outlive the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object①⓪">environment settings object</a> and contain a body, have a bounded size and are not allowed to stay alive indefinitely. </p> <li> <p>If <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer④">referrer</a> is a <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url①⑨">URL</a>, then: </p> <ol> <li> <p>Let <var>referrerValue</var> be <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer⑤">referrer</a>, <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-serializer" id="ref-for-concept-url-serializer①">serialized</a> and <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-encode" id="ref-for-isomorphic-encode①⓪">isomorphic encoded</a>. </p> <li> <p><a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append⑥">Append</a> (`<code>Referer</code>`, <var>referrerValue</var>) to <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list①⑧">header list</a>. </p> </ol> <li> <p><a data-link-type="dfn" href="#append-a-request-origin-header" id="ref-for-append-a-request-origin-header">Append a request `<code>Origin</code>` header</a> for <var>httpRequest</var>. </p> <li> <p><a data-link-type="abstract-op" href="https://w3c.github.io/webappsec-fetch-metadata/#abstract-opdef-append-the-fetch-metadata-headers-for-a-request" id="ref-for-abstract-opdef-append-the-fetch-metadata-headers-for-a-request">Append the Fetch metadata headers for <var>httpRequest</var></a>. <a data-link-type="biblio" href="#biblio-fetch-metadata" title="Fetch Metadata Request Headers">[FETCH-METADATA]</a> </p> <li> <p>If <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-initiator" id="ref-for-concept-request-initiator⑤">initiator</a> is "<code>prefetch</code>", then <a data-link-type="dfn" href="#concept-header-list-set-structured-header" id="ref-for-concept-header-list-set-structured-header">set a structured field value</a> given (`<a data-link-type="http-header" href="#http-sec-purpose" id="ref-for-http-sec-purpose①"><code>Sec-Purpose</code></a>`, the <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9651.html#token" id="ref-for-token②">token</a> <code>prefetch</code>) in <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list①⑨">header list</a>. </p> <li> <p>If <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list②⓪">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains①②">does not contain</a> `<code>User-Agent</code>`, then user agents should <a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append⑦">append</a> (`<code>User-Agent</code>`, <a data-link-type="dfn" href="#default-user-agent-value" id="ref-for-default-user-agent-value">default `<code>User-Agent</code>` value</a>) to <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list②①">header list</a>. </p> <li> <p>If <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode①">cache mode</a> is "<code>default</code>" and <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list②②">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains①③">contains</a> `<code>If-Modified-Since</code>`, `<code>If-None-Match</code>`, `<code>If-Unmodified-Since</code>`, `<code>If-Match</code>`, or `<code>If-Range</code>`, then set <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode②">cache mode</a> to "<code>no-store</code>". </p> <li> <p>If <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode③">cache mode</a> is "<code>no-cache</code>", <var>httpRequest</var>’s <a data-link-type="dfn" href="#no-cache-prevent-cache-control" id="ref-for-no-cache-prevent-cache-control">prevent no-cache cache-control header modification flag</a> is unset, and <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list②③">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains①④">does not contain</a> `<code>Cache-Control</code>`, then <a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append⑧">append</a> (`<code>Cache-Control</code>`, `<code>max-age=0</code>`) to <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list②④">header list</a>. </p> <li> <p>If <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode④">cache mode</a> is "<code>no-store</code>" or "<code>reload</code>", then: </p> <ol> <li> <p>If <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list②⑤">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains①⑤">does not contain</a> `<code>Pragma</code>`, then <a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append⑨">append</a> (`<code>Pragma</code>`, `<code>no-cache</code>`) to <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list②⑥">header list</a>. </p> <li> <p>If <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list②⑦">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains①⑥">does not contain</a> `<code>Cache-Control</code>`, then <a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append①⓪">append</a> (`<code>Cache-Control</code>`, `<code>no-cache</code>`) to <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list②⑧">header list</a>. </p> </ol> <li> <p>If <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list②⑨">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains①⑦">contains</a> `<code>Range</code>`, then <a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append①①">append</a> (`<code>Accept-Encoding</code>`, `<code>identity</code>`) to <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list③⓪">header list</a>. </p> <div class="note" role="note"> <p>This avoids a failure when <a data-link-type="dfn" href="#handle-content-codings" id="ref-for-handle-content-codings">handling content codings</a> with a part of an encoded <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑤⑧">response</a>. </p> <p>Additionally, <a href="https://jakearchibald.github.io/accept-encoding-range-test/">many servers</a> mistakenly ignore `<code>Range</code>` headers if a non-identity encoding is accepted. </p> </div> <li> <p>Modify <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list③①">header list</a> per HTTP. Do not <a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append①②">append</a> a given <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑤⓪">header</a> if <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list③②">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains①⑧">contains</a> that <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑤①">header</a>’s <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name②⓪">name</a>. </p> <p class="note" role="note">It would be great if we could make this more normative somehow. At this point <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑤②">headers</a> such as `<code>Accept-Encoding</code>`, `<code>Connection</code>`, `<code>DNT</code>`, and `<code>Host</code>`, are to be <a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append①③">appended</a> if necessary. </p> <p>`<code>Accept</code>`, `<code>Accept-Charset</code>`, and `<code>Accept-Language</code>` must not be included at this point. </p> <p class="note" role="note">`<code>Accept</code>` and `<code>Accept-Language</code>` are already included (unless <a class="idl-code" data-link-type="method" href="#dom-global-fetch" id="ref-for-dom-global-fetch③"><code>fetch()</code></a> is used, which does not include the latter by default), and `<code>Accept-Charset</code>` is a waste of bytes. See <a data-link-type="dfn" href="#http-header-layer-division" id="ref-for-http-header-layer-division">HTTP header layer division</a> for more details. </p> <li> <p>If <var>includeCredentials</var> is true, then: </p> <ol> <li> <p>If the user agent is not configured to block cookies for <var>httpRequest</var> (see <a href="https://httpwg.org/specs/rfc6265.html#privacy-considerations">section 7</a> of <a data-link-type="biblio" href="#biblio-cookies" title="HTTP State Management Mechanism">[COOKIES]</a>), then: </p> <ol> <li> <p>Let <var>cookies</var> be the result of running the "cookie-string" algorithm (see <a href="https://httpwg.org/specs/rfc6265.html#cookie">section 5.4</a> of <a data-link-type="biblio" href="#biblio-cookies" title="HTTP State Management Mechanism">[COOKIES]</a>) with the user agent’s cookie store and <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url②③">current URL</a>. </p> <li>If <var>cookies</var> is not the empty string, then <a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append①④">append</a> (`<code>Cookie</code>`, <var>cookies</var>) to <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list③③">header list</a>. </ol> <li> <p>If <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list③④">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains①⑨">does not contain</a> `<code>Authorization</code>`, then: </p> <ol> <li> <p>Let <var>authorizationValue</var> be null. </p> <li> <p>If there’s an <a data-link-type="dfn" href="#authentication-entry" id="ref-for-authentication-entry③">authentication entry</a> for <var>httpRequest</var> and either <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-use-url-credentials-flag" id="ref-for-concept-request-use-url-credentials-flag">use-URL-credentials flag</a> is unset or <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url②④">current URL</a> does not <a data-link-type="dfn" href="https://url.spec.whatwg.org/#include-credentials" id="ref-for-include-credentials②">include credentials</a>, then set <var>authorizationValue</var> to <a data-link-type="dfn" href="#authentication-entry" id="ref-for-authentication-entry④">authentication entry</a>. </p> <li> <p>Otherwise, if <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url②⑤">current URL</a> does <a data-link-type="dfn" href="https://url.spec.whatwg.org/#include-credentials" id="ref-for-include-credentials③">include credentials</a> and <var>isAuthenticationFetch</var> is true, set <var>authorizationValue</var> to <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url②⑥">current URL</a>, <span class="XXX">converted to an `<code>Authorization</code>` value</span>. </p> <li> <p>If <var>authorizationValue</var> is non-null, then <a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append①⑤">append</a> (`<code>Authorization</code>`, <var>authorizationValue</var>) to <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list③⑤">header list</a>. </p> </ol> </ol> <li> <p>If there’s a <a data-link-type="dfn" href="#proxy-authentication-entry" id="ref-for-proxy-authentication-entry">proxy-authentication entry</a>, use it as appropriate. </p> <p class="note" role="note">This intentionally does not depend on <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode①②">credentials mode</a>. </p> <li> <p>Set <var>httpCache</var> to the result of <a data-link-type="dfn" href="#determine-the-http-cache-partition" id="ref-for-determine-the-http-cache-partition">determining the HTTP cache partition</a>, given <var>httpRequest</var>. </p> <li> <p>If <var>httpCache</var> is null, then set <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode⑤">cache mode</a> to "<code>no-store</code>". </p> <li> <p>If <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode⑥">cache mode</a> is neither "<code>no-store</code>" nor "<code>reload</code>", then: </p> <ol> <li> <p>Set <var>storedResponse</var> to the result of selecting a response from the <var>httpCache</var>, possibly needing validation, as per the "<a data-link-type="dfn" href="https://httpwg.org/specs/rfc9111.html#constructing.responses.from.caches" id="ref-for-constructing.responses.from.caches">Constructing Responses from Caches</a>" chapter of <cite>HTTP Caching</cite>, if any. <a data-link-type="biblio" href="#biblio-http-caching" title="HTTP Caching">[HTTP-CACHING]</a> </p> <p class="note" role="note">As mandated by HTTP, this still takes the `<code>Vary</code>` <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑤③">header</a> into account. </p> <li> <p>If <var>storedResponse</var> is non-null, then: </p> <ol> <li> <p>If <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode⑦">cache mode</a> is "<code>default</code>", <var>storedResponse</var> is a <a data-link-type="dfn" href="#concept-stale-while-revalidate-response" id="ref-for-concept-stale-while-revalidate-response②">stale-while-revalidate response</a>, and <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client②④">client</a> is non-null, then: </p> <ol> <li> <p>Set <var>response</var> to <var>storedResponse</var>. </p> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-cache-state" id="ref-for-concept-response-cache-state①">cache state</a> to "<code>local</code>". </p> <li> <p>Let <var>revalidateRequest</var> be a <a data-link-type="dfn" href="#concept-request-clone" id="ref-for-concept-request-clone②">clone</a> of <var>request</var>. </p> <li> <p>Set <var>revalidateRequest</var>’s <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode⑧">cache mode</a> set to "<code>no-cache</code>". </p> <li> <p>Set <var>revalidateRequest</var>’s <a data-link-type="dfn" href="#no-cache-prevent-cache-control" id="ref-for-no-cache-prevent-cache-control①">prevent no-cache cache-control header modification flag</a>. </p> <li> <p>Set <var>revalidateRequest</var>’s <a data-link-type="dfn" href="#request-service-workers-mode" id="ref-for-request-service-workers-mode②">service-workers mode</a> set to "<code>none</code>". </p> <li> <p><a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel" id="ref-for-in-parallel②">In parallel</a>, run <a data-link-type="dfn" href="#concept-main-fetch" id="ref-for-concept-main-fetch③">main fetch</a> given a new <a data-link-type="dfn" href="#fetch-params" id="ref-for-fetch-params①⓪">fetch params</a> whose <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request①⑧">request</a> is <var>revalidateRequest</var>. </p> <p class="note" role="note">This fetch is only meant to update the state of <var>httpCache</var> and the response will be unused until another cache access. The stale response will be used as the response to current request. This fetch is issued in the context of a client so if it goes away the request will be terminated. </p> </ol> <li> <p>Otherwise: </p> <ol> <li> <p>If <var>storedResponse</var> is a <a data-link-type="dfn" href="#concept-stale-response" id="ref-for-concept-stale-response①">stale response</a>, then set the <var>revalidatingFlag</var>. </p> <li> <p>If the <var>revalidatingFlag</var> is set and <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode⑨">cache mode</a> is neither "<code>force-cache</code>" nor "<code>only-if-cached</code>", then: </p> <ol> <li> <p>If <var>storedResponse</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list②⓪">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains②⓪">contains</a> `<code>ETag</code>`, then <a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append①⑥">append</a> (`<code>If-None-Match</code>`, `<code>ETag</code>`'s <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value①⑧">value</a>) to <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list③⑥">header list</a>. </p> <li> <p>If <var>storedResponse</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list②①">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains②①">contains</a> `<code>Last-Modified</code>`, then <a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append①⑦">append</a> (`<code>If-Modified-Since</code>`, `<code>Last-Modified</code>`'s <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value①⑨">value</a>) to <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list③⑦">header list</a>. </p> </ol> <p class="note" role="note">See also the "<a data-link-type="dfn" href="https://httpwg.org/specs/rfc9111.html#validation.sent" id="ref-for-validation.sent">Sending a Validation Request</a>" chapter of <cite>HTTP Caching</cite>. <a data-link-type="biblio" href="#biblio-http-caching" title="HTTP Caching">[HTTP-CACHING]</a> </p> <li> <p>Otherwise, set <var>response</var> to <var>storedResponse</var> and set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-cache-state" id="ref-for-concept-response-cache-state②">cache state</a> to "<code>local</code>". </p> </ol> </ol> </ol> </ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#if-aborted" id="ref-for-if-aborted">If aborted</a>, then return the <a data-link-type="dfn" href="#appropriate-network-error" id="ref-for-appropriate-network-error①">appropriate network error</a> for <var>fetchParams</var>. </p> <li> <p>If <var>response</var> is null, then: </p> <ol> <li> <p>If <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode①⓪">cache mode</a> is "<code>only-if-cached</code>", then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error④⑤">network error</a>. </p> <li> <p>Let <var>forwardResponse</var> be the result of running <a data-link-type="dfn" href="#concept-http-network-fetch" id="ref-for-concept-http-network-fetch">HTTP-network fetch</a> given <var>httpFetchParams</var>, <var>includeCredentials</var>, and <var>isNewConnectionFetch</var>. </p> <li> <p>If <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method①④">method</a> is <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9110.html#rfc.section.9.2.1" id="ref-for-rfc.section.9.2.1">unsafe</a> and <var>forwardResponse</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status①⑤">status</a> is in the range 200 to 399, inclusive, invalidate appropriate stored responses in <var>httpCache</var>, as per the "<a data-link-type="dfn" href="https://httpwg.org/specs/rfc9111.html#invalidation" id="ref-for-invalidation">Invalidating Stored Responses</a>" chapter of <cite>HTTP Caching</cite>, and set <var>storedResponse</var> to null. <a data-link-type="biblio" href="#biblio-http-caching" title="HTTP Caching">[HTTP-CACHING]</a> </p> <li> <p>If the <var>revalidatingFlag</var> is set and <var>forwardResponse</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status①⑥">status</a> is 304, then: </p> <ol> <li> <p>Update <var>storedResponse</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list②②">header list</a> using <var>forwardResponse</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list②③">header list</a>, as per the "<a data-link-type="dfn" href="https://httpwg.org/specs/rfc9111.html#freshening.responses" id="ref-for-freshening.responses">Freshening Stored Responses upon Validation</a>" chapter of <cite>HTTP Caching</cite>. <a data-link-type="biblio" href="#biblio-http-caching" title="HTTP Caching">[HTTP-CACHING]</a> </p> <p class="note" role="note">This updates the stored response in cache as well. </p> <li> <p>Set <var>response</var> to <var>storedResponse</var>. </p> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-cache-state" id="ref-for-concept-response-cache-state③">cache state</a> to "<code>validated</code>". </p> </ol> <li> <p>If <var>response</var> is null, then: </p> <ol> <li> <p>Set <var>response</var> to <var>forwardResponse</var>. </p> <li> <p>Store <var>httpRequest</var> and <var>forwardResponse</var> in <var>httpCache</var>, as per the "<a data-link-type="dfn" href="https://httpwg.org/specs/rfc9111.html#response.cacheability" id="ref-for-response.cacheability">Storing Responses in Caches</a>" chapter of <cite>HTTP Caching</cite>. <a data-link-type="biblio" href="#biblio-http-caching" title="HTTP Caching">[HTTP-CACHING]</a> </p> <p class="note" role="note">If <var>forwardResponse</var> is a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error④⑥">network error</a>, this effectively caches the network error, which is sometimes known as "negative caching". </p> <p class="note" role="note">The associated <a data-link-type="dfn" href="#concept-response-body-info" id="ref-for-concept-response-body-info④">body info</a> is stored in the cache alongside the response. </p> </ol> </ol> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-url-list" id="ref-for-concept-response-url-list①⓪">URL list</a> to a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-clone" id="ref-for-list-clone①">clone</a> of <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-url-list" id="ref-for-concept-request-url-list⑥">URL list</a>. </p> <li> <p>If <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list③⑧">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains②②">contains</a> `<code>Range</code>`, then set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-range-requested-flag" id="ref-for-concept-response-range-requested-flag②">range-requested flag</a>. </p> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#response-request-includes-credentials" id="ref-for-response-request-includes-credentials①">request-includes-credentials</a> to <var>includeCredentials</var>. </p> <li> <p>If <var>response</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status①⑦">status</a> is 401, <var>httpRequest</var>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting①⑥">response tainting</a> is not "<code>cors</code>", <var>includeCredentials</var> is true, and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-window" id="ref-for-concept-request-window⑥">window</a> is an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object①①">environment settings object</a>, then: </p> <ol> <li class="XXX"> <p>Needs testing: multiple `<code>WWW-Authenticate</code>` headers, missing, parsing issues. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body②④">body</a> is non-null, then: </p> <ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body②⑤">body</a>’s <a data-link-type="dfn" href="#concept-body-source" id="ref-for-concept-body-source⑥">source</a> is null, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error④⑦">network error</a>. </p> <li> <p>Set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body②⑥">body</a> to the <a data-link-type="dfn" href="#body-with-type-body" id="ref-for-body-with-type-body④">body</a> of the result of <a data-link-type="dfn" href="#bodyinit-safely-extract" id="ref-for-bodyinit-safely-extract⑤">safely extracting</a> <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body②⑦">body</a>’s <a data-link-type="dfn" href="#concept-body-source" id="ref-for-concept-body-source⑦">source</a>. </p> </ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-use-url-credentials-flag" id="ref-for-concept-request-use-url-credentials-flag①">use-URL-credentials flag</a> is unset or <var>isAuthenticationFetch</var> is true, then: </p> <ol> <li> <p>If <var>fetchParams</var> is <a data-link-type="dfn" href="#fetch-params-canceled" id="ref-for-fetch-params-canceled④">canceled</a>, then return the <a data-link-type="dfn" href="#appropriate-network-error" id="ref-for-appropriate-network-error②">appropriate network error</a> for <var>fetchParams</var>. </p> <li> <p>Let <var>username</var> and <var>password</var> be the result of prompting the end user for a username and password, respectively, in <var>request</var>’s <a data-link-type="dfn" href="#concept-request-window" id="ref-for-concept-request-window⑦">window</a>. </p> <li> <p><a data-link-type="dfn" href="https://url.spec.whatwg.org/#set-the-username" id="ref-for-set-the-username①">Set the username</a> given <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url②⑦">current URL</a> and <var>username</var>. </p> <li> <p><a data-link-type="dfn" href="https://url.spec.whatwg.org/#set-the-password" id="ref-for-set-the-password①">Set the password</a> given <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url②⑧">current URL</a> and <var>password</var>. </p> </ol> <li> <p>Set <var>response</var> to the result of running <a data-link-type="dfn" href="#concept-http-network-or-cache-fetch" id="ref-for-concept-http-network-or-cache-fetch①">HTTP-network-or-cache fetch</a> given <var>fetchParams</var> and true. </p> </ol> <li> <p>If <var>response</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status①⑧">status</a> is 407, then: </p> <ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-window" id="ref-for-concept-request-window⑧">window</a> is "<code>no-window</code>", then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error④⑧">network error</a>. </p> <li class="XXX"> <p>Needs testing: multiple `<code>Proxy-Authenticate</code>` headers, missing, parsing issues. </p> <li> <p>If <var>fetchParams</var> is <a data-link-type="dfn" href="#fetch-params-canceled" id="ref-for-fetch-params-canceled⑤">canceled</a>, then return the <a data-link-type="dfn" href="#appropriate-network-error" id="ref-for-appropriate-network-error③">appropriate network error</a> for <var>fetchParams</var>. </p> <li> <p>Prompt the end user as appropriate in <var>request</var>’s <a data-link-type="dfn" href="#concept-request-window" id="ref-for-concept-request-window⑨">window</a> and store the result as a <a data-link-type="dfn" href="#proxy-authentication-entry" id="ref-for-proxy-authentication-entry①">proxy-authentication entry</a>. <a data-link-type="biblio" href="#biblio-http" title="HTTP Semantics">[HTTP]</a> </p> <p class="note" role="note">Remaining details surrounding proxy authentication are defined by HTTP. </p> <li> <p>Set <var>response</var> to the result of running <a data-link-type="dfn" href="#concept-http-network-or-cache-fetch" id="ref-for-concept-http-network-or-cache-fetch②">HTTP-network-or-cache fetch</a> given <var>fetchParams</var>. </p> </ol> <li> <p>If all of the following are true </p> <ul class="brief"> <li> <p><var>response</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status①⑨">status</a> is 421 </p> <li> <p><var>isNewConnectionFetch</var> is false </p> <li> <p><var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body②⑧">body</a> is null, or <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body②⑨">body</a> is non-null and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body③⓪">body</a>’s <a data-link-type="dfn" href="#concept-body-source" id="ref-for-concept-body-source⑧">source</a> is non-null </p> </ul> <p>then: </p> <ol> <li> <p>If <var>fetchParams</var> is <a data-link-type="dfn" href="#fetch-params-canceled" id="ref-for-fetch-params-canceled⑥">canceled</a>, then return the <a data-link-type="dfn" href="#appropriate-network-error" id="ref-for-appropriate-network-error④">appropriate network error</a> for <var>fetchParams</var>. </p> <li> <p>Set <var>response</var> to the result of running <a data-link-type="dfn" href="#concept-http-network-or-cache-fetch" id="ref-for-concept-http-network-or-cache-fetch③">HTTP-network-or-cache fetch</a> given <var>fetchParams</var>, <var>isAuthenticationFetch</var>, and true. </p> </ol> <li> <p>If <var>isAuthenticationFetch</var> is true, then create an <a data-link-type="dfn" href="#authentication-entry" id="ref-for-authentication-entry⑤">authentication entry</a> for <var>request</var> and the given realm. </p> <li> <p>Return <var>response</var>. <span class="note">Typically <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body②③">body</a>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream①①">stream</a> is still being enqueued to after returning.</span> </p> </ol> </div> <h3 class="heading settled" data-level="4.6" id="http-network-fetch"><span class="secno">4.6. </span><span class="content">HTTP-network fetch</span><a class="self-link" href="#http-network-fetch"></a></h3> <div class="algorithm" data-algorithm="HTTP-network fetch"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="concept-http-network-fetch">HTTP-network fetch</dfn>, given a <a data-link-type="dfn" href="#fetch-params" id="ref-for-fetch-params①①">fetch params</a> <var>fetchParams</var>, an optional boolean <var>includeCredentials</var> (default false), and an optional boolean <var>forceNewConnection</var> (default false), run these steps: </p> <ol> <li> <p>Let <var>request</var> be <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request①⑨">request</a>. </p> <li> <p>Let <var>response</var> be null. </p> <li> <p>Let <var>timingInfo</var> be <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-timing-info" id="ref-for-fetch-params-timing-info⑤">timing info</a>. </p> <li> <p>Let <var>networkPartitionKey</var> be the result of <a data-link-type="dfn" href="#request-determine-the-network-partition-key" id="ref-for-request-determine-the-network-partition-key①">determining the network partition key</a> given <var>request</var>. </p> <li> <p>Let <var>newConnection</var> be "<code>yes</code>" if <var>forceNewConnection</var> is true; otherwise "<code>no</code>". </p> <li> <p>Switch on <var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode②⓪">mode</a>: </p> <dl> <dt>"<code>websocket</code>" <dd> <p>Let <var>connection</var> be the result of <a data-link-type="dfn" href="https://websockets.spec.whatwg.org/#concept-websocket-connection-obtain" id="ref-for-concept-websocket-connection-obtain">obtaining a WebSocket connection</a>, given <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url②⑨">current URL</a>. </p> <dt>Otherwise <dd> <p>Let <var>connection</var> be the result of <a data-link-type="dfn" href="#concept-connection-obtain" id="ref-for-concept-connection-obtain①">obtaining a connection</a>, given <var>networkPartitionKey</var>, <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url③⓪">current URL</a>, <var>includeCredentials</var>, and <var>newConnection</var>. </p> </dl> <li> <p>Run these steps, but <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#abort-when" id="ref-for-abort-when①">abort when</a> <var>fetchParams</var> is <a data-link-type="dfn" href="#fetch-params-canceled" id="ref-for-fetch-params-canceled⑦">canceled</a>: </p> <ol> <li> <p>If <var>connection</var> is failure, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error④⑨">network error</a>. </p> <li> <p>Set <var>timingInfo</var>’s <a data-link-type="dfn" href="#fetch-timing-info-final-connection-timing-info" id="ref-for-fetch-timing-info-final-connection-timing-info">final connection timing info</a> to the result of calling <a data-link-type="dfn" href="#clamp-and-coarsen-connection-timing-info" id="ref-for-clamp-and-coarsen-connection-timing-info①">clamp and coarsen connection timing info</a> with <var>connection</var>’s <a data-link-type="dfn" href="#concept-connection-timing-info" id="ref-for-concept-connection-timing-info②">timing info</a>, <var>timingInfo</var>’s <a data-link-type="dfn" href="#fetch-timing-info-post-redirect-start-time" id="ref-for-fetch-timing-info-post-redirect-start-time③">post-redirect start time</a>, and <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-cross-origin-isolated-capability" id="ref-for-fetch-params-cross-origin-isolated-capability④">cross-origin isolated capability</a>. </p> <li> <p>If <var>connection</var> is an HTTP/1.x connection, <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body③①">body</a> is non-null, and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body③②">body</a>’s <a data-link-type="dfn" href="#concept-body-source" id="ref-for-concept-body-source⑨">source</a> is null, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑤⓪">network error</a>. </p> <li>Set <var>timingInfo</var>’s <a data-link-type="dfn" href="#fetch-timing-info-final-network-request-start-time" id="ref-for-fetch-timing-info-final-network-request-start-time">final network-request start time</a> to the <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-coarsened-shared-current-time" id="ref-for-dfn-coarsened-shared-current-time③">coarsened shared current time</a> given <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-cross-origin-isolated-capability" id="ref-for-fetch-params-cross-origin-isolated-capability⑤">cross-origin isolated capability</a>. <li> <p>Set <var>response</var> to the result of making an HTTP request over <var>connection</var> using <var>request</var> with the following caveats: </p> <ul> <li> <p>Follow the relevant requirements from HTTP. <a data-link-type="biblio" href="#biblio-http" title="HTTP Semantics">[HTTP]</a> <a data-link-type="biblio" href="#biblio-http-caching" title="HTTP Caching">[HTTP-CACHING]</a> </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body③③">body</a> is non-null, and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body③④">body</a>’s <a data-link-type="dfn" href="#concept-body-source" id="ref-for-concept-body-source①⓪">source</a> is null, then the user agent may have a buffer of up to 64 kibibytes and store a part of <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body③⑤">body</a> in that buffer. If the user agent reads from <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body③⑥">body</a> beyond that buffer’s size and the user agent needs to resend <var>request</var>, then instead return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑤①">network error</a>. </p> <div class="note" role="note"> <p>The resending is needed when the connection is timed out, for example. </p> <p>The buffer is not needed when <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body③⑦">body</a>’s <a data-link-type="dfn" href="#concept-body-source" id="ref-for-concept-body-source①①">source</a> is non-null, because <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body③⑧">body</a> can be recreated from it. </p> <p>When <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body③⑨">body</a>’s <a data-link-type="dfn" href="#concept-body-source" id="ref-for-concept-body-source①②">source</a> is null, it means <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body④⓪">body</a> is created from a <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream②">ReadableStream</a></code> object, which means <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body④①">body</a> cannot be recreated and that is why the buffer is needed. </p> </div> <li> <p>While true: </p> <ol> <li> <p>Set <var>timingInfo</var>’s <a data-link-type="dfn" href="#fetch-timing-info-final-network-response-start-time" id="ref-for-fetch-timing-info-final-network-response-start-time">final network-response start time</a> to the <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-coarsened-shared-current-time" id="ref-for-dfn-coarsened-shared-current-time④">coarsened shared current time</a> given <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-cross-origin-isolated-capability" id="ref-for-fetch-params-cross-origin-isolated-capability⑥">cross-origin isolated capability</a>, immediately after the user agent’s HTTP parser receives the first byte of the response (e.g., frame header bytes for HTTP/2 or response status line for HTTP/1.x). </p> <li> <p>Wait until all the HTTP response headers are transmitted. </p> <li> <p>Let <var>status</var> be the HTTP response’s status code. </p> <li> <p>If <var>status</var> is in the range 100 to 199, inclusive: </p> <ol> <li> <p>If <var>timingInfo</var>’s <a data-link-type="dfn" href="#fetch-timing-info-first-interim-network-response-start-time" id="ref-for-fetch-timing-info-first-interim-network-response-start-time">first interim network-response start time</a> is 0, then set <var>timingInfo</var>’s <a data-link-type="dfn" href="#fetch-timing-info-first-interim-network-response-start-time" id="ref-for-fetch-timing-info-first-interim-network-response-start-time①">first interim network-response start time</a> to <var>timingInfo</var>’s <a data-link-type="dfn" href="#fetch-timing-info-final-network-response-start-time" id="ref-for-fetch-timing-info-final-network-response-start-time①">final network-response start time</a>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode②①">mode</a> is "<code>websocket</code>" and <var>status</var> is 101, then <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#iteration-break" id="ref-for-iteration-break③">break</a>. </p> <li> <p>If <var>status</var> is 103 and <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-process-early-hints-response" id="ref-for-fetch-params-process-early-hints-response①">process early hints response</a> is non-null, then <a data-link-type="dfn" href="#queue-a-fetch-task" id="ref-for-queue-a-fetch-task⑧">queue a fetch task</a> to run <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-process-early-hints-response" id="ref-for-fetch-params-process-early-hints-response②">process early hints response</a>, with <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑤⑨">response</a>. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#iteration-continue" id="ref-for-iteration-continue⑤">Continue</a>. </p> </ol> <p class="note" role="note">These kind of HTTP responses are eventually followed by a "final" HTTP response. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#iteration-break" id="ref-for-iteration-break④">Break</a>. </p> </ol> </ul> <p class="note" role="note">The exact layering between Fetch and HTTP still needs to be sorted through and therefore <var>response</var> represents both a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑥⓪">response</a> and an HTTP response here. </p> <p>If the HTTP request results in a TLS client certificate dialog, then: </p> <ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-window" id="ref-for-concept-request-window①⓪">window</a> is an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object①②">environment settings object</a>, make the dialog available in <var>request</var>’s <a data-link-type="dfn" href="#concept-request-window" id="ref-for-concept-request-window①①">window</a>. </p> <li> <p>Otherwise, return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑤②">network error</a>. </p> </ol> <p>To transmit <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body④②">body</a> <var>body</var>, run these steps: </p> <ol> <li> <p>If <var>body</var> is null and <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-process-request-end-of-body" id="ref-for-fetch-params-process-request-end-of-body①">process request end-of-body</a> is non-null, then <a data-link-type="dfn" href="#queue-a-fetch-task" id="ref-for-queue-a-fetch-task⑨">queue a fetch task</a> given <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-process-request-end-of-body" id="ref-for-fetch-params-process-request-end-of-body②">process request end-of-body</a> and <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-task-destination" id="ref-for-fetch-params-task-destination⑥">task destination</a>. </p> <li> <p>Otherwise, if <var>body</var> is non-null: </p> <ol> <li> <p>Let <var>processBodyChunk</var> given <var>bytes</var> be these steps: </p> <ol> <li> <p>If <var>fetchParams</var> is <a data-link-type="dfn" href="#fetch-params-canceled" id="ref-for-fetch-params-canceled⑧">canceled</a>, then abort these steps. </p> <li> <p>Run this step <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel" id="ref-for-in-parallel③">in parallel</a>: transmit <var>bytes</var>. </p> <li> <p>If <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-process-request-body" id="ref-for-fetch-params-process-request-body①">process request body chunk length</a> is non-null, then run <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-process-request-body" id="ref-for-fetch-params-process-request-body②">process request body chunk length</a> given <var>bytes</var>’s <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence-length" id="ref-for-byte-sequence-length②">length</a>. </p> </ol> <li> <p>Let <var>processEndOfBody</var> be these steps: </p> <ol> <li> <p>If <var>fetchParams</var> is <a data-link-type="dfn" href="#fetch-params-canceled" id="ref-for-fetch-params-canceled⑨">canceled</a>, then abort these steps. </p> <li> <p>If <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-process-request-end-of-body" id="ref-for-fetch-params-process-request-end-of-body③">process request end-of-body</a> is non-null, then run <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-process-request-end-of-body" id="ref-for-fetch-params-process-request-end-of-body④">process request end-of-body</a>. </p> </ol> <li> <p>Let <var>processBodyError</var> given <var>e</var> be these steps: </p> <ol> <li> <p>If <var>fetchParams</var> is <a data-link-type="dfn" href="#fetch-params-canceled" id="ref-for-fetch-params-canceled①⓪">canceled</a>, then abort these steps. </p> <li> <p>If <var>e</var> is an "<code><a class="idl-code" data-link-type="exception" href="https://webidl.spec.whatwg.org/#aborterror" id="ref-for-aborterror②">AbortError</a></code>" <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-DOMException" id="ref-for-idl-DOMException②">DOMException</a></code>, then <a data-link-type="dfn" href="#fetch-controller-abort" id="ref-for-fetch-controller-abort">abort</a> <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller①⓪">controller</a>. </p> <li> <p>Otherwise, <a data-link-type="dfn" href="#fetch-controller-terminate" id="ref-for-fetch-controller-terminate②">terminate</a> <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller①①">controller</a>. </p> </ol> <li> <p><a data-link-type="dfn" href="#body-incrementally-read" id="ref-for-body-incrementally-read">Incrementally read</a> <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body④③">body</a> given <var>processBodyChunk</var>, <var>processEndOfBody</var>, <var>processBodyError</var>, and <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-task-destination" id="ref-for-fetch-params-task-destination⑦">task destination</a>. </p> </ol> </ol> </ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#if-aborted" id="ref-for-if-aborted①">If aborted</a>, then: </p> <ol> <li> <p>If <var>connection</var> uses HTTP/2, then transmit an <code>RST_STREAM</code> frame. </p> <li> <p>Return the <a data-link-type="dfn" href="#appropriate-network-error" id="ref-for-appropriate-network-error⑤">appropriate network error</a> for <var>fetchParams</var>. </p> </ol> <li> <p>Let <var>buffer</var> be an empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence①⑦">byte sequence</a>. </p> <p class="note" role="note">This represents an internal buffer inside the network layer of the user agent. </p> <li> <p>Let <var>stream</var> be a <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#new" id="ref-for-new">new</a> <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream③">ReadableStream</a></code>. </p> <li> <p>Let <var>pullAlgorithm</var> be the following steps: </p> <ol> <li> <p>Let <var>promise</var> be <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#a-new-promise" id="ref-for-a-new-promise">a new promise</a>. </p> <li> <p>Run the following steps <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel" id="ref-for-in-parallel④">in parallel</a>: </p> <ol> <li> <p>If the size of <var>buffer</var> is smaller than a lower limit chosen by the user agent and the ongoing fetch is <a data-link-type="dfn" href="#concept-fetch-suspend" id="ref-for-concept-fetch-suspend">suspended</a>, <a data-link-type="dfn" href="#concept-fetch-resume" id="ref-for-concept-fetch-resume">resume</a> the fetch. </p> <li> <p>Wait until <var>buffer</var> is not empty. </p> <li> <p><a data-link-type="dfn" href="#queue-a-fetch-task" id="ref-for-queue-a-fetch-task①⓪">Queue a fetch task</a> to run the following steps, with <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-task-destination" id="ref-for-fetch-params-task-destination⑧">task destination</a>. </p> <ol> <li> <p><a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-pull-from-bytes" id="ref-for-readablestream-pull-from-bytes">Pull from bytes</a> <var>buffer</var> into <var>stream</var>. </p> <li> <p>If <var>stream</var> is <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-errored" id="ref-for-readablestream-errored">errored</a>, then <a data-link-type="dfn" href="#fetch-controller-terminate" id="ref-for-fetch-controller-terminate③">terminate</a> <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller①②">controller</a>. </p> <li> <p><a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#resolve" id="ref-for-resolve">Resolve</a> <var>promise</var> with undefined. </p> </ol> </ol> <li> <p>Return <var>promise</var>. </p> </ol> <li> <p>Let <var>cancelAlgorithm</var> be an algorithm that <a data-link-type="dfn" href="#fetch-controller-abort" id="ref-for-fetch-controller-abort①">aborts</a> <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller①③">controller</a> with <var>reason</var>, given <var>reason</var>. </p> <li> <p><a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-set-up-with-byte-reading-support" id="ref-for-readablestream-set-up-with-byte-reading-support">Set up</a> <var>stream</var> with byte reading support with <var><a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-set-up-pullalgorithm" id="ref-for-readablestream-set-up-pullalgorithm">pullAlgorithm</a></var> set to <var>pullAlgorithm</var>, <var><a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-set-up-cancelalgorithm" id="ref-for-readablestream-set-up-cancelalgorithm">cancelAlgorithm</a></var> set to <var>cancelAlgorithm</var>. </p> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body②④">body</a> to a new <a data-link-type="dfn" href="#concept-body" id="ref-for-concept-body①①">body</a> whose <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream①②">stream</a> is <var>stream</var>. </p> <li> <p><a class="tracking-vector" href="https://infra.spec.whatwg.org/#tracking-vector" style="color: currentcolor"><img alt="(This is a tracking vector.)" class="darkmode-aware" crossorigin height="64" src="https://resources.whatwg.org/tracking-vector.svg" title="There is a tracking vector here." width="46"></a> If <var>includeCredentials</var> is true and the user agent is not configured to block cookies for <var>request</var> (see <a href="https://httpwg.org/specs/rfc6265.html#privacy-considerations">section 7</a> of <a data-link-type="biblio" href="#biblio-cookies" title="HTTP State Management Mechanism">[COOKIES]</a>), then run the "set-cookie-string" parsing algorithm (see <a href="https://httpwg.org/specs/rfc6265.html#set-cookie">section 5.2</a> of <a data-link-type="biblio" href="#biblio-cookies" title="HTTP State Management Mechanism">[COOKIES]</a>) on the <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value②⓪">value</a> of each <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑤④">header</a> whose <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name②①">name</a> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive①④">byte-case-insensitive</a> match for `<code>Set-Cookie</code>` in <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list②④">header list</a>, if any, and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url③①">current URL</a>. </p> <li> <p>Run these steps <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel" id="ref-for-in-parallel⑤">in parallel</a>: </p> <ol> <li> <p>Run these steps, but <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#abort-when" id="ref-for-abort-when②">abort when</a> <var>fetchParams</var> is <a data-link-type="dfn" href="#fetch-params-canceled" id="ref-for-fetch-params-canceled①①">canceled</a>: </p> <ol> <li> <p>While true: </p> <ol> <li> <p>If one or more bytes have been transmitted from <var>response</var>’s message body, then: </p> <ol> <li> <p>Let <var>bytes</var> be the transmitted bytes. </p> <li> <p>Let <var>codings</var> be the result of <a data-link-type="dfn" href="#extract-header-list-values" id="ref-for-extract-header-list-values②">extracting header list values</a> given `<code>Content-Encoding</code>` and <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list②⑤">header list</a>. </p> <li> <p>Increase <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body-info" id="ref-for-concept-response-body-info⑤">body info</a>’s <a data-link-type="dfn" href="#fetch-timing-info-encoded-body-size" id="ref-for-fetch-timing-info-encoded-body-size">encoded size</a> by <var>bytes</var>’s <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence-length" id="ref-for-byte-sequence-length③">length</a>. </p> <li> <p>Set <var>bytes</var> to the result of <a data-link-type="dfn" href="#handle-content-codings" id="ref-for-handle-content-codings①">handling content codings</a> given <var>codings</var> and <var>bytes</var>. </p> <p class="note" role="note">This makes the `<code>Content-Length</code>` <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑤⑤">header</a> unreliable to the extent that it was reliable to begin with. </p> <li> <p>Increase <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body-info" id="ref-for-concept-response-body-info⑥">body info</a>’s <a data-link-type="dfn" href="#fetch-timing-info-decoded-body-size" id="ref-for-fetch-timing-info-decoded-body-size">decoded size</a> by <var>bytes</var>’s <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence-length" id="ref-for-byte-sequence-length④">length</a>. </p> <li> <p>If <var>bytes</var> is failure, then <a data-link-type="dfn" href="#fetch-controller-terminate" id="ref-for-fetch-controller-terminate④">terminate</a> <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller①④">controller</a>. </p> <li> <p>Append <var>bytes</var> to <var>buffer</var>. </p> <li> <p>If the size of <var>buffer</var> is larger than an upper limit chosen by the user agent, ask the user agent to <a data-link-type="dfn" href="#concept-fetch-suspend" id="ref-for-concept-fetch-suspend①">suspend</a> the ongoing fetch. </p> </ol> <li> <p>Otherwise, if the bytes transmission for <var>response</var>’s message body is done normally and <var>stream</var> is <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-readable" id="ref-for-readablestream-readable">readable</a>, then <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-close" id="ref-for-readablestream-close">close</a> <var>stream</var>, and abort these in-parallel steps. </p> </ol> </ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#if-aborted" id="ref-for-if-aborted②">If aborted</a>, then: </p> <ol> <li> <p>If <var>fetchParams</var> is <a data-link-type="dfn" href="#fetch-params-aborted" id="ref-for-fetch-params-aborted①">aborted</a>, then: </p> <ol> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-aborted" id="ref-for-concept-response-aborted①">aborted flag</a>. </p> <li> <p>If <var>stream</var> is <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-readable" id="ref-for-readablestream-readable①">readable</a>, then <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-error" id="ref-for-readablestream-error">error</a> <var>stream</var> with the result of <a data-link-type="dfn" href="#deserialize-a-serialized-abort-reason" id="ref-for-deserialize-a-serialized-abort-reason">deserialize a serialized abort reason</a> given <var>fetchParams</var>’s <a data-link-type="dfn" href="#fetch-params-controller" id="ref-for-fetch-params-controller①⑤">controller</a>’s <a data-link-type="dfn" href="#fetch-controller-serialized-abort-reason" id="ref-for-fetch-controller-serialized-abort-reason①">serialized abort reason</a> and an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined①⑧">implementation-defined</a> <a data-link-type="dfn" href="https://tc39.es/ecma262/#realm" id="ref-for-realm①">realm</a>. </p> </ol> <li> <p>Otherwise, if <var>stream</var> is <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-readable" id="ref-for-readablestream-readable②">readable</a>, <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-error" id="ref-for-readablestream-error①">error</a> <var>stream</var> with a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror①">TypeError</a></code>. </p> <li> <p>If <var>connection</var> uses HTTP/2, then transmit an <code>RST_STREAM</code> frame. </p> <li> <p>Otherwise, the user agent should close <var>connection</var> unless it would be bad for performance to do so. </p> <p class="note" role="note">For instance, the user agent could keep the connection open if it knows there’s only a few bytes of transfer remaining on a reusable connection. In this case it could be worse to close the connection and go through the handshake process again for the next fetch. </p> </ol> </ol> <p class="note" role="note">These are run <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel" id="ref-for-in-parallel⑥">in parallel</a> as at this point it is unclear whether <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body②⑤">body</a> is relevant (<var>response</var> might be a redirect). </p> <li> <p>Return <var>response</var>. <span class="note">Typically <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body②⑥">body</a>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream①③">stream</a> is still being enqueued to after returning.</span> </p> </ol> </div> <h3 class="heading settled" data-level="4.7" id="cors-preflight-fetch"><span class="secno">4.7. </span><span class="content">CORS-preflight fetch</span><a class="self-link" href="#cors-preflight-fetch"></a></h3> <p class="note" role="note">This is effectively the user agent implementation of the check to see if the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol①⑦">CORS protocol</a> is understood. The so-called <a data-link-type="dfn" href="#cors-preflight-request" id="ref-for-cors-preflight-request①③">CORS-preflight request</a>. If successful it populates the <a data-link-type="dfn" href="#concept-cache" id="ref-for-concept-cache①">CORS-preflight cache</a> to minimize the number of these <a data-link-type="dfn" href="#cors-preflight-fetch-0" id="ref-for-cors-preflight-fetch-0⑤">fetches</a>. </p> <div class="algorithm" data-algorithm="CORS-preflight fetch"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="cors-preflight-fetch-0">CORS-preflight fetch</dfn>, given a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①⓪⑨">request</a> <var>request</var>, run these steps: </p> <ol> <li> <p>Let <var>preflight</var> be a new <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①①⓪">request</a> whose <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method①⑤">method</a> is `<code>OPTIONS</code>`, <a data-link-type="dfn" href="#concept-request-url-list" id="ref-for-concept-request-url-list⑦">URL list</a> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-clone" id="ref-for-list-clone②">clone</a> of <var>request</var>’s <a data-link-type="dfn" href="#concept-request-url-list" id="ref-for-concept-request-url-list⑧">URL list</a>, <a data-link-type="dfn" href="#concept-request-initiator" id="ref-for-concept-request-initiator⑥">initiator</a> is <var>request</var>’s <a data-link-type="dfn" href="#concept-request-initiator" id="ref-for-concept-request-initiator⑦">initiator</a>, <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination①⑧">destination</a> is <var>request</var>’s <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination①⑨">destination</a>, <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin①⑦">origin</a> is <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin①⑧">origin</a>, <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer⑥">referrer</a> is <var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer⑦">referrer</a>, <a data-link-type="dfn" href="#concept-request-referrer-policy" id="ref-for-concept-request-referrer-policy④">referrer policy</a> is <var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer-policy" id="ref-for-concept-request-referrer-policy⑤">referrer policy</a>, <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode②②">mode</a> is "<code>cors</code>", and <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting①⑦">response tainting</a> is "<code>cors</code>". </p> <p class="note" role="note">The <a data-link-type="dfn" href="#request-service-workers-mode" id="ref-for-request-service-workers-mode③">service-workers mode</a> of <var>preflight</var> does not matter as this algorithm uses <a data-link-type="dfn" href="#concept-http-network-or-cache-fetch" id="ref-for-concept-http-network-or-cache-fetch④">HTTP-network-or-cache fetch</a> rather than <a data-link-type="dfn" href="#concept-http-fetch" id="ref-for-concept-http-fetch⑥">HTTP fetch</a>. </p> <li> <p><a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append①⑧">Append</a> (`<code>Accept</code>`, `<code>*/*</code>`) to <var>preflight</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list③⑨">header list</a>. </p> <li> <p><a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append①⑨">Append</a> (`<a data-link-type="http-header" href="#http-access-control-request-method" id="ref-for-http-access-control-request-method①"><code>Access-Control-Request-Method</code></a>`, <var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method①⑥">method</a>) to <var>preflight</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list④⓪">header list</a>. </p> <li> <p>Let <var>headers</var> be the <a data-link-type="dfn" href="#cors-unsafe-request-header-names" id="ref-for-cors-unsafe-request-header-names②">CORS-unsafe request-header names</a> with <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list④①">header list</a>. </p> <li> <p>If <var>headers</var> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-is-empty" id="ref-for-list-is-empty⑤">is not empty</a>, then: </p> <ol> <li> <p>Let <var>value</var> be the items in <var>headers</var> separated from each other by `<code>,</code>`. </p> <li> <p><a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append②⓪">Append</a> (`<a data-link-type="http-header" href="#http-access-control-request-headers" id="ref-for-http-access-control-request-headers①"><code>Access-Control-Request-Headers</code></a>`, <var>value</var>) to <var>preflight</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list④②">header list</a>. </p> </ol> <p class="note" role="note">This intentionally does not use <a data-link-type="dfn" href="#concept-header-list-combine" id="ref-for-concept-header-list-combine①">combine</a>, as 0x20 following 0x2C is not the way this was implemented, for better or worse. </p> <li> <p>Let <var>response</var> be the result of running <a data-link-type="dfn" href="#concept-http-network-or-cache-fetch" id="ref-for-concept-http-network-or-cache-fetch⑤">HTTP-network-or-cache fetch</a> given a new <a data-link-type="dfn" href="#fetch-params" id="ref-for-fetch-params①②">fetch params</a> whose <a data-link-type="dfn" href="#fetch-params-request" id="ref-for-fetch-params-request②⓪">request</a> is <var>preflight</var>. </p> <li> <p>If a <a data-link-type="dfn" href="#concept-cors-check" id="ref-for-concept-cors-check③">CORS check</a> for <var>request</var> and <var>response</var> returns success and <var>response</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status②⓪">status</a> is an <a data-link-type="dfn" href="#ok-status" id="ref-for-ok-status①">ok status</a>, then: </p> <p class="note" role="note">The <a data-link-type="dfn" href="#concept-cors-check" id="ref-for-concept-cors-check④">CORS check</a> is done on <var>request</var> rather than <var>preflight</var> to ensure the correct <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode①③">credentials mode</a> is used. </p> <ol> <li> <p>Let <var>methods</var> be the result of <a data-link-type="dfn" href="#extract-header-list-values" id="ref-for-extract-header-list-values③">extracting header list values</a> given `<a data-link-type="http-header" href="#http-access-control-allow-methods" id="ref-for-http-access-control-allow-methods②"><code>Access-Control-Allow-Methods</code></a>` and <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list②⑥">header list</a>. </p> <li> <p>Let <var>headerNames</var> be the result of <a data-link-type="dfn" href="#extract-header-list-values" id="ref-for-extract-header-list-values④">extracting header list values</a> given `<a data-link-type="http-header" href="#http-access-control-allow-headers" id="ref-for-http-access-control-allow-headers②"><code>Access-Control-Allow-Headers</code></a>` and <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list②⑦">header list</a>. </p> <li> <p>If either <var>methods</var> or <var>headerNames</var> is failure, return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑤③">network error</a>. </p> <li> <p>If <var>methods</var> is null and <var>request</var>’s <a data-link-type="dfn" href="#use-cors-preflight-flag" id="ref-for-use-cors-preflight-flag④">use-CORS-preflight flag</a> is set, then set <var>methods</var> to a new list containing <var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method①⑦">method</a>. </p> <p class="note" role="note">This ensures that a <a data-link-type="dfn" href="#cors-preflight-fetch-0" id="ref-for-cors-preflight-fetch-0⑥">CORS-preflight fetch</a> that happened due to <var>request</var>’s <a data-link-type="dfn" href="#use-cors-preflight-flag" id="ref-for-use-cors-preflight-flag⑤">use-CORS-preflight flag</a> being set is <a data-link-type="dfn" href="#concept-cache" id="ref-for-concept-cache②">cached</a>. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method①⑧">method</a> is not in <var>methods</var>, <var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method①⑨">method</a> is not a <a data-link-type="dfn" href="#cors-safelisted-method" id="ref-for-cors-safelisted-method③">CORS-safelisted method</a>, and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode①④">credentials mode</a> is "<code>include</code>" or <var>methods</var> does not contain `<code>*</code>`, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑤④">network error</a>. </p> <li> <p>If one of <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list④③">header list</a>’s <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name②②">names</a> is a <a data-link-type="dfn" href="#cors-non-wildcard-request-header-name" id="ref-for-cors-non-wildcard-request-header-name①">CORS non-wildcard request-header name</a> and is not a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive①⑤">byte-case-insensitive</a> match for an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-item" id="ref-for-list-item②">item</a> in <var>headerNames</var>, then return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑤⑤">network error</a>. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate①③">For each</a> <var>unsafeName</var> of the <a data-link-type="dfn" href="#cors-unsafe-request-header-names" id="ref-for-cors-unsafe-request-header-names③">CORS-unsafe request-header names</a> with <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list④④">header list</a>, if <var>unsafeName</var> is not a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive①⑥">byte-case-insensitive</a> match for an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-item" id="ref-for-list-item③">item</a> in <var>headerNames</var> and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode①⑤">credentials mode</a> is "<code>include</code>" or <var>headerNames</var> does not contain `<code>*</code>`, return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑤⑥">network error</a>. </p> <li> <p>Let <var>max-age</var> be the result of <a data-link-type="dfn" href="#extract-header-list-values" id="ref-for-extract-header-list-values⑤">extracting header list values</a> given `<a data-link-type="http-header" href="#http-access-control-max-age" id="ref-for-http-access-control-max-age"><code>Access-Control-Max-Age</code></a>` and <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list②⑧">header list</a>. </p> <li> <p>If <var>max-age</var> is failure or null, then set <var>max-age</var> to 5. </p> <li> <p>If <var>max-age</var> is greater than an imposed limit on <a data-link-type="dfn" href="#concept-cache-max-age" id="ref-for-concept-cache-max-age">max-age</a>, then set <var>max-age</var> to the imposed limit. </p> <li> <p>If the user agent does not provide for a <a data-link-type="dfn" href="#concept-cache" id="ref-for-concept-cache③">cache</a>, then return <var>response</var>. </p> <li> <p>For each <var>method</var> in <var>methods</var> for which there is a <a data-link-type="dfn" href="#concept-cache-match-method" id="ref-for-concept-cache-match-method①">method cache entry match</a> using <var>request</var>, set matching entry’s <a data-link-type="dfn" href="#concept-cache-max-age" id="ref-for-concept-cache-max-age①">max-age</a> to <var>max-age</var>. </p> <li> <p>For each <var>method</var> in <var>methods</var> for which there is no <a data-link-type="dfn" href="#concept-cache-match-method" id="ref-for-concept-cache-match-method②">method cache entry match</a> using <var>request</var>, <a data-link-type="dfn" href="#concept-cache-create-entry" id="ref-for-concept-cache-create-entry">create a new cache entry</a> with <var>request</var>, <var>max-age</var>, <var>method</var>, and null. </p> <li> <p>For each <var>headerName</var> in <var>headerNames</var> for which there is a <a data-link-type="dfn" href="#concept-cache-match-header" id="ref-for-concept-cache-match-header①">header-name cache entry match</a> using <var>request</var>, set matching entry’s <a data-link-type="dfn" href="#concept-cache-max-age" id="ref-for-concept-cache-max-age②">max-age</a> to <var>max-age</var>. </p> <li> <p>For each <var>headerName</var> in <var>headerNames</var> for which there is no <a data-link-type="dfn" href="#concept-cache-match-header" id="ref-for-concept-cache-match-header②">header-name cache entry match</a> using <var>request</var>, <a data-link-type="dfn" href="#concept-cache-create-entry" id="ref-for-concept-cache-create-entry①">create a new cache entry</a> with <var>request</var>, <var>max-age</var>, null, and <var>headerName</var>. </p> <li> <p>Return <var>response</var>. </p> </ol> <li> <p>Otherwise, return a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑤⑦">network error</a>. </p> </ol> </div> <h3 class="heading settled" data-level="4.8" id="cors-preflight-cache"><span class="secno">4.8. </span><span class="content">CORS-preflight cache</span><a class="self-link" href="#cors-preflight-cache"></a></h3> <p>A user agent has an associated <a data-link-type="dfn" href="#concept-cache" id="ref-for-concept-cache④">CORS-preflight cache</a>. A <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="concept-cache">CORS-preflight cache</dfn> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list" id="ref-for-list①②">list</a> of <a data-link-type="dfn" href="#cache-entry" id="ref-for-cache-entry">cache entries</a>. </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="cache-entry">cache entry</dfn> consists of: </p> <ul class="brief"> <li><dfn class="dfn-paneled" data-dfn-for="cache entry" data-dfn-type="dfn" data-noexport id="concept-cache-key">key</dfn> (a <a data-link-type="dfn" href="#network-partition-key" id="ref-for-network-partition-key④">network partition key</a>) <li><dfn class="dfn-paneled" data-dfn-for="cache entry" data-dfn-type="dfn" data-noexport id="concept-cache-origin">byte-serialized origin</dfn> (a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence①⑧">byte sequence</a>) <li><dfn class="dfn-paneled" data-dfn-for="cache entry" data-dfn-type="dfn" data-noexport id="concept-cache-url">URL</dfn> (a <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url②⓪">URL</a>) <li><dfn class="dfn-paneled" data-dfn-for="cache entry" data-dfn-type="dfn" data-noexport id="concept-cache-max-age">max-age</dfn> (a number of seconds) <li><dfn class="dfn-paneled" data-dfn-for="cache entry" data-dfn-type="dfn" data-noexport id="concept-cache-credentials">credentials</dfn> (a boolean) <li><dfn class="dfn-paneled" data-dfn-for="cache entry" data-dfn-type="dfn" data-noexport id="concept-cache-method">method</dfn> (null, `<code>*</code>`, or a <a data-link-type="dfn" href="#concept-method" id="ref-for-concept-method①①">method</a>) <li><dfn class="dfn-paneled" data-dfn-for="cache entry" data-dfn-type="dfn" data-noexport id="concept-cache-header-name">header name</dfn> (null, `<code>*</code>`, or a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name①⑧">header name</a>) </ul> <p><a data-link-type="dfn" href="#cache-entry" id="ref-for-cache-entry①">Cache entries</a> must be removed after the seconds specified in their <a data-link-type="dfn" href="#concept-cache-max-age" id="ref-for-concept-cache-max-age③">max-age</a> field have passed since storing the entry. <a data-link-type="dfn" href="#cache-entry" id="ref-for-cache-entry②">Cache entries</a> may be removed before that moment arrives. </p> <div class="algorithm" data-algorithm="create a new cache entry"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="concept-cache-create-entry">create a new cache entry</dfn>, given <var>request</var>, <var>max-age</var>, <var>method</var>, and <var>headerName</var>, run these steps: </p> <ol> <li> <p>Let <var>entry</var> be a <a data-link-type="dfn" href="#cache-entry" id="ref-for-cache-entry③">cache entry</a>, initialized as follows: </p> <dl> <dt><a data-link-type="dfn" href="#concept-cache-key" id="ref-for-concept-cache-key">key</a> <dd> <p>The result of <a data-link-type="dfn" href="#request-determine-the-network-partition-key" id="ref-for-request-determine-the-network-partition-key②">determining the network partition key</a> given <var>request</var> </p> <dt><a data-link-type="dfn" href="#concept-cache-origin" id="ref-for-concept-cache-origin">byte-serialized origin</a> <dd> <p>The result of <a data-link-type="dfn" href="#byte-serializing-a-request-origin" id="ref-for-byte-serializing-a-request-origin②">byte-serializing a request origin</a> with <var>request</var> </p> <dt><a data-link-type="dfn" href="#concept-cache-url" id="ref-for-concept-cache-url">URL</a> <dd> <p><var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url③②">current URL</a> </p> <dt><a data-link-type="dfn" href="#concept-cache-max-age" id="ref-for-concept-cache-max-age④">max-age</a> <dd> <p><var>max-age</var> </p> <dt><a data-link-type="dfn" href="#concept-cache-credentials" id="ref-for-concept-cache-credentials">credentials</a> <dd> <p>True if <var>request</var>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode①⑥">credentials mode</a> is "<code>include</code>", and false otherwise </p> <dt><a data-link-type="dfn" href="#concept-cache-method" id="ref-for-concept-cache-method">method</a> <dd> <p><var>method</var> </p> <dt><a data-link-type="dfn" href="#concept-cache-header-name" id="ref-for-concept-cache-header-name">header name</a> <dd> <p><var>headerName</var> </p> </dl> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append①⓪">Append</a> <var>entry</var> to the user agent’s <a data-link-type="dfn" href="#concept-cache" id="ref-for-concept-cache⑤">CORS-preflight cache</a>. </p> </ol> </div> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="concept-cache-clear">clear cache entries</dfn>, given a <var>request</var>, <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-remove" id="ref-for-list-remove②">remove</a> any <a data-link-type="dfn" href="#cache-entry" id="ref-for-cache-entry④">cache entries</a> in the user agent’s <a data-link-type="dfn" href="#concept-cache" id="ref-for-concept-cache⑥">CORS-preflight cache</a> whose <a data-link-type="dfn" href="#concept-cache-key" id="ref-for-concept-cache-key①">key</a> is the result of <a data-link-type="dfn" href="#request-determine-the-network-partition-key" id="ref-for-request-determine-the-network-partition-key③">determining the network partition key</a> given <var>request</var>, <a data-link-type="dfn" href="#concept-cache-origin" id="ref-for-concept-cache-origin①">byte-serialized origin</a> is the result of <a data-link-type="dfn" href="#byte-serializing-a-request-origin" id="ref-for-byte-serializing-a-request-origin③">byte-serializing a request origin</a> with <var>request</var>, and <a data-link-type="dfn" href="#concept-cache-url" id="ref-for-concept-cache-url①">URL</a> is <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url③③">current URL</a>. </p> <p>There is a <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="concept-cache-match">cache entry match</dfn> for a <a data-link-type="dfn" href="#cache-entry" id="ref-for-cache-entry⑤">cache entry</a> <var>entry</var> with <var>request</var> if <var>entry</var>’s <a data-link-type="dfn" href="#concept-cache-key" id="ref-for-concept-cache-key②">key</a> is the result of <a data-link-type="dfn" href="#request-determine-the-network-partition-key" id="ref-for-request-determine-the-network-partition-key④">determining the network partition key</a> given <var>request</var>, <var>entry</var>’s <a data-link-type="dfn" href="#concept-cache-origin" id="ref-for-concept-cache-origin②">byte-serialized origin</a> is the result of <a data-link-type="dfn" href="#byte-serializing-a-request-origin" id="ref-for-byte-serializing-a-request-origin④">byte-serializing a request origin</a> with <var>request</var>, <var>entry</var>’s <a data-link-type="dfn" href="#concept-cache-url" id="ref-for-concept-cache-url②">URL</a> is <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url③④">current URL</a>, and one of </p> <ul class="brief"> <li><var>entry</var>’s <a data-link-type="dfn" href="#concept-cache-credentials" id="ref-for-concept-cache-credentials①">credentials</a> is true <li><var>entry</var>’s <a data-link-type="dfn" href="#concept-cache-credentials" id="ref-for-concept-cache-credentials②">credentials</a> is false and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode①⑦">credentials mode</a> is not "<code>include</code>". </ul> <p>is true. </p> <p>There is a <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="concept-cache-match-method">method cache entry match</dfn> for <var>method</var> using <var>request</var> when there is a <a data-link-type="dfn" href="#cache-entry" id="ref-for-cache-entry⑥">cache entry</a> in the user agent’s <a data-link-type="dfn" href="#concept-cache" id="ref-for-concept-cache⑦">CORS-preflight cache</a> for which there is a <a data-link-type="dfn" href="#concept-cache-match" id="ref-for-concept-cache-match">cache entry match</a> with <var>request</var> and its <a data-link-type="dfn" href="#concept-cache-method" id="ref-for-concept-cache-method①">method</a> is <var>method</var> or `<code>*</code>`. </p> <p>There is a <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="concept-cache-match-header">header-name cache entry match</dfn> for <var>headerName</var> using <var>request</var> when there is a <a data-link-type="dfn" href="#cache-entry" id="ref-for-cache-entry⑦">cache entry</a> in the user agent’s <a data-link-type="dfn" href="#concept-cache" id="ref-for-concept-cache⑧">CORS-preflight cache</a> for which there is a <a data-link-type="dfn" href="#concept-cache-match" id="ref-for-concept-cache-match①">cache entry match</a> with <var>request</var> and one of </p> <ul class="brief"> <li>its <a data-link-type="dfn" href="#concept-cache-header-name" id="ref-for-concept-cache-header-name①">header name</a> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive①⑦">byte-case-insensitive</a> match for <var>headerName</var> <li>its <a data-link-type="dfn" href="#concept-cache-header-name" id="ref-for-concept-cache-header-name②">header name</a> is `<code>*</code>` and <var>headerName</var> is not a <a data-link-type="dfn" href="#cors-non-wildcard-request-header-name" id="ref-for-cors-non-wildcard-request-header-name②">CORS non-wildcard request-header name</a> </ul> <p>is true. </p> <h3 class="heading settled" data-level="4.9" id="cors-check"><span class="secno">4.9. </span><span class="content">CORS check</span><a class="self-link" href="#cors-check"></a></h3> <div class="algorithm" data-algorithm="CORS check"> <p>To perform a <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="concept-cors-check">CORS check</dfn> for a <var>request</var> and <var>response</var>, run these steps: </p> <ol> <li> <p>Let <var>origin</var> be the result of <a data-link-type="dfn" href="#concept-header-list-get" id="ref-for-concept-header-list-get⑤">getting</a> `<a data-link-type="http-header" href="#http-access-control-allow-origin" id="ref-for-http-access-control-allow-origin⑥"><code>Access-Control-Allow-Origin</code></a>` from <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list②⑨">header list</a>. </p> <li> <p>If <var>origin</var> is null, then return failure. </p> <p class="note" role="note">Null is not `<code>null</code>`. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode①⑧">credentials mode</a> is not "<code>include</code>" and <var>origin</var> is `<code>*</code>`, then return success. </p> <li> <p>If the result of <a data-link-type="dfn" href="#byte-serializing-a-request-origin" id="ref-for-byte-serializing-a-request-origin⑤">byte-serializing a request origin</a> with <var>request</var> is not <var>origin</var>, then return failure. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode①⑨">credentials mode</a> is not "<code>include</code>", then return success. </p> <li> <p>Let <var>credentials</var> be the result of <a data-link-type="dfn" href="#concept-header-list-get" id="ref-for-concept-header-list-get⑥">getting</a> `<a data-link-type="http-header" href="#http-access-control-allow-credentials" id="ref-for-http-access-control-allow-credentials④"><code>Access-Control-Allow-Credentials</code></a>` from <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list③⓪">header list</a>. </p> <li> <p>If <var>credentials</var> is `<code>true</code>`, then return success. </p> <li> <p>Return failure. </p> </ol> </div> <h3 class="heading settled" data-level="4.10" id="tao-check"><span class="secno">4.10. </span><span class="content">TAO check</span><a class="self-link" href="#tao-check"></a></h3> <div class="algorithm" data-algorithm="TAO check"> <p>To perform a <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="concept-tao-check">TAO check</dfn> for a <var>request</var> and <var>response</var>, run these steps: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert②①">Assert</a>: <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin①⑨">origin</a> is not "<code>client</code>". </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#timing-allow-failed" id="ref-for-timing-allow-failed④">timing allow failed flag</a> is set, then return failure. </p> <li> <p>Let <var>values</var> be the result of <a data-link-type="dfn" href="#concept-header-list-get-decode-split" id="ref-for-concept-header-list-get-decode-split⑥">getting, decoding, and splitting</a> `<code>Timing-Allow-Origin</code>` from <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list③①">header list</a>. </p> <li> <p>If <var>values</var> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-contain" id="ref-for-list-contain①">contains</a> "<code>*</code>", then return success. </p> <li> <p>If <var>values</var> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-contain" id="ref-for-list-contain②">contains</a> the result of <a data-link-type="dfn" href="#serializing-a-request-origin" id="ref-for-serializing-a-request-origin①">serializing a request origin</a> with <var>request</var>, then return success. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode②③">mode</a> is "<code>navigate</code>" and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url③⑤">current URL</a>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin①⑨">origin</a> is not <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#same-origin" id="ref-for-same-origin⑨">same origin</a> with <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin②⓪">origin</a>, then return failure. </p> <p class="note" role="note">This is necessary for navigations of a nested navigable. There, <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin②①">origin</a> would be the container document’s <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#concept-document-origin" id="ref-for-concept-document-origin">origin</a> and the <a data-link-type="dfn" href="#concept-tao-check" id="ref-for-concept-tao-check①">TAO check</a> would return failure. Since navigation timing never validates the results of the <a data-link-type="dfn" href="#concept-tao-check" id="ref-for-concept-tao-check②">TAO check</a>, the nested document would still have access to the full timing information, but the container document would not. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-response-tainting" id="ref-for-concept-request-response-tainting①⑧">response tainting</a> is "<code>basic</code>", then return success. </p> <li> <p>Return failure. </p> </ol> </div> <h2 class="heading settled" data-level="5" id="fetch-api"><span class="secno">5. </span><span class="content">Fetch API</span><a class="self-link" href="#fetch-api"></a></h2> <p class="note" role="note">The <a class="idl-code" data-link-type="method" href="#dom-global-fetch" id="ref-for-dom-global-fetch④"><code>fetch()</code></a> method is relatively low-level API for <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch②⑥">fetching</a> resources. It covers slightly more ground than <code class="idl"><a data-link-type="idl" href="https://xhr.spec.whatwg.org/#xmlhttprequest" id="ref-for-xmlhttprequest⑤">XMLHttpRequest</a></code>, although it is currently lacking when it comes to request progression (not response progression). </p> <div class="example" id="fetch-blob-example"> <a class="self-link" href="#fetch-blob-example"></a> <p>The <a class="idl-code" data-link-type="method" href="#dom-global-fetch" id="ref-for-dom-global-fetch⑤"><code>fetch()</code></a> method makes it quite straightforward to <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch②⑦">fetch</a> a resource and extract its contents as a <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-Blob" id="ref-for-dfn-Blob②">Blob</a></code>: </p> <pre><code class="lang-javascript highlight">fetch<c- p>(</c-><c- u>"/music/pk/altes-kamuffel.flac"</c-><c- p>)</c-> <c- p>.</c->then<c- p>(</c->res <c- p>=></c-> res<c- p>.</c->blob<c- p>()).</c->then<c- p>(</c->playBlob<c- p>)</c-> </code></pre> <p>If you just care to log a particular response header: </p> <pre><code class="lang-javascript highlight">fetch<c- p>(</c-><c- u>"/"</c-><c- p>,</c-> <c- p>{</c->method<c- o>:</c-><c- u>"HEAD"</c-><c- p>})</c-> <c- p>.</c->then<c- p>(</c->res <c- p>=></c-> log<c- p>(</c->res<c- p>.</c->headers<c- p>.</c->get<c- p>(</c-><c- u>"strict-transport-security"</c-><c- p>)))</c-> </code></pre> <p>If you want to check a particular response header and then process the response of a cross-origin resource: </p> <pre><code class="lang-javascript highlight">fetch<c- p>(</c-><c- u>"https://pk.example/berlin-calling.json"</c-><c- p>,</c-> <c- p>{</c->mode<c- o>:</c-><c- u>"cors"</c-><c- p>})</c-> <c- p>.</c->then<c- p>(</c->res <c- p>=></c-> <c- p>{</c-> <c- k>if</c-><c- p>(</c->res<c- p>.</c->headers<c- p>.</c->get<c- p>(</c-><c- u>"content-type"</c-><c- p>)</c-> <c- o>&&</c-> res<c- p>.</c->headers<c- p>.</c->get<c- p>(</c-><c- u>"content-type"</c-><c- p>).</c->toLowerCase<c- p>().</c->indexOf<c- p>(</c-><c- u>"application/json"</c-><c- p>)</c-> <c- o>>=</c-> <c- mf>0</c-><c- p>)</c-> <c- p>{</c-> <c- k>return</c-> res<c- p>.</c->json<c- p>()</c-> <c- p>}</c-> <c- k>else</c-> <c- p>{</c-> <c- k>throw</c-> <c- ow>new</c-> <c- ne>TypeError</c-><c- p>()</c-> <c- p>}</c-> <c- p>}).</c->then<c- p>(</c->processJSON<c- p>)</c-> </code></pre> <p>If you want to work with URL query parameters: </p> <pre><code class="lang-javascript highlight"><c- a>var</c-> url <c- o>=</c-> <c- ow>new</c-> URL<c- p>(</c-><c- u>"https://geo.example.org/api"</c-><c- p>),</c-> params <c- o>=</c-> <c- p>{</c->lat<c- o>:</c-><c- mf>35.696233</c-><c- p>,</c-> <c- kr>long</c-><c- o>:</c-><c- mf>139.570431</c-><c- p>}</c-> Object<c- p>.</c->keys<c- p>(</c->params<c- p>).</c->forEach<c- p>(</c->key <c- p>=></c-> url<c- p>.</c->searchParams<c- p>.</c->append<c- p>(</c->key<c- p>,</c-> params<c- p>[</c->key<c- p>]))</c-> fetch<c- p>(</c->url<c- p>).</c->then<c- p>(</c-><c- d>/* … */</c-><c- p>)</c-> </code></pre> <p>If you want to receive the body data progressively: </p> <pre><code class="lang-javascript highlight"><c- a>function</c-> consume<c- p>(</c->reader<c- p>)</c-> <c- p>{</c-> <c- a>var</c-> total <c- o>=</c-> <c- mf>0</c-> <c- k>return</c-> pump<c- p>()</c-> <c- a>function</c-> pump<c- p>()</c-> <c- p>{</c-> <c- k>return</c-> reader<c- p>.</c->read<c- p>().</c->then<c- p>(({</c->done<c- p>,</c-> value<c- p>})</c-> <c- p>=></c-> <c- p>{</c-> <c- k>if</c-> <c- p>(</c->done<c- p>)</c-> <c- p>{</c-> <c- k>return</c-> <c- p>}</c-> total <c- o>+=</c-> value<c- p>.</c->byteLength log<c- p>(</c-><c- sb>`received </c-><c- si>${</c->value<c- p>.</c->byteLength<c- si>}</c-><c- sb> bytes (</c-><c- si>${</c->total<c- si>}</c-><c- sb> bytes in total)`</c-><c- p>)</c-> <c- k>return</c-> pump<c- p>()</c-> <c- p>})</c-> <c- p>}</c-> <c- p>}</c-> fetch<c- p>(</c-><c- u>"/music/pk/altes-kamuffel.flac"</c-><c- p>)</c-> <c- p>.</c->then<c- p>(</c->res <c- p>=></c-> consume<c- p>(</c->res<c- p>.</c->body<c- p>.</c->getReader<c- p>()))</c-> <c- p>.</c->then<c- p>(()</c-> <c- p>=></c-> log<c- p>(</c-><c- u>"consumed the entire body without keeping the whole thing in memory!"</c-><c- p>))</c-> <c- p>.</c-><c- k>catch</c-><c- p>(</c->e <c- p>=></c-> log<c- p>(</c-><c- u>"something went wrong: "</c-> <c- o>+</c-> e<c- p>))</c-> </code></pre> </div> <h3 class="heading settled" data-level="5.1" id="headers-class"><span class="secno">5.1. </span><span class="content">Headers class</span><a class="self-link" href="#headers-class"></a></h3> <pre class="idl highlight def"><c- b>typedef</c-> (<a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#idl-sequence" id="ref-for-idl-sequence"><c- b>sequence</c-></a><<a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#idl-sequence" id="ref-for-idl-sequence①"><c- b>sequence</c-></a><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString"><c- b>ByteString</c-></a>>> <c- b>or</c-> <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#idl-record" id="ref-for-idl-record"><c- b>record</c-></a><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString①"><c- b>ByteString</c-></a>, <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString②"><c- b>ByteString</c-></a>>) <dfn class="dfn-paneled idl-code" data-dfn-type="typedef" data-export id="typedefdef-headersinit"><code><c- g>HeadersInit</c-></code></dfn>; [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#Exposed" id="ref-for-Exposed"><c- g>Exposed</c-></a>=(<c- n>Window</c->,<c- n>Worker</c->)] <c- b>interface</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="interface" data-export id="headers"><code><c- g>Headers</c-></code></dfn> { <a class="idl-code" data-link-type="constructor" href="#dom-headers" id="ref-for-dom-headers"><c- g>constructor</c-></a>(<c- b>optional</c-> <a data-link-type="idl-name" href="#typedefdef-headersinit" id="ref-for-typedefdef-headersinit"><c- n>HeadersInit</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Headers/Headers(init), Headers/constructor(init), Headers/Headers(), Headers/constructor()" data-dfn-type="argument" data-export id="dom-headers-headers-init-init"><code><c- g>init</c-></code></dfn>); <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-undefined" id="ref-for-idl-undefined"><c- b>undefined</c-></a> <a class="idl-code" data-link-type="method" href="#dom-headers-append" id="ref-for-dom-headers-append"><c- g>append</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString③"><c- b>ByteString</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Headers/append(name, value)" data-dfn-type="argument" data-export id="dom-headers-append-name-value-name"><code><c- g>name</c-></code></dfn>, <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString④"><c- b>ByteString</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Headers/append(name, value)" data-dfn-type="argument" data-export id="dom-headers-append-name-value-value"><code><c- g>value</c-></code></dfn>); <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-undefined" id="ref-for-idl-undefined①"><c- b>undefined</c-></a> <a class="idl-code" data-link-type="method" href="#dom-headers-delete" id="ref-for-dom-headers-delete"><c- g>delete</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString⑤"><c- b>ByteString</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Headers/delete(name)" data-dfn-type="argument" data-export id="dom-headers-delete-name-name"><code><c- g>name</c-></code></dfn>); <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString⑥"><c- b>ByteString</c-></a>? <a class="idl-code" data-link-type="method" href="#dom-headers-get" id="ref-for-dom-headers-get"><c- g>get</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString⑦"><c- b>ByteString</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Headers/get(name)" data-dfn-type="argument" data-export id="dom-headers-get-name-name"><code><c- g>name</c-></code></dfn>); <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#idl-sequence" id="ref-for-idl-sequence②"><c- b>sequence</c-></a><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString⑧"><c- b>ByteString</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-headers-getsetcookie" id="ref-for-dom-headers-getsetcookie"><c- g>getSetCookie</c-></a>(); <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean" id="ref-for-idl-boolean"><c- b>boolean</c-></a> <a class="idl-code" data-link-type="method" href="#dom-headers-has" id="ref-for-dom-headers-has"><c- g>has</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString⑨"><c- b>ByteString</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Headers/has(name)" data-dfn-type="argument" data-export id="dom-headers-has-name-name"><code><c- g>name</c-></code></dfn>); <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-undefined" id="ref-for-idl-undefined②"><c- b>undefined</c-></a> <a class="idl-code" data-link-type="method" href="#dom-headers-set" id="ref-for-dom-headers-set"><c- g>set</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString①⓪"><c- b>ByteString</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Headers/set(name, value)" data-dfn-type="argument" data-export id="dom-headers-set-name-value-name"><code><c- g>name</c-></code></dfn>, <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString①①"><c- b>ByteString</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Headers/set(name, value)" data-dfn-type="argument" data-export id="dom-headers-set-name-value-value"><code><c- g>value</c-></code></dfn>); <c- b>iterable</c-><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString①②"><c- b>ByteString</c-></a>, <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString①③"><c- b>ByteString</c-></a>>; }; </pre> <p>A <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers①">Headers</a></code> object has an associated <dfn class="dfn-paneled" data-dfn-for="Headers" data-dfn-type="dfn" data-export id="concept-headers-header-list">header list</dfn> (a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list②②">header list</a>), which is initially empty. <span class="note">This can be a pointer to the <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list②③">header list</a> of something else, e.g., of a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①①①">request</a> as demonstrated by <code class="idl"><a data-link-type="idl" href="#request" id="ref-for-request">Request</a></code> objects.</span> </p> <p>A <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers②">Headers</a></code> object also has an associated <dfn class="dfn-paneled" data-dfn-for="Headers" data-dfn-type="dfn" data-export id="concept-headers-guard">guard</dfn>, which is a <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="headers-guard">headers guard</dfn>. A <a data-link-type="dfn" href="#headers-guard" id="ref-for-headers-guard">headers guard</a> is "<code>immutable</code>", "<code>request</code>", "<code>request-no-cors</code>", "<code>response</code>" or "<code>none</code>". </p> <hr> <dl class="domintro"> <dt><code><var>headers</var> = new <a class="idl-code" data-link-type="constructor" href="#dom-headers" id="ref-for-dom-headers①">Headers</a>([<var>init</var>])</code> <dd> <p>Creates a new <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers③">Headers</a></code> object. <var>init</var> can be used to fill its internal header list, as per the example below. </p> <div class="example" id="example-headers-class"> <a class="self-link" href="#example-headers-class"></a> <pre><code class="lang-javascript highlight"><c- a>const</c-> meta <c- o>=</c-> <c- p>{</c-> <c- u>"Content-Type"</c-><c- o>:</c-> <c- u>"text/xml"</c-><c- p>,</c-> <c- u>"Breaking-Bad"</c-><c- o>:</c-> <c- u>"<3"</c-> <c- p>};</c-> <c- ow>new</c-> Headers<c- p>(</c->meta<c- p>);</c-> <c- c1>// The above is equivalent to</c-> <c- a>const</c-> meta2 <c- o>=</c-> <c- p>[</c-> <c- p>[</c-> <c- u>"Content-Type"</c-><c- p>,</c-> <c- u>"text/xml"</c-> <c- p>],</c-> <c- p>[</c-> <c- u>"Breaking-Bad"</c-><c- p>,</c-> <c- u>"<3"</c-> <c- p>]</c-> <c- p>];</c-> <c- ow>new</c-> Headers<c- p>(</c->meta2<c- p>);</c-> </code></pre> </div> <dt><code><var>headers</var> . <a class="idl-code" data-link-type="method" href="#dom-headers-append" id="ref-for-dom-headers-append①">append</a>(<var>name</var>, <var>value</var>)</code> <dd> <p>Appends a header to <var>headers</var>. </p> <dt><code><var>headers</var> . <a class="idl-code" data-link-type="method" href="#dom-headers-delete" id="ref-for-dom-headers-delete①">delete</a>(<var>name</var>)</code> <dd> <p>Removes a header from <var>headers</var>. </p> <dt><code><var>headers</var> . <a class="idl-code" data-link-type="method" href="#dom-headers-get" id="ref-for-dom-headers-get①">get</a>(<var>name</var>)</code> <dd> <p>Returns as a string the values of all headers whose name is <var>name</var>, separated by a comma and a space. </p> <dt><code><var>headers</var> . <a class="idl-code" data-link-type="method" href="#dom-headers-getsetcookie" id="ref-for-dom-headers-getsetcookie①">getSetCookie</a>()</code> <dd> <p>Returns a list of the values for all headers whose name is `<code>Set-Cookie</code>`. </p> <dt><code><var>headers</var> . <a class="idl-code" data-link-type="method" href="#dom-headers-has" id="ref-for-dom-headers-has①">has</a>(<var>name</var>)</code> <dd> <p>Returns whether there is a header whose name is <var>name</var>. </p> <dt><code><var>headers</var> . <a class="idl-code" data-link-type="method" href="#dom-headers-set" id="ref-for-dom-headers-set①">set</a>(<var>name</var>, <var>value</var>)</code> <dd> <p>Replaces the value of the first header whose name is <var>name</var> with <var>value</var> and removes any remaining headers whose name is <var>name</var>. </p> <dt><code>for(const [<var>name</var>, <var>value</var>] of <var>headers</var>)</code> <dd> <p><var>headers</var> can be iterated over. </p> </dl> <hr> <div class="algorithm" data-algorithm="validate" data-algorithm-for="Headers"> <p>To <dfn class="dfn-paneled" data-dfn-for="Headers" data-dfn-type="dfn" data-noexport id="headers-validate">validate</dfn> a <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑤⑥">header</a> (<var>name</var>, <var>value</var>) for a <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers④">Headers</a></code> object <var>headers</var>: </p> <ol> <li> <p>If <var>name</var> is not a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name①⑨">header name</a> or <var>value</var> is not a <a data-link-type="dfn" href="#header-value" id="ref-for-header-value⑨">header value</a>, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror②">TypeError</a></code>. </p> <li> <p>If <var>headers</var>’s <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard">guard</a> is "<code>immutable</code>", then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw①">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror③">TypeError</a></code>. </p> <li> <p>If <var>headers</var>’s <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard①">guard</a> is "<code>request</code>" and (<var>name</var>, <var>value</var>) is a <a data-link-type="dfn" href="#forbidden-request-header" id="ref-for-forbidden-request-header①">forbidden request-header</a>, then return false. </p> <li> <p>If <var>headers</var>’s <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard②">guard</a> is "<code>response</code>" and <var>name</var> is a <a data-link-type="dfn" href="#forbidden-response-header-name" id="ref-for-forbidden-response-header-name②">forbidden response-header name</a>, then return false. </p> <li> <p>Return true. </p> </ol> </div> <p class="note" role="note">Steps for "<code>request-no-cors</code>" are not shared as you cannot have a fake value (for <code class="idl"><a data-link-type="idl" href="#dom-headers-delete" id="ref-for-dom-headers-delete②">delete()</a></code>) that always succeeds in <a data-link-type="dfn" href="#cors-safelisted-request-header" id="ref-for-cors-safelisted-request-header③">CORS-safelisted request-header</a>. </p> <div class="algorithm" data-algorithm="append" data-algorithm-for="Headers"> <p>To <dfn class="dfn-paneled" data-dfn-for="Headers" data-dfn-type="dfn" data-export id="concept-headers-append">append</dfn> a <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑤⑦">header</a> (<var>name</var>, <var>value</var>) to a <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers⑤">Headers</a></code> object <var>headers</var>, run these steps: </p> <ol> <li> <p><a data-link-type="dfn" href="#concept-header-value-normalize" id="ref-for-concept-header-value-normalize">Normalize</a> <var>value</var>. </p> <li> <p>If <a data-link-type="dfn" href="#headers-validate" id="ref-for-headers-validate">validating</a> (<var>name</var>, <var>value</var>) for <var>headers</var> returns false, then return. </p> <li> <p>If <var>headers</var>’s <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard③">guard</a> is "<code>request-no-cors</code>": </p> <ol> <li> <p>Let <var>temporaryValue</var> be the result of <a data-link-type="dfn" href="#concept-header-list-get" id="ref-for-concept-header-list-get⑦">getting</a> <var>name</var> from <var>headers</var>’s <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list">header list</a>. </p> <li> <p>If <var>temporaryValue</var> is null, then set <var>temporaryValue</var> to <var>value</var>. </p> <li> <p>Otherwise, set <var>temporaryValue</var> to <var>temporaryValue</var>, followed by 0x2C 0x20, followed by <var>value</var>. </p> <li> <p>If (<var>name</var>, <var>temporaryValue</var>) is not a <a data-link-type="dfn" href="#no-cors-safelisted-request-header" id="ref-for-no-cors-safelisted-request-header">no-CORS-safelisted request-header</a>, then return. </p> </ol> <li> <p><a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append②①">Append</a> (<var>name</var>, <var>value</var>) to <var>headers</var>’s <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list①">header list</a>. </p> <li> <p>If <var>headers</var>’s <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard④">guard</a> is "<code>request-no-cors</code>", then <a data-link-type="dfn" href="#concept-headers-remove-privileged-no-cors-request-headers" id="ref-for-concept-headers-remove-privileged-no-cors-request-headers">remove privileged no-CORS request-headers</a> from <var>headers</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="fill" data-algorithm-for="Headers"> <p>To <dfn class="dfn-paneled" data-dfn-for="Headers" data-dfn-type="dfn" data-export id="concept-headers-fill">fill</dfn> a <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers⑥">Headers</a></code> object <var>headers</var> with a given object <var>object</var>, run these steps: </p> <ol> <li> <p>If <var>object</var> is a <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#idl-sequence" id="ref-for-idl-sequence③">sequence</a>, then <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate①④">for each</a> <var>header</var> of <var>object</var>: </p> <ol> <li> <p>If <var>header</var>’s <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-size" id="ref-for-list-size">size</a> is not 2, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw②">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror④">TypeError</a></code>. </p> <li> <p><a data-link-type="dfn" href="#concept-headers-append" id="ref-for-concept-headers-append">Append</a> (<var>header</var>[0], <var>header</var>[1]) to <var>headers</var>. </p> </ol> <li> <p>Otherwise, <var>object</var> is a <a data-link-type="dfn" href="https://tc39.es/ecma262/#sec-list-and-record-specification-type" id="ref-for-sec-list-and-record-specification-type②">record</a>, then <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-iterate" id="ref-for-map-iterate">for each</a> <var>key</var> → <var>value</var> of <var>object</var>, <a data-link-type="dfn" href="#concept-headers-append" id="ref-for-concept-headers-append①">append</a> (<var>key</var>, <var>value</var>) to <var>headers</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="remove privileged no-CORS request-headers" data-algorithm-for="Headers"> <p>To <dfn class="dfn-paneled" data-dfn-for="Headers" data-dfn-type="dfn" data-noexport id="concept-headers-remove-privileged-no-cors-request-headers">remove privileged no-CORS request-headers</dfn> from a <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers⑦">Headers</a></code> object (<var>headers</var>), run these steps: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate①⑤">For each</a> <var>headerName</var> of <a data-link-type="dfn" href="#privileged-no-cors-request-header-name" id="ref-for-privileged-no-cors-request-header-name">privileged no-CORS request-header names</a>: </p> <ol> <li> <p><a data-link-type="dfn" href="#concept-header-list-delete" id="ref-for-concept-header-list-delete②">Delete</a> <var>headerName</var> from <var>headers</var>’s <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list②">header list</a>. </p> </ol> </ol> <p class="note" role="note">This is called when headers are modified by unprivileged code. </p> </div> <div class="algorithm" data-algorithm="Headers(init)" data-algorithm-for="Headers"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Headers" data-dfn-type="constructor" data-export data-lt="Headers(init)|constructor(init)|Headers()|constructor()" id="dom-headers"><code>new Headers(<var>init</var>)</code></dfn> constructor steps are: </p> <ol> <li> <p>Set <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this">this</a>’s <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard⑤">guard</a> to "<code>none</code>". </p> <li> <p>If <var>init</var> is given, then <a data-link-type="dfn" href="#concept-headers-fill" id="ref-for-concept-headers-fill">fill</a> <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this①">this</a> with <var>init</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="append(name, value)" data-algorithm-for="Headers"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Headers" data-dfn-type="method" data-export id="dom-headers-append"><code>append(<var>name</var>, <var>value</var>)</code></dfn> method steps are to <a data-link-type="dfn" href="#concept-headers-append" id="ref-for-concept-headers-append②">append</a> (<var>name</var>, <var>value</var>) to <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this②">this</a>. </p> </div> <div class="algorithm" data-algorithm="delete(name)" data-algorithm-for="Headers"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Headers" data-dfn-type="method" data-export id="dom-headers-delete"><code>delete(<var>name</var>)</code></dfn> method steps are: </p> <ol> <li> <p>If <a data-link-type="dfn" href="#headers-validate" id="ref-for-headers-validate①">validating</a> (<var>name</var>, ``) for <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this③">this</a> returns false, then return. </p> <p class="note" role="note">Passing a dummy <a data-link-type="dfn" href="#header-value" id="ref-for-header-value①⓪">header value</a> ought not to have any negative repercussions. </p> <li> <p>If <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this④">this</a>’s <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard⑥">guard</a> is "<code>request-no-cors</code>", <var>name</var> is not a <a data-link-type="dfn" href="#no-cors-safelisted-request-header-name" id="ref-for-no-cors-safelisted-request-header-name①">no-CORS-safelisted request-header name</a>, and <var>name</var> is not a <a data-link-type="dfn" href="#privileged-no-cors-request-header-name" id="ref-for-privileged-no-cors-request-header-name①">privileged no-CORS request-header name</a>, then return. </p> <li> <p>If <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑤">this</a>’s <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list③">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains②③">does not contain</a> <var>name</var>, then return. </p> <li> <p><a data-link-type="dfn" href="#concept-header-list-delete" id="ref-for-concept-header-list-delete③">Delete</a> <var>name</var> from <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑥">this</a>’s <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list④">header list</a>. </p> <li> <p>If <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑦">this</a>’s <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard⑦">guard</a> is "<code>request-no-cors</code>", then <a data-link-type="dfn" href="#concept-headers-remove-privileged-no-cors-request-headers" id="ref-for-concept-headers-remove-privileged-no-cors-request-headers①">remove privileged no-CORS request-headers</a> from <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑧">this</a>. </p> </ol> </div> <div class="algorithm" data-algorithm="get(name)" data-algorithm-for="Headers"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Headers" data-dfn-type="method" data-export id="dom-headers-get"><code>get(<var>name</var>)</code></dfn> method steps are: </p> <ol> <li> <p>If <var>name</var> is not a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name②⓪">header name</a>, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw③">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror⑤">TypeError</a></code>. </p> <li> <p>Return the result of <a data-link-type="dfn" href="#concept-header-list-get" id="ref-for-concept-header-list-get⑧">getting</a> <var>name</var> from <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑨">this</a>’s <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list⑤">header list</a>. </p> </ol> </div> <div class="algorithm" data-algorithm="getSetCookie()" data-algorithm-for="Headers"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Headers" data-dfn-type="method" data-export id="dom-headers-getsetcookie"><code>getSetCookie()</code></dfn> method steps are: </p> <ol> <li> <p>If <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this①⓪">this</a>’s <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list⑥">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains②④">does not contain</a> `<code>Set-Cookie</code>`, then return « ». </p> <li> <p>Return the <a data-link-type="dfn" href="#concept-header-value" id="ref-for-concept-header-value②①">values</a> of all <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑤⑧">headers</a> in <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this①①">this</a>’s <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list⑦">header list</a> whose <a data-link-type="dfn" href="#concept-header-name" id="ref-for-concept-header-name②③">name</a> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-case-insensitive" id="ref-for-byte-case-insensitive①⑧">byte-case-insensitive</a> match for `<code>Set-Cookie</code>`, in order. </p> </ol> </div> <div class="algorithm" data-algorithm="has(name)" data-algorithm-for="Headers"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Headers" data-dfn-type="method" data-export id="dom-headers-has"><code>has(<var>name</var>)</code></dfn> method steps are: </p> <ol> <li> <p>If <var>name</var> is not a <a data-link-type="dfn" href="#header-name" id="ref-for-header-name②①">header name</a>, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw④">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror⑥">TypeError</a></code>. </p> <li> <p>Return true if <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this①②">this</a>’s <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list⑧">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains②⑤">contains</a> <var>name</var>; otherwise false. </p> </ol> </div> <div class="algorithm" data-algorithm="set(name, value)" data-algorithm-for="Headers"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Headers" data-dfn-type="method" data-export id="dom-headers-set"><code>set(<var>name</var>, <var>value</var>)</code></dfn> method steps are: </p> <ol> <li> <p><a data-link-type="dfn" href="#concept-header-value-normalize" id="ref-for-concept-header-value-normalize①">Normalize</a> <var>value</var>. </p> <li> <p>If <a data-link-type="dfn" href="#headers-validate" id="ref-for-headers-validate②">validating</a> (<var>name</var>, <var>value</var>) for <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this①③">this</a> returns false, then return. </p> <li> <p>If <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this①④">this</a>’s <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard⑧">guard</a> is "<code>request-no-cors</code>" and (<var>name</var>, <var>value</var>) is not a <a data-link-type="dfn" href="#no-cors-safelisted-request-header" id="ref-for-no-cors-safelisted-request-header①">no-CORS-safelisted request-header</a>, then return. </p> <li> <p><a data-link-type="dfn" href="#concept-header-list-set" id="ref-for-concept-header-list-set①">Set</a> (<var>name</var>, <var>value</var>) in <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this①⑤">this</a>’s <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list⑨">header list</a>. </p> <li> <p>If <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this①⑥">this</a>’s <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard⑨">guard</a> is "<code>request-no-cors</code>", then <a data-link-type="dfn" href="#concept-headers-remove-privileged-no-cors-request-headers" id="ref-for-concept-headers-remove-privileged-no-cors-request-headers②">remove privileged no-CORS request-headers</a> from <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this①⑦">this</a>. </p> </ol> </div> <p>The <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-value-pairs-to-iterate-over" id="ref-for-dfn-value-pairs-to-iterate-over">value pairs to iterate over</a> are the return value of running <a data-link-type="dfn" href="#concept-header-list-sort-and-combine" id="ref-for-concept-header-list-sort-and-combine">sort and combine</a> with <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this①⑧">this</a>’s <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list①⓪">header list</a>. </p> <h3 class="heading settled" data-level="5.2" id="bodyinit-unions"><span class="secno">5.2. </span><span class="content">BodyInit unions</span><a class="self-link" href="#bodyinit-unions"></a></h3> <pre class="idl highlight def"><c- b>typedef</c-> (<a data-link-type="idl-name" href="https://w3c.github.io/FileAPI/#dfn-Blob" id="ref-for-dfn-Blob③"><c- n>Blob</c-></a> <c- b>or</c-> <a data-link-type="idl-name" href="https://webidl.spec.whatwg.org/#BufferSource" id="ref-for-BufferSource"><c- n>BufferSource</c-></a> <c- b>or</c-> <a data-link-type="idl-name" href="https://xhr.spec.whatwg.org/#formdata" id="ref-for-formdata①"><c- n>FormData</c-></a> <c- b>or</c-> <a data-link-type="idl-name" href="https://url.spec.whatwg.org/#urlsearchparams" id="ref-for-urlsearchparams"><c- n>URLSearchParams</c-></a> <c- b>or</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString" id="ref-for-idl-USVString"><c- b>USVString</c-></a>) <dfn class="dfn-paneled idl-code" data-dfn-type="typedef" data-export id="typedefdef-xmlhttprequestbodyinit"><code><c- g>XMLHttpRequestBodyInit</c-></code></dfn>; <c- b>typedef</c-> (<a data-link-type="idl-name" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream④"><c- n>ReadableStream</c-></a> <c- b>or</c-> <a data-link-type="idl-name" href="#typedefdef-xmlhttprequestbodyinit" id="ref-for-typedefdef-xmlhttprequestbodyinit"><c- n>XMLHttpRequestBodyInit</c-></a>) <dfn class="dfn-paneled idl-code" data-dfn-type="typedef" data-export id="bodyinit"><code><c- g>BodyInit</c-></code></dfn>;</pre> <p>To <dfn class="dfn-paneled" data-dfn-for="BodyInit" data-dfn-type="dfn" data-export id="bodyinit-safely-extract">safely extract</dfn> a <a data-link-type="dfn" href="#body-with-type" id="ref-for-body-with-type">body with type</a> from a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence①⑨">byte sequence</a> or <code class="idl"><a data-link-type="idl" href="#bodyinit" id="ref-for-bodyinit">BodyInit</a></code> object <var>object</var>, run these steps: </p> <ol> <li> <p>If <var>object</var> is a <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream⑤">ReadableStream</a></code> object, then: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert②②">Assert</a>: <var>object</var> is neither <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#is-readable-stream-disturbed" id="ref-for-is-readable-stream-disturbed">disturbed</a> nor <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-locked" id="ref-for-readablestream-locked">locked</a>. </p> </ol> <li> <p>Return the result of <a data-link-type="dfn" href="#concept-bodyinit-extract" id="ref-for-concept-bodyinit-extract">extracting</a> <var>object</var>. </p> </ol> <p class="note" role="note">The <a data-link-type="dfn" href="#bodyinit-safely-extract" id="ref-for-bodyinit-safely-extract⑥">safely extract</a> operation is a subset of the <a data-link-type="dfn" href="#concept-bodyinit-extract" id="ref-for-concept-bodyinit-extract①">extract</a> operation that is guaranteed to not throw an exception. </p> <p>To <dfn class="dfn-paneled" data-dfn-for="BodyInit" data-dfn-type="dfn" data-export id="concept-bodyinit-extract">extract</dfn> a <a data-link-type="dfn" href="#body-with-type" id="ref-for-body-with-type①">body with type</a> from a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence②⓪">byte sequence</a> or <code class="idl"><a data-link-type="idl" href="#bodyinit" id="ref-for-bodyinit①">BodyInit</a></code> object <var>object</var>, with an optional boolean <dfn class="dfn-paneled" data-dfn-for="BodyInit/extract" data-dfn-type="dfn" data-export id="keepalive"><var>keepalive</var></dfn> (default false), run these steps: </p> <ol> <li> <p>Let <var>stream</var> be null. </p> <li> <p>If <var>object</var> is a <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream⑥">ReadableStream</a></code> object, then set <var>stream</var> to <var>object</var>. </p> <li> <p>Otherwise, if <var>object</var> is a <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-Blob" id="ref-for-dfn-Blob④">Blob</a></code> object, set <var>stream</var> to the result of running <var>object</var>’s <a data-link-type="dfn" href="https://w3c.github.io/FileAPI/#blob-get-stream" id="ref-for-blob-get-stream">get stream</a>. </p> <li> <p>Otherwise, set <var>stream</var> to a <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#new" id="ref-for-new①">new</a> <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream⑦">ReadableStream</a></code> object, and <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-set-up-with-byte-reading-support" id="ref-for-readablestream-set-up-with-byte-reading-support①">set up</a> <var>stream</var> with byte reading support. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert②③">Assert</a>: <var>stream</var> is a <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream⑧">ReadableStream</a></code> object. </p> <li> <p>Let <var>action</var> be null. </p> <li> <p>Let <var>source</var> be null. </p> <li> <p>Let <var>length</var> be null. </p> <li> <p>Let <var>type</var> be null. </p> <li> <p>Switch on <var>object</var>: </p> <dl class="switch"> <dt><code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-Blob" id="ref-for-dfn-Blob⑤">Blob</a></code> <dd> <p>Set <var>source</var> to <var>object</var>. </p> <p>Set <var>length</var> to <var>object</var>’s <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-size" id="ref-for-dfn-size②">size</a></code>. </p> <p>If <var>object</var>’s <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-type" id="ref-for-dfn-type①">type</a></code> attribute is not the empty byte sequence, set <var>type</var> to its value. </p> <dt><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence②①">byte sequence</a> <dd> <p>Set <var>source</var> to <var>object</var>. </p> <dt><code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#BufferSource" id="ref-for-BufferSource①">BufferSource</a></code> <dd> <p>Set <var>source</var> to a <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-get-buffer-source-copy" id="ref-for-dfn-get-buffer-source-copy①">copy of the bytes</a> held by <var>object</var>. </p> <dt><code class="idl"><a data-link-type="idl" href="https://xhr.spec.whatwg.org/#formdata" id="ref-for-formdata②">FormData</a></code> <dd> <p>Set <var>action</var> to this step: run the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart%2Fform-data-encoding-algorithm" id="ref-for-multipart%2Fform-data-encoding-algorithm"><code>multipart/form-data</code> encoding algorithm</a>, with <var>object</var>’s <a data-link-type="dfn" href="https://xhr.spec.whatwg.org/#concept-formdata-entry-list" id="ref-for-concept-formdata-entry-list">entry list</a> and <a data-link-type="dfn" href="https://encoding.spec.whatwg.org/#utf-8" id="ref-for-utf-8①">UTF-8</a>. </p> <p>Set <var>source</var> to <var>object</var>. </p> <p>Set <var>length</var> to <span class="XXX">unclear, see <a href="https://github.com/whatwg/html/issues/6424">html/6424</a> for improving this</span>. </p> <p>Set <var>type</var> to `<code>multipart/form-data; boundary=</code>`, followed by the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart%2Fform-data-boundary-string" id="ref-for-multipart%2Fform-data-boundary-string"><code>multipart/form-data</code> boundary string</a> generated by the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart%2Fform-data-encoding-algorithm" id="ref-for-multipart%2Fform-data-encoding-algorithm①"><code>multipart/form-data</code> encoding algorithm</a>. </p> <dt><code class="idl"><a data-link-type="idl" href="https://url.spec.whatwg.org/#urlsearchparams" id="ref-for-urlsearchparams①">URLSearchParams</a></code> <dd> <p>Set <var>source</var> to the result of running the <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-urlencoded-serializer" id="ref-for-concept-urlencoded-serializer"><code>application/x-www-form-urlencoded</code> serializer</a> with <var>object</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-urlsearchparams-list" id="ref-for-concept-urlsearchparams-list">list</a>. </p> <p>Set <var>type</var> to `<code>application/x-www-form-urlencoded;charset=UTF-8</code>`. </p> <dt><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#scalar-value-string" id="ref-for-scalar-value-string">scalar value string</a> <dd> <p>Set <var>source</var> to the <a data-link-type="dfn" href="https://encoding.spec.whatwg.org/#utf-8-encode" id="ref-for-utf-8-encode">UTF-8 encoding</a> of <var>object</var>. </p> <p>Set <var>type</var> to `<code>text/plain;charset=UTF-8</code>`. </p> <dt><code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream⑨">ReadableStream</a></code> <dd> <p>If <var>keepalive</var> is true, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw⑤">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror⑦">TypeError</a></code>. </p> <p>If <var>object</var> is <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#is-readable-stream-disturbed" id="ref-for-is-readable-stream-disturbed①">disturbed</a> or <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-locked" id="ref-for-readablestream-locked①">locked</a>, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw⑥">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror⑧">TypeError</a></code>. </p> </dl> <li> <p>If <var>source</var> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence②②">byte sequence</a>, then set <var>action</var> to a step that returns <var>source</var> and <var>length</var> to <var>source</var>’s <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence-length" id="ref-for-byte-sequence-length⑤">length</a>. </p> <li> <p>If <var>action</var> is non-null, then run these steps <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel" id="ref-for-in-parallel⑦">in parallel</a>: </p> <ol> <li> <p>Run <var>action</var>. </p> <p>Whenever one or more bytes are available and <var>stream</var> is not <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-errored" id="ref-for-readablestream-errored①">errored</a>, <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-enqueue" id="ref-for-readablestream-enqueue③">enqueue</a> the result of <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#arraybufferview-create" id="ref-for-arraybufferview-create">creating</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-Uint8Array" id="ref-for-idl-Uint8Array②">Uint8Array</a></code> from the available bytes into <var>stream</var>. </p> <p>When running <var>action</var> is done, <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-close" id="ref-for-readablestream-close①">close</a> <var>stream</var>. </p> </ol> <li> <p>Let <var>body</var> be a <a data-link-type="dfn" href="#concept-body" id="ref-for-concept-body①②">body</a> whose <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream①④">stream</a> is <var>stream</var>, <a data-link-type="dfn" href="#concept-body-source" id="ref-for-concept-body-source①③">source</a> is <var>source</var>, and <a data-link-type="dfn" href="#concept-body-total-bytes" id="ref-for-concept-body-total-bytes③">length</a> is <var>length</var>. </p> <li> <p>Return (<var>body</var>, <var>type</var>). </p> </ol> <h3 class="heading settled" data-level="5.3" id="body-mixin"><span class="secno">5.3. </span><span class="content">Body mixin</span><a class="self-link" href="#body-mixin"></a></h3> <pre class="idl highlight def"><c- b>interface</c-> <c- b>mixin</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="interface" data-export id="body"><code><c- g>Body</c-></code></dfn> { <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream①⓪"><c- n>ReadableStream</c-></a>? <a class="idl-code" data-link-type="attribute" data-readonly data-type="ReadableStream?" href="#dom-body-body" id="ref-for-dom-body-body"><c- g>body</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean" id="ref-for-idl-boolean①"><c- b>boolean</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="boolean" href="#dom-body-bodyused" id="ref-for-dom-body-bodyused"><c- g>bodyUsed</c-></a>; [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject" id="ref-for-NewObject"><c- g>NewObject</c-></a>] <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise" id="ref-for-idl-promise"><c- b>Promise</c-></a><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ArrayBuffer" id="ref-for-idl-ArrayBuffer"><c- b>ArrayBuffer</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-body-arraybuffer" id="ref-for-dom-body-arraybuffer"><c- g>arrayBuffer</c-></a>(); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject" id="ref-for-NewObject①"><c- g>NewObject</c-></a>] <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise" id="ref-for-idl-promise①"><c- b>Promise</c-></a><<a data-link-type="idl-name" href="https://w3c.github.io/FileAPI/#dfn-Blob" id="ref-for-dfn-Blob⑥"><c- n>Blob</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-body-blob" id="ref-for-dom-body-blob"><c- g>blob</c-></a>(); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject" id="ref-for-NewObject②"><c- g>NewObject</c-></a>] <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise" id="ref-for-idl-promise②"><c- b>Promise</c-></a><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-Uint8Array" id="ref-for-idl-Uint8Array③"><c- b>Uint8Array</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-body-bytes" id="ref-for-dom-body-bytes"><c- g>bytes</c-></a>(); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject" id="ref-for-NewObject③"><c- g>NewObject</c-></a>] <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise" id="ref-for-idl-promise③"><c- b>Promise</c-></a><<a data-link-type="idl-name" href="https://xhr.spec.whatwg.org/#formdata" id="ref-for-formdata③"><c- n>FormData</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-body-formdata" id="ref-for-dom-body-formdata"><c- g>formData</c-></a>(); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject" id="ref-for-NewObject④"><c- g>NewObject</c-></a>] <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise" id="ref-for-idl-promise④"><c- b>Promise</c-></a><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-any" id="ref-for-idl-any"><c- b>any</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-body-json" id="ref-for-dom-body-json"><c- g>json</c-></a>(); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject" id="ref-for-NewObject⑤"><c- g>NewObject</c-></a>] <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise" id="ref-for-idl-promise⑤"><c- b>Promise</c-></a><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString" id="ref-for-idl-USVString①"><c- b>USVString</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-body-text" id="ref-for-dom-body-text"><c- g>text</c-></a>(); };</pre> <p class="note" role="note">Formats you would not want a network layer to be dependent upon, such as HTML, will likely not be exposed here. Rather, an HTML parser API might accept a stream in due course. </p> <p>Objects including the <code class="idl"><a data-link-type="idl" href="#body" id="ref-for-body">Body</a></code> interface mixin have an associated <dfn class="dfn-paneled" data-dfn-for="Body" data-dfn-type="dfn" data-noexport id="concept-body-body">body</dfn> (null or a <a data-link-type="dfn" href="#concept-body" id="ref-for-concept-body①③">body</a>). </p> <p>An object including the <code class="idl"><a data-link-type="idl" href="#body" id="ref-for-body①">Body</a></code> interface mixin is said to be <dfn class="dfn-paneled" data-dfn-for="Body" data-dfn-type="dfn" data-export id="body-unusable">unusable</dfn> if its <a data-link-type="dfn" href="#concept-body-body" id="ref-for-concept-body-body">body</a> is non-null and its <a data-link-type="dfn" href="#concept-body-body" id="ref-for-concept-body-body①">body</a>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream①⑤">stream</a> is <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#is-readable-stream-disturbed" id="ref-for-is-readable-stream-disturbed②">disturbed</a> or <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-locked" id="ref-for-readablestream-locked②">locked</a>. </p> <hr> <dl class="domintro"> <dt><code><var>requestOrResponse</var> . <a class="idl-code" data-link-type="attribute" href="#dom-body-body" id="ref-for-dom-body-body①">body</a></code> <dd> <p>Returns <var>requestOrResponse</var>’s body as <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream①①">ReadableStream</a></code>. </p> <dt><code><var>requestOrResponse</var> . <a class="idl-code" data-link-type="attribute" href="#dom-body-bodyused" id="ref-for-dom-body-bodyused①">bodyUsed</a></code> <dd> <p>Returns whether <var>requestOrResponse</var>’s body has been read from. </p> <dt><code><var>requestOrResponse</var> . <a class="idl-code" data-link-type="method" href="#dom-body-arraybuffer" id="ref-for-dom-body-arraybuffer①">arrayBuffer</a>()</code> <dd> <p>Returns a promise fulfilled with <var>requestOrResponse</var>’s body as <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-ArrayBuffer" id="ref-for-idl-ArrayBuffer①">ArrayBuffer</a></code>. </p> <dt><code><var>requestOrResponse</var> . <a class="idl-code" data-link-type="method" href="#dom-body-blob" id="ref-for-dom-body-blob①">blob</a>()</code> <dd> <p>Returns a promise fulfilled with <var>requestOrResponse</var>’s body as <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-Blob" id="ref-for-dfn-Blob⑦">Blob</a></code>. </p> <dt><code><var>requestOrResponse</var> . <a class="idl-code" data-link-type="method" href="#dom-body-bytes" id="ref-for-dom-body-bytes①">bytes</a>()</code> <dd> <p>Returns a promise fulfilled with <var>requestOrResponse</var>’s body as <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-Uint8Array" id="ref-for-idl-Uint8Array④">Uint8Array</a></code>. </p> <dt><code><var>requestOrResponse</var> . <a class="idl-code" data-link-type="method" href="#dom-body-formdata" id="ref-for-dom-body-formdata①">formData</a>()</code> <dd> <p>Returns a promise fulfilled with <var>requestOrResponse</var>’s body as <code class="idl"><a data-link-type="idl" href="https://xhr.spec.whatwg.org/#formdata" id="ref-for-formdata④">FormData</a></code>. </p> <dt><code><var>requestOrResponse</var> . <a class="idl-code" data-link-type="method" href="#dom-body-json" id="ref-for-dom-body-json①">json</a>()</code> <dd> <p>Returns a promise fulfilled with <var>requestOrResponse</var>’s body parsed as JSON. </p> <dt><code><var>requestOrResponse</var> . <a class="idl-code" data-link-type="method" href="#dom-body-text" id="ref-for-dom-body-text①">text</a>()</code> <dd> <p>Returns a promise fulfilled with <var>requestOrResponse</var>’s body as string. </p> </dl> <hr> <div class="algorithm" data-algorithm="get the MIME type" data-algorithm-for="Body"> <p>To <dfn class="dfn-paneled" data-dfn-for="Body" data-dfn-type="dfn" data-noexport id="concept-body-mime-type">get the MIME type</dfn>, given a <code class="idl"><a data-link-type="idl" href="#request" id="ref-for-request①">Request</a></code> or <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response①">Response</a></code> object <var>requestOrResponse</var>: </p> <ol> <li> <p>Let <var>headers</var> be null. </p> <li> <p>If <var>requestOrResponse</var> is a <code class="idl"><a data-link-type="idl" href="#request" id="ref-for-request②">Request</a></code> object, then set <var>headers</var> to <var>requestOrResponse</var>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request">request</a>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list④⑤">header list</a>. </p> <li> <p>Otherwise, set <var>headers</var> to <var>requestOrResponse</var>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response">response</a>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list③②">header list</a>. </p> <li> <p>Let <var>mimeType</var> be the result of <a data-link-type="dfn" href="#concept-header-extract-mime-type" id="ref-for-concept-header-extract-mime-type⑧">extracting a MIME type</a> from <var>headers</var>. </p> <li> <p>If <var>mimeType</var> is failure, then return null. </p> <li> <p>Return <var>mimeType</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="body" data-algorithm-for="Body"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Body" data-dfn-type="attribute" data-export id="dom-body-body"><code>body</code></dfn> getter steps are to return null if <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this①⑨">this</a>’s <a data-link-type="dfn" href="#concept-body-body" id="ref-for-concept-body-body②">body</a> is null; otherwise <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this②⓪">this</a>’s <a data-link-type="dfn" href="#concept-body-body" id="ref-for-concept-body-body③">body</a>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream①⑥">stream</a>. </p> </div> <div class="algorithm" data-algorithm="bodyUsed" data-algorithm-for="Body"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Body" data-dfn-type="attribute" data-export id="dom-body-bodyused"><code>bodyUsed</code></dfn> getter steps are to return true if <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this②①">this</a>’s <a data-link-type="dfn" href="#concept-body-body" id="ref-for-concept-body-body④">body</a> is non-null and <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this②②">this</a>’s <a data-link-type="dfn" href="#concept-body-body" id="ref-for-concept-body-body⑤">body</a>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream①⑦">stream</a> is <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#is-readable-stream-disturbed" id="ref-for-is-readable-stream-disturbed③">disturbed</a>; otherwise false. </p> </div> <div class="algorithm" data-algorithm="consume body" data-algorithm-for="Body"> <p id="concept-body-package-data">The <dfn class="dfn-paneled" data-dfn-for="Body" data-dfn-type="dfn" data-noexport id="concept-body-consume-body">consume body</dfn> algorithm, given an object that includes <code class="idl"><a data-link-type="idl" href="#body" id="ref-for-body②">Body</a></code> <var>object</var> and an algorithm that takes a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence②③">byte sequence</a> and returns a JavaScript value or throws an exception <var>convertBytesToJSValue</var>, runs these steps: </p> <ol> <li> <p>If <var>object</var> is <a data-link-type="dfn" href="#body-unusable" id="ref-for-body-unusable">unusable</a>, then return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#a-promise-rejected-with" id="ref-for-a-promise-rejected-with">a promise rejected with</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror⑨">TypeError</a></code>. </p> <li> <p>Let <var>promise</var> be <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#a-new-promise" id="ref-for-a-new-promise①">a new promise</a>. </p> <li>Let <var>errorSteps</var> given <var>error</var> be to <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#reject" id="ref-for-reject">reject</a> <var>promise</var> with <var>error</var>. <li>Let <var>successSteps</var> given a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence②④">byte sequence</a> <var>data</var> be to <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#resolve" id="ref-for-resolve①">resolve</a> <var>promise</var> with the result of running <var>convertBytesToJSValue</var> with <var>data</var>. If that threw an exception, then run <var>errorSteps</var> with that exception. <li> <p>If <var>object</var>’s <a data-link-type="dfn" href="#concept-body-body" id="ref-for-concept-body-body⑥">body</a> is null, then run <var>successSteps</var> with an empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence②⑤">byte sequence</a>. </p> <li> <p>Otherwise, <a data-link-type="dfn" href="#body-fully-read" id="ref-for-body-fully-read②">fully read</a> <var>object</var>’s <a data-link-type="dfn" href="#concept-body-body" id="ref-for-concept-body-body⑦">body</a> given <var>successSteps</var>, <var>errorSteps</var>, and <var>object</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global" id="ref-for-concept-relevant-global">relevant global object</a>. </p> <li> <p>Return <var>promise</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="arrayBuffer()" data-algorithm-for="Body"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Body" data-dfn-type="method" data-export id="dom-body-arraybuffer"><code>arrayBuffer()</code></dfn> method steps are to return the result of running <a data-link-type="dfn" href="#concept-body-consume-body" id="ref-for-concept-body-consume-body">consume body</a> with <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this②③">this</a> and the following step given a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence②⑥">byte sequence</a> <var>bytes</var>: return the result of <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#arraybuffer-create" id="ref-for-arraybuffer-create">creating</a> an <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-ArrayBuffer" id="ref-for-idl-ArrayBuffer②">ArrayBuffer</a></code> from <var>bytes</var> in <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this②④">this</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm" id="ref-for-concept-relevant-realm">relevant realm</a>. </p> <p class="note" role="note">The above method can reject with a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-rangeerror" id="ref-for-exceptiondef-rangeerror">RangeError</a></code>. </p> </div> <div class="algorithm" data-algorithm="blob()" data-algorithm-for="Body"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Body" data-dfn-type="method" data-export id="dom-body-blob"><code>blob()</code></dfn> method steps are to return the result of running <a data-link-type="dfn" href="#concept-body-consume-body" id="ref-for-concept-body-consume-body①">consume body</a> with <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this②⑤">this</a> and the following step given a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence②⑦">byte sequence</a> <var>bytes</var>: return a <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-Blob" id="ref-for-dfn-Blob⑧">Blob</a></code> whose contents are <var>bytes</var> and whose <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-type" id="ref-for-dfn-type②">type</a></code> attribute is the result of <a data-link-type="dfn" href="#concept-body-mime-type" id="ref-for-concept-body-mime-type">get the MIME type</a> with <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this②⑥">this</a>. </p> </div> <div class="algorithm" data-algorithm="bytes()" data-algorithm-for="Body"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Body" data-dfn-type="method" data-export id="dom-body-bytes"><code>bytes()</code></dfn> method steps are to return the result of running <a data-link-type="dfn" href="#concept-body-consume-body" id="ref-for-concept-body-consume-body②">consume body</a> with <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this②⑦">this</a> and the following step given a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence②⑧">byte sequence</a> <var>bytes</var>: return the result of <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#arraybufferview-create" id="ref-for-arraybufferview-create①">creating</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-Uint8Array" id="ref-for-idl-Uint8Array⑤">Uint8Array</a></code> from <var>bytes</var> in <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this②⑧">this</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm" id="ref-for-concept-relevant-realm①">relevant realm</a>. </p> <p class="note" role="note">The above method can reject with a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-rangeerror" id="ref-for-exceptiondef-rangeerror①">RangeError</a></code>. </p> </div> <div class="algorithm" data-algorithm="formData()" data-algorithm-for="Body"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Body" data-dfn-type="method" data-export id="dom-body-formdata"><code>formData()</code></dfn> method steps are to return the result of running <a data-link-type="dfn" href="#concept-body-consume-body" id="ref-for-concept-body-consume-body③">consume body</a> with <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this②⑨">this</a> and the following steps given a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence②⑨">byte sequence</a> <var>bytes</var>: </p> <ol> <li> <p>Let <var>mimeType</var> be the result of <a data-link-type="dfn" href="#concept-body-mime-type" id="ref-for-concept-body-mime-type①">get the MIME type</a> with <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this③⓪">this</a>. </p> <li> <p>If <var>mimeType</var> is non-null, then switch on <var>mimeType</var>’s <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#mime-type-essence" id="ref-for-mime-type-essence⑧">essence</a> and run the corresponding steps: </p> <dl class="switch"> <dt>"<code>multipart/form-data</code>" <dd> <ol> <li> <p>Parse <var>bytes</var>, using the value of the `<code>boundary</code>` parameter from <var>mimeType</var>, per the rules set forth in <cite>Returning Values from Forms: multipart/form-data</cite>. <a data-link-type="biblio" href="#biblio-rfc7578" title="Returning Values from Forms: multipart/form-data">[RFC7578]</a> </p> <p>Each part whose `<code>Content-Disposition</code>` header contains a `<code>filename</code>` parameter must be parsed into an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-entry" id="ref-for-form-entry">entry</a> whose value is a <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-file" id="ref-for-dfn-file">File</a></code> object whose contents are the contents of the part. The <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-name" id="ref-for-dfn-name">name</a></code> attribute of the <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-file" id="ref-for-dfn-file①">File</a></code> object must have the value of the `<code>filename</code>` parameter of the part. The <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-type" id="ref-for-dfn-type③">type</a></code> attribute of the <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/FileAPI/#dfn-file" id="ref-for-dfn-file②">File</a></code> object must have the value of the `<code>Content-Type</code>` header of the part if the part has such header, and `<code>text/plain</code>` (the default defined by <a data-link-type="biblio" href="#biblio-rfc7578" title="Returning Values from Forms: multipart/form-data">[RFC7578]</a> section 4.4) otherwise. </p> <p>Each part whose `<code>Content-Disposition</code>` header does not contain a `<code>filename</code>` parameter must be parsed into an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-entry" id="ref-for-form-entry①">entry</a> whose value is the <a data-link-type="dfn" href="https://encoding.spec.whatwg.org/#utf-8-decode-without-bom" id="ref-for-utf-8-decode-without-bom">UTF-8 decoded without BOM</a> content of the part. <span class="note">This is done regardless of the presence or the value of a `<code>Content-Type</code>` header and regardless of the presence or the value of a `<code>charset</code>` parameter.</span> </p> <p class="note" role="note">A part whose `<code>Content-Disposition</code>` header contains a `<code>name</code>` parameter whose value is `<code>_charset_</code>` is parsed like any other part. It does not change the encoding. </p> <li> <p>If that fails for some reason, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw⑦">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror①⓪">TypeError</a></code>. </p> <li> <p>Return a new <code class="idl"><a data-link-type="idl" href="https://xhr.spec.whatwg.org/#formdata" id="ref-for-formdata⑤">FormData</a></code> object, appending each <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-entry" id="ref-for-form-entry②">entry</a>, resulting from the parsing operation, to its <a data-link-type="dfn" href="https://xhr.spec.whatwg.org/#concept-formdata-entry-list" id="ref-for-concept-formdata-entry-list①">entry list</a>. </p> </ol> <p class="XXX">The above is a rough approximation of what is needed for `<code>multipart/form-data</code>`, a more detailed parsing specification is to be written. Volunteers welcome. </p> <dt>"<code>application/x-www-form-urlencoded</code>" <dd> <ol> <li> <p>Let <var>entries</var> be the result of <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-urlencoded-parser" id="ref-for-concept-urlencoded-parser">parsing</a> <var>bytes</var>. </p> <li> <p>Return a new <code class="idl"><a data-link-type="idl" href="https://xhr.spec.whatwg.org/#formdata" id="ref-for-formdata⑥">FormData</a></code> object whose <a data-link-type="dfn" href="https://xhr.spec.whatwg.org/#concept-formdata-entry-list" id="ref-for-concept-formdata-entry-list②">entry list</a> is <var>entries</var>. </p> </ol> </dl> <li> <p><a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw⑧">Throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror①①">TypeError</a></code>. </p> </ol> </div> <div class="algorithm" data-algorithm="json()" data-algorithm-for="Body"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Body" data-dfn-type="method" data-export id="dom-body-json"><code>json()</code></dfn> method steps are to return the result of running <a data-link-type="dfn" href="#concept-body-consume-body" id="ref-for-concept-body-consume-body④">consume body</a> with <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this③①">this</a> and <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#parse-json-bytes-to-a-javascript-value" id="ref-for-parse-json-bytes-to-a-javascript-value">parse JSON from bytes</a>. </p> <p class="note" role="note">The above method can reject with a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#syntaxerror" id="ref-for-syntaxerror">SyntaxError</a></code>. </p> </div> <div class="algorithm" data-algorithm="text()" data-algorithm-for="Body"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Body" data-dfn-type="method" data-export id="dom-body-text"><code>text()</code></dfn> method steps are to return the result of running <a data-link-type="dfn" href="#concept-body-consume-body" id="ref-for-concept-body-consume-body⑤">consume body</a> with <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this③②">this</a> and <a data-link-type="dfn" href="https://encoding.spec.whatwg.org/#utf-8-decode" id="ref-for-utf-8-decode">UTF-8 decode</a>. </p> </div> <h3 class="heading settled" data-level="5.4" id="request-class"><span class="secno">5.4. </span><span class="content">Request class</span><a class="self-link" href="#request-class"></a></h3> <pre class="idl highlight def"><c- b>typedef</c-> (<a data-link-type="idl-name" href="#request" id="ref-for-request③"><c- n>Request</c-></a> <c- b>or</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString" id="ref-for-idl-USVString②"><c- b>USVString</c-></a>) <dfn class="dfn-paneled idl-code" data-dfn-type="typedef" data-export id="requestinfo"><code><c- g>RequestInfo</c-></code></dfn>; [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#Exposed" id="ref-for-Exposed①"><c- g>Exposed</c-></a>=(<c- n>Window</c->,<c- n>Worker</c->)] <c- b>interface</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="interface" data-export id="request"><code><c- g>Request</c-></code></dfn> { <a class="idl-code" data-link-type="constructor" href="#dom-request" id="ref-for-dom-request"><c- g>constructor</c-></a>(<a data-link-type="idl-name" href="#requestinfo" id="ref-for-requestinfo"><c- n>RequestInfo</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Request/Request(input, init), Request/constructor(input, init), Request/Request(input), Request/constructor(input)" data-dfn-type="argument" data-export id="dom-request-request-input-init-input"><code><c- g>input</c-></code></dfn>, <c- b>optional</c-> <a data-link-type="idl-name" href="#requestinit" id="ref-for-requestinit"><c- n>RequestInit</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Request/Request(input, init), Request/constructor(input, init), Request/Request(input), Request/constructor(input)" data-dfn-type="argument" data-export id="dom-request-request-input-init-init"><code><c- g>init</c-></code></dfn> = {}); <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString①④"><c- b>ByteString</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="ByteString" href="#dom-request-method" id="ref-for-dom-request-method"><c- g>method</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString" id="ref-for-idl-USVString③"><c- b>USVString</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="USVString" href="#dom-request-url" id="ref-for-dom-request-url"><c- g>url</c-></a>; [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#SameObject" id="ref-for-SameObject"><c- g>SameObject</c-></a>] <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#headers" id="ref-for-headers⑧"><c- n>Headers</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="Headers" href="#dom-request-headers" id="ref-for-dom-request-headers"><c- g>headers</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#requestdestination" id="ref-for-requestdestination①"><c- n>RequestDestination</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="RequestDestination" href="#dom-request-destination" id="ref-for-dom-request-destination"><c- g>destination</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString" id="ref-for-idl-USVString④"><c- b>USVString</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="USVString" href="#dom-request-referrer" id="ref-for-dom-request-referrer"><c- g>referrer</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="https://w3c.github.io/webappsec-referrer-policy/#enumdef-referrerpolicy" id="ref-for-enumdef-referrerpolicy"><c- n>ReferrerPolicy</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="ReferrerPolicy" href="#dom-request-referrerpolicy" id="ref-for-dom-request-referrerpolicy"><c- g>referrerPolicy</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#requestmode" id="ref-for-requestmode"><c- n>RequestMode</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="RequestMode" href="#dom-request-mode" id="ref-for-dom-request-mode"><c- g>mode</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#requestcredentials" id="ref-for-requestcredentials"><c- n>RequestCredentials</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="RequestCredentials" href="#dom-request-credentials" id="ref-for-dom-request-credentials"><c- g>credentials</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#requestcache" id="ref-for-requestcache"><c- n>RequestCache</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="RequestCache" href="#dom-request-cache" id="ref-for-dom-request-cache"><c- g>cache</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#requestredirect" id="ref-for-requestredirect"><c- n>RequestRedirect</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="RequestRedirect" href="#dom-request-redirect" id="ref-for-dom-request-redirect"><c- g>redirect</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-DOMString" id="ref-for-idl-DOMString"><c- b>DOMString</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="DOMString" href="#dom-request-integrity" id="ref-for-dom-request-integrity"><c- g>integrity</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean" id="ref-for-idl-boolean②"><c- b>boolean</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="boolean" href="#dom-request-keepalive" id="ref-for-dom-request-keepalive"><c- g>keepalive</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean" id="ref-for-idl-boolean③"><c- b>boolean</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="boolean" href="#dom-request-isreloadnavigation" id="ref-for-dom-request-isreloadnavigation"><c- g>isReloadNavigation</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean" id="ref-for-idl-boolean④"><c- b>boolean</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="boolean" href="#dom-request-ishistorynavigation" id="ref-for-dom-request-ishistorynavigation"><c- g>isHistoryNavigation</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="https://dom.spec.whatwg.org/#abortsignal" id="ref-for-abortsignal"><c- n>AbortSignal</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="AbortSignal" href="#dom-request-signal" id="ref-for-dom-request-signal"><c- g>signal</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#enumdef-requestduplex" id="ref-for-enumdef-requestduplex"><c- n>RequestDuplex</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="RequestDuplex" href="#dom-request-duplex" id="ref-for-dom-request-duplex"><c- g>duplex</c-></a>; [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject" id="ref-for-NewObject⑥"><c- g>NewObject</c-></a>] <a data-link-type="idl-name" href="#request" id="ref-for-request④"><c- n>Request</c-></a> <a class="idl-code" data-link-type="method" href="#dom-request-clone" id="ref-for-dom-request-clone"><c- g>clone</c-></a>(); }; <a data-link-type="idl-name" href="#request" id="ref-for-request⑤"><c- n>Request</c-></a> <c- b>includes</c-> <a data-link-type="idl-name" href="#body" id="ref-for-body③"><c- n>Body</c-></a>; <c- b>dictionary</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="dictionary" data-export id="requestinit"><code><c- g>RequestInit</c-></code></dfn> { <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString①⑤"><c- b>ByteString</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="RequestInit" data-dfn-type="dict-member" data-export data-type="ByteString" id="dom-requestinit-method"><code><c- g>method</c-></code></dfn>; <a data-link-type="idl-name" href="#typedefdef-headersinit" id="ref-for-typedefdef-headersinit①"><c- n>HeadersInit</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="RequestInit" data-dfn-type="dict-member" data-export data-type="HeadersInit" id="dom-requestinit-headers"><code><c- g>headers</c-></code></dfn>; <a data-link-type="idl-name" href="#bodyinit" id="ref-for-bodyinit②"><c- n>BodyInit</c-></a>? <dfn class="dfn-paneled idl-code" data-dfn-for="RequestInit" data-dfn-type="dict-member" data-export data-type="BodyInit?" id="dom-requestinit-body"><code><c- g>body</c-></code></dfn>; <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString" id="ref-for-idl-USVString⑤"><c- b>USVString</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="RequestInit" data-dfn-type="dict-member" data-export data-type="USVString" id="dom-requestinit-referrer"><code><c- g>referrer</c-></code></dfn>; <a data-link-type="idl-name" href="https://w3c.github.io/webappsec-referrer-policy/#enumdef-referrerpolicy" id="ref-for-enumdef-referrerpolicy①"><c- n>ReferrerPolicy</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="RequestInit" data-dfn-type="dict-member" data-export data-type="ReferrerPolicy" id="dom-requestinit-referrerpolicy"><code><c- g>referrerPolicy</c-></code></dfn>; <a data-link-type="idl-name" href="#requestmode" id="ref-for-requestmode①"><c- n>RequestMode</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="RequestInit" data-dfn-type="dict-member" data-export data-type="RequestMode" id="dom-requestinit-mode"><code><c- g>mode</c-></code></dfn>; <a data-link-type="idl-name" href="#requestcredentials" id="ref-for-requestcredentials①"><c- n>RequestCredentials</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="RequestInit" data-dfn-type="dict-member" data-export data-type="RequestCredentials" id="dom-requestinit-credentials"><code><c- g>credentials</c-></code></dfn>; <a data-link-type="idl-name" href="#requestcache" id="ref-for-requestcache①"><c- n>RequestCache</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="RequestInit" data-dfn-type="dict-member" data-export data-type="RequestCache" id="dom-requestinit-cache"><code><c- g>cache</c-></code></dfn>; <a data-link-type="idl-name" href="#requestredirect" id="ref-for-requestredirect①"><c- n>RequestRedirect</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="RequestInit" data-dfn-type="dict-member" data-export data-type="RequestRedirect" id="dom-requestinit-redirect"><code><c- g>redirect</c-></code></dfn>; <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-DOMString" id="ref-for-idl-DOMString①"><c- b>DOMString</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="RequestInit" data-dfn-type="dict-member" data-export data-type="DOMString" id="dom-requestinit-integrity"><code><c- g>integrity</c-></code></dfn>; <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean" id="ref-for-idl-boolean⑤"><c- b>boolean</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="RequestInit" data-dfn-type="dict-member" data-export data-type="boolean" id="dom-requestinit-keepalive"><code><c- g>keepalive</c-></code></dfn>; <a data-link-type="idl-name" href="https://dom.spec.whatwg.org/#abortsignal" id="ref-for-abortsignal①"><c- n>AbortSignal</c-></a>? <dfn class="dfn-paneled idl-code" data-dfn-for="RequestInit" data-dfn-type="dict-member" data-export data-type="AbortSignal?" id="dom-requestinit-signal"><code><c- g>signal</c-></code></dfn>; <a data-link-type="idl-name" href="#enumdef-requestduplex" id="ref-for-enumdef-requestduplex①"><c- n>RequestDuplex</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="RequestInit" data-dfn-type="dict-member" data-export data-type="RequestDuplex" id="dom-requestinit-duplex"><code><c- g>duplex</c-></code></dfn>; <a data-link-type="idl-name" href="#enumdef-requestpriority" id="ref-for-enumdef-requestpriority"><c- n>RequestPriority</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="RequestInit" data-dfn-type="dict-member" data-export data-type="RequestPriority" id="dom-requestinit-priority"><code><c- g>priority</c-></code></dfn>; <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-any" id="ref-for-idl-any①"><c- b>any</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="RequestInit" data-dfn-type="dict-member" data-export data-type="any" id="dom-requestinit-window"><code><c- g>window</c-></code></dfn>; // can only be set to null }; <c- b>enum</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="enum" data-export id="requestdestination"><code><c- g>RequestDestination</c-></code></dfn> { <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination"><code><c- s>""</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-audio"><code><c- s>"audio"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-audioworklet"><code><c- s>"audioworklet"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-document"><code><c- s>"document"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-embed"><code><c- s>"embed"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-font"><code><c- s>"font"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-frame"><code><c- s>"frame"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-iframe"><code><c- s>"iframe"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-image"><code><c- s>"image"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-json"><code><c- s>"json"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-manifest"><code><c- s>"manifest"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-object"><code><c- s>"object"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-paintworklet"><code><c- s>"paintworklet"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-report"><code><c- s>"report"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-script"><code><c- s>"script"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-sharedworker"><code><c- s>"sharedworker"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-style"><code><c- s>"style"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-track"><code><c- s>"track"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-video"><code><c- s>"video"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-worker"><code><c- s>"worker"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDestination" data-dfn-type="enum-value" data-export id="dom-requestdestination-xslt"><code><c- s>"xslt"</c-></code></dfn> }; <c- b>enum</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="enum" data-export id="requestmode"><code><c- g>RequestMode</c-></code></dfn> { <dfn class="dfn-paneled idl-code" data-dfn-for="RequestMode" data-dfn-type="enum-value" data-export id="dom-requestmode-navigate"><code><c- s>"navigate"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestMode" data-dfn-type="enum-value" data-export id="dom-requestmode-same-origin"><code><c- s>"same-origin"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestMode" data-dfn-type="enum-value" data-export id="dom-requestmode-no-cors"><code><c- s>"no-cors"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestMode" data-dfn-type="enum-value" data-export id="dom-requestmode-cors"><code><c- s>"cors"</c-></code></dfn> }; <c- b>enum</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="enum" data-export id="requestcredentials"><code><c- g>RequestCredentials</c-></code></dfn> { <dfn class="dfn-paneled idl-code" data-dfn-for="RequestCredentials" data-dfn-type="enum-value" data-export id="dom-requestcredentials-omit"><code><c- s>"omit"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestCredentials" data-dfn-type="enum-value" data-export id="dom-requestcredentials-same-origin"><code><c- s>"same-origin"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestCredentials" data-dfn-type="enum-value" data-export id="dom-requestcredentials-include"><code><c- s>"include"</c-></code></dfn> }; <c- b>enum</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="enum" data-export id="requestcache"><code><c- g>RequestCache</c-></code></dfn> { <dfn class="dfn-paneled idl-code" data-dfn-for="RequestCache" data-dfn-type="enum-value" data-export id="dom-requestcache-default"><code><c- s>"default"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestCache" data-dfn-type="enum-value" data-export id="dom-requestcache-no-store"><code><c- s>"no-store"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestCache" data-dfn-type="enum-value" data-export id="dom-requestcache-reload"><code><c- s>"reload"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestCache" data-dfn-type="enum-value" data-export id="dom-requestcache-no-cache"><code><c- s>"no-cache"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestCache" data-dfn-type="enum-value" data-export id="dom-requestcache-force-cache"><code><c- s>"force-cache"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestCache" data-dfn-type="enum-value" data-export id="dom-requestcache-only-if-cached"><code><c- s>"only-if-cached"</c-></code></dfn> }; <c- b>enum</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="enum" data-export id="requestredirect"><code><c- g>RequestRedirect</c-></code></dfn> { <dfn class="dfn-paneled idl-code" data-dfn-for="RequestRedirect" data-dfn-type="enum-value" data-export id="dom-requestredirect-follow"><code><c- s>"follow"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestRedirect" data-dfn-type="enum-value" data-export id="dom-requestredirect-error"><code><c- s>"error"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestRedirect" data-dfn-type="enum-value" data-export id="dom-requestredirect-manual"><code><c- s>"manual"</c-></code></dfn> }; <c- b>enum</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="enum" data-export id="enumdef-requestduplex"><code><c- g>RequestDuplex</c-></code></dfn> { <dfn class="dfn-paneled idl-code" data-dfn-for="RequestDuplex" data-dfn-type="enum-value" data-export id="dom-requestduplex-half"><code><c- s>"half"</c-></code></dfn> }; <c- b>enum</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="enum" data-export id="enumdef-requestpriority"><code><c- g>RequestPriority</c-></code></dfn> { <dfn class="dfn-paneled idl-code" data-dfn-for="RequestPriority" data-dfn-type="enum-value" data-export id="dom-requestpriority-high"><code><c- s>"high"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestPriority" data-dfn-type="enum-value" data-export id="dom-requestpriority-low"><code><c- s>"low"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="RequestPriority" data-dfn-type="enum-value" data-export id="dom-requestpriority-auto"><code><c- s>"auto"</c-></code></dfn> }; </pre> <p class="note" role="note">"<code>serviceworker</code>" is omitted from <a class="idl-code" data-link-type="enum" href="#requestdestination" id="ref-for-requestdestination②"><code>RequestDestination</code></a> as it cannot be observed from JavaScript. Implementations will still need to support it as a <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination②⓪">destination</a>. "<code>websocket</code>" is omitted from <a class="idl-code" data-link-type="enum" href="#requestmode" id="ref-for-requestmode②"><code>RequestMode</code></a> as it cannot be used nor observed from JavaScript. </p> <p>A <code class="idl"><a data-link-type="idl" href="#request" id="ref-for-request⑥">Request</a></code> object has an associated <dfn class="dfn-paneled" data-dfn-for="Request" data-dfn-type="dfn" data-export id="concept-request-request">request</dfn> (a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①①②">request</a>). </p> <p>A <code class="idl"><a data-link-type="idl" href="#request" id="ref-for-request⑦">Request</a></code> object also has an associated <dfn class="dfn-paneled" data-dfn-for="Request" data-dfn-type="dfn" data-export id="request-headers">headers</dfn> (null or a <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers⑨">Headers</a></code> object), initially null. </p> <p>A <code class="idl"><a data-link-type="idl" href="#request" id="ref-for-request⑧">Request</a></code> object has an associated <dfn class="dfn-paneled" data-dfn-for="Request" data-dfn-type="dfn" data-noexport id="request-signal">signal</dfn> (null or an <code class="idl"><a data-link-type="idl" href="https://dom.spec.whatwg.org/#abortsignal" id="ref-for-abortsignal②">AbortSignal</a></code> object), initially null. </p> <p>A <code class="idl"><a data-link-type="idl" href="#request" id="ref-for-request⑨">Request</a></code> object’s <a data-link-type="dfn" href="#concept-body-body" id="ref-for-concept-body-body⑧">body</a> is its <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request①">request</a>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body④④">body</a>. </p> <hr> <dl class="domintro"> <dt><code><var>request</var> = new <a class="idl-code" data-link-type="constructor" href="#dom-request" id="ref-for-dom-request①">Request</a>(<var>input</var> [, <var>init</var>])</code> <dd> <p>Returns a new <var>request</var> whose <code class="idl"><a data-link-type="idl" href="#dom-request-url" id="ref-for-dom-request-url①">url</a></code> property is <var>input</var> if <var>input</var> is a string, and <var>input</var>’s <code class="idl"><a data-link-type="idl" href="#dom-request-url" id="ref-for-dom-request-url②">url</a></code> if <var>input</var> is a <code class="idl"><a data-link-type="idl" href="#request" id="ref-for-request①⓪">Request</a></code> object. </p> <p>The <var>init</var> argument is an object whose properties can be set as follows:</p> <dl> <dt><code class="idl"><a data-link-type="idl" href="#dom-requestinit-method" id="ref-for-dom-requestinit-method">method</a></code> <dd>A string to set <var>request</var>’s <code class="idl"><a data-link-type="idl" href="#dom-request-method" id="ref-for-dom-request-method①">method</a></code>. <dt><code class="idl"><a data-link-type="idl" href="#dom-requestinit-headers" id="ref-for-dom-requestinit-headers">headers</a></code> <dd>A <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers①⓪">Headers</a></code> object, an object literal, or an array of two-item arrays to set <var>request</var>’s <code class="idl"><a data-link-type="idl" href="#dom-request-headers" id="ref-for-dom-request-headers①">headers</a></code>. <dt><code class="idl"><a data-link-type="idl" href="#dom-requestinit-body" id="ref-for-dom-requestinit-body">body</a></code> <dd>A <code class="idl"><a data-link-type="idl" href="#bodyinit" id="ref-for-bodyinit③">BodyInit</a></code> object or null to set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body④⑤">body</a>. <dt><code class="idl"><a data-link-type="idl" href="#dom-requestinit-referrer" id="ref-for-dom-requestinit-referrer">referrer</a></code> <dd>A string whose value is a same-origin URL, "<code>about:client</code>", or the empty string, to set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer⑧">referrer</a>. <dt><code class="idl"><a data-link-type="idl" href="#dom-requestinit-referrerpolicy" id="ref-for-dom-requestinit-referrerpolicy">referrerPolicy</a></code> <dd>A <a data-link-type="dfn" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy" id="ref-for-referrer-policy①">referrer policy</a> to set <var>request</var>’s <code class="idl"><a data-link-type="idl" href="#dom-request-referrerpolicy" id="ref-for-dom-request-referrerpolicy①">referrerPolicy</a></code>. <dt><code class="idl"><a data-link-type="idl" href="#dom-requestinit-mode" id="ref-for-dom-requestinit-mode">mode</a></code> <dd>A string to indicate whether the request will use CORS, or will be restricted to same-origin URLs. Sets <var>request</var>’s <code class="idl"><a data-link-type="idl" href="#dom-request-mode" id="ref-for-dom-request-mode①">mode</a></code>. If <var>input</var> is a string, it defaults to "<code>cors</code>". <dt><code class="idl"><a data-link-type="idl" href="#dom-requestinit-credentials" id="ref-for-dom-requestinit-credentials">credentials</a></code> <dd>A string indicating whether credentials will be sent with the request always, never, or only when sent to a same-origin URL — as well as whether any credentials sent back in the response will be used always, never, or only when received from a same-origin URL. Sets <var>request</var>’s <code class="idl"><a data-link-type="idl" href="#dom-request-credentials" id="ref-for-dom-request-credentials①">credentials</a></code>. If <var>input</var> is a string, it defaults to "<code>same-origin</code>". <dt><code class="idl"><a data-link-type="idl" href="#dom-requestinit-cache" id="ref-for-dom-requestinit-cache">cache</a></code> <dd>A string indicating how the request will interact with the browser’s cache to set <var>request</var>’s <code class="idl"><a data-link-type="idl" href="#dom-request-cache" id="ref-for-dom-request-cache①">cache</a></code>. <dt><code class="idl"><a data-link-type="idl" href="#dom-requestinit-redirect" id="ref-for-dom-requestinit-redirect">redirect</a></code> <dd>A string indicating whether <var>request</var> follows redirects, results in an error upon encountering a redirect, or returns the redirect (in an opaque fashion). Sets <var>request</var>’s <code class="idl"><a data-link-type="idl" href="#dom-request-redirect" id="ref-for-dom-request-redirect①">redirect</a></code>. <dt><code class="idl"><a data-link-type="idl" href="#dom-requestinit-integrity" id="ref-for-dom-requestinit-integrity">integrity</a></code> <dd>A cryptographic hash of the resource to be fetched by <var>request</var>. Sets <var>request</var>’s <code class="idl"><a data-link-type="idl" href="#dom-request-integrity" id="ref-for-dom-request-integrity①">integrity</a></code>. <dt><code class="idl"><a data-link-type="idl" href="#dom-requestinit-keepalive" id="ref-for-dom-requestinit-keepalive">keepalive</a></code> <dd>A boolean to set <var>request</var>’s <code class="idl"><a data-link-type="idl" href="#dom-request-keepalive" id="ref-for-dom-request-keepalive①">keepalive</a></code>. <dt><code class="idl"><a data-link-type="idl" href="#dom-requestinit-signal" id="ref-for-dom-requestinit-signal">signal</a></code> <dd>An <code class="idl"><a data-link-type="idl" href="https://dom.spec.whatwg.org/#abortsignal" id="ref-for-abortsignal③">AbortSignal</a></code> to set <var>request</var>’s <code class="idl"><a data-link-type="idl" href="#dom-request-signal" id="ref-for-dom-request-signal①">signal</a></code>. <dt><code class="idl"><a data-link-type="idl" href="#dom-requestinit-window" id="ref-for-dom-requestinit-window">window</a></code> <dd>Can only be null. Used to disassociate <var>request</var> from any <code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/nav-history-apis.html#window" id="ref-for-window②">Window</a></code>. <dt><code class="idl"><a data-link-type="idl" href="#dom-requestinit-duplex" id="ref-for-dom-requestinit-duplex">duplex</a></code> <dd>"<code>half</code>" is the only valid value and it is for initiating a half-duplex fetch (i.e., the user agent sends the entire request before processing the response). "<code>full</code>" is reserved for future use, for initiating a full-duplex fetch (i.e., the user agent can process the response before sending the entire request). This member needs to be set when <code class="idl"><a data-link-type="idl" href="#dom-requestinit-body" id="ref-for-dom-requestinit-body①">body</a></code> is a <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream①②">ReadableStream</a></code> object. <span class="note">See <a href="https://github.com/whatwg/fetch/issues/1254">issue #1254</a> for defining "<code>full</code>".</span> <dt><code class="idl"><a data-link-type="idl" href="#dom-requestinit-priority" id="ref-for-dom-requestinit-priority">priority</a></code> <dd>A string to set <var>request</var>’s <a data-link-type="dfn" href="#request-priority" id="ref-for-request-priority①">priority</a>. </dl> <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-method" id="ref-for-dom-request-method②">method</a></code> <dd>Returns <var>request</var>’s HTTP method, which is "<code>GET</code>" by default. <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-url" id="ref-for-dom-request-url③">url</a></code> <dd>Returns the URL of <var>request</var> as a string. <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-headers" id="ref-for-dom-request-headers②">headers</a></code> <dd>Returns a <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers①①">Headers</a></code> object consisting of the headers associated with <var>request</var>. Note that headers added in the network layer by the user agent will not be accounted for in this object, e.g., the "<code>Host</code>" header. <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-destination" id="ref-for-dom-request-destination①">destination</a></code> <dd>Returns the kind of resource requested by <var>request</var>, e.g., "<code>document</code>" or "<code>script</code>". <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-referrer" id="ref-for-dom-request-referrer①">referrer</a></code> <dd>Returns the referrer of <var>request</var>. Its value can be a same-origin URL if explicitly set in <var>init</var>, the empty string to indicate no referrer, and "<code>about:client</code>" when defaulting to the global’s default. This is used during fetching to determine the value of the `<code>Referer</code>` header of the request being made. <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-referrerpolicy" id="ref-for-dom-request-referrerpolicy②">referrerPolicy</a></code> <dd>Returns the referrer policy associated with <var>request</var>. This is used during fetching to compute the value of the <var>request</var>’s referrer. <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-mode" id="ref-for-dom-request-mode②">mode</a></code> <dd>Returns the <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode②④">mode</a> associated with <var>request</var>, which is a string indicating whether the request will use CORS, or will be restricted to same-origin URLs. <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-credentials" id="ref-for-dom-request-credentials②">credentials</a></code> <dd>Returns the <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode②⓪">credentials mode</a> associated with <var>request</var>, which is a string indicating whether credentials will be sent with the request always, never, or only when sent to a same-origin URL. <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-cache" id="ref-for-dom-request-cache②">cache</a></code> <dd>Returns the <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode①①">cache mode</a> associated with <var>request</var>, which is a string indicating how the request will interact with the browser’s cache when fetching. <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-redirect" id="ref-for-dom-request-redirect②">redirect</a></code> <dd>Returns the <a data-link-type="dfn" href="#concept-request-redirect-mode" id="ref-for-concept-request-redirect-mode⑧">redirect mode</a> associated with <var>request</var>, which is a string indicating how redirects for the request will be handled during fetching. A <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①①③">request</a> will follow redirects by default. <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-integrity" id="ref-for-dom-request-integrity②">integrity</a></code> <dd>Returns <var>request</var>’s subresource integrity metadata, which is a cryptographic hash of the resource being fetched. Its value consists of multiple hashes separated by whitespace. <a data-link-type="biblio" href="#biblio-sri" title="Subresource Integrity">[SRI]</a> <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-keepalive" id="ref-for-dom-request-keepalive②">keepalive</a></code> <dd>Returns a boolean indicating whether or not <var>request</var> can outlive the global in which it was created. <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-isreloadnavigation" id="ref-for-dom-request-isreloadnavigation①">isReloadNavigation</a></code> <dd>Returns a boolean indicating whether or not <var>request</var> is for a reload navigation. <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-ishistorynavigation" id="ref-for-dom-request-ishistorynavigation①">isHistoryNavigation</a></code> <dd>Returns a boolean indicating whether or not <var>request</var> is for a history navigation (a.k.a. back-foward navigation). <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-signal" id="ref-for-dom-request-signal②">signal</a></code> <dd>Returns the signal associated with <var>request</var>, which is an <code class="idl"><a data-link-type="idl" href="https://dom.spec.whatwg.org/#abortsignal" id="ref-for-abortsignal④">AbortSignal</a></code> object indicating whether or not <var>request</var> has been aborted, and its abort event handler. <dt><code><var>request</var> . <a class="idl-code" data-link-type="attribute" href="#dom-request-duplex" id="ref-for-dom-request-duplex①">duplex</a></code> <dd>Returns "<code>half</code>", meaning the fetch will be half-duplex (i.e., the user agent sends the entire request before processing the response). In future, it could also return "<code>full</code>", meaning the fetch will be full-duplex (i.e., the user agent can process the response before sending the entire request) to indicate that the fetch will be full-duplex. <span class="note">See <a href="https://github.com/whatwg/fetch/issues/1254">issue #1254</a> for defining "<code>full</code>".</span> <dt><code><var>request</var> . <a class="idl-code" data-link-type="method" href="#dom-request-clone" id="ref-for-dom-request-clone①">clone</a>()</code> <dd> <p>Returns a clone of <var>request</var>. </p> </dl> <hr> <div class="algorithm" data-algorithm="create" data-algorithm-for="Request"> <p>To <dfn class="dfn-paneled" data-dfn-for="Request" data-dfn-type="dfn" data-export data-lt="create|creating" id="request-create">create</dfn> a <code class="idl"><a data-link-type="idl" href="#request" id="ref-for-request①①">Request</a></code> object, given a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①①④">request</a> <var>request</var>, <a data-link-type="dfn" href="#headers-guard" id="ref-for-headers-guard①">headers guard</a> <var>guard</var>, <code class="idl"><a data-link-type="idl" href="https://dom.spec.whatwg.org/#abortsignal" id="ref-for-abortsignal⑤">AbortSignal</a></code> object <var>signal</var>, and <a data-link-type="dfn" href="https://tc39.es/ecma262/#realm" id="ref-for-realm②">realm</a> <var>realm</var>: </p> <ol> <li> <p>Let <var>requestObject</var> be a <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#new" id="ref-for-new②">new</a> <code class="idl"><a data-link-type="idl" href="#request" id="ref-for-request①②">Request</a></code> object with <var>realm</var>. </p> <li> <p>Set <var>requestObject</var>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request②">request</a> to <var>request</var>. </p> <li> <p>Set <var>requestObject</var>’s <a data-link-type="dfn" href="#request-headers" id="ref-for-request-headers">headers</a> to a <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#new" id="ref-for-new③">new</a> <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers①②">Headers</a></code> object with <var>realm</var>, whose <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list①①">headers list</a> is <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list④⑥">headers list</a> and <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard①⓪">guard</a> is <var>guard</var>. </p> <li> <p>Set <var>requestObject</var>’s <a data-link-type="dfn" href="#request-signal" id="ref-for-request-signal">signal</a> to <var>signal</var>. </p> <li> <p>Return <var>requestObject</var>. </p> </ol> </div> <hr> <div class="algorithm" data-algorithm="Request(input, init)" data-algorithm-for="Request"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="constructor" data-export data-lt="Request(input, init)|constructor(input, init)|Request(input)|constructor(input)" id="dom-request"><code>new Request(<var>input</var>, <var>init</var>)</code></dfn> constructor steps are: </p> <ol> <li> <p>Let <var>request</var> be null. </p> <li> <p>Let <var>fallbackMode</var> be null. </p> <li> <p>Let <var>baseURL</var> be <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this③③">this</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object" id="ref-for-relevant-settings-object">relevant settings object</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#api-base-url" id="ref-for-api-base-url">API base URL</a>. </p> <li> <p>Let <var>signal</var> be null. </p> <li> <p>If <var>input</var> is a string, then: </p> <ol> <li> <p>Let <var>parsedURL</var> be the result of <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-parser" id="ref-for-concept-url-parser①">parsing</a> <var>input</var> with <var>baseURL</var>. </p> <li> <p>If <var>parsedURL</var> is failure, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw⑨">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror①②">TypeError</a></code>. </p> <li> <p>If <var>parsedURL</var> <a data-link-type="dfn" href="https://url.spec.whatwg.org/#include-credentials" id="ref-for-include-credentials④">includes credentials</a>, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw①⓪">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror①③">TypeError</a></code>. </p> <li> <p>Set <var>request</var> to a new <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①①⑤">request</a> whose <a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url⑥">URL</a> is <var>parsedURL</var>. </p> <li> <p>Set <var>fallbackMode</var> to "<code>cors</code>". </p> </ol> <li> <p>Otherwise: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert②④">Assert</a>: <var>input</var> is a <code class="idl"><a data-link-type="idl" href="#request" id="ref-for-request①③">Request</a></code> object. </p> <li> <p>Set <var>request</var> to <var>input</var>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request③">request</a>. </p> <li> <p>Set <var>signal</var> to <var>input</var>’s <a data-link-type="dfn" href="#request-signal" id="ref-for-request-signal①">signal</a>. </p> </ol> <li> <p>Let <var>origin</var> be <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this③④">this</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object" id="ref-for-relevant-settings-object①">relevant settings object</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin" id="ref-for-concept-settings-object-origin②">origin</a>. </p> <li> <p>Let <var>window</var> be "<code>client</code>". </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-window" id="ref-for-concept-request-window①②">window</a> is an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object①③">environment settings object</a> and its <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin" id="ref-for-concept-settings-object-origin③">origin</a> is <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#same-origin" id="ref-for-same-origin①⓪">same origin</a> with <var>origin</var>, then set <var>window</var> to <var>request</var>’s <a data-link-type="dfn" href="#concept-request-window" id="ref-for-concept-request-window①③">window</a>. </p> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-window" id="ref-for-dom-requestinit-window①">window</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists③">exists</a> and is non-null, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw①①">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror①④">TypeError</a></code>. </p> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-window" id="ref-for-dom-requestinit-window②">window</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists④">exists</a>, then set <var>window</var> to "<code>no-window</code>". </p> <li> <p>Set <var>request</var> to a new <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①①⑥">request</a> with the following properties: </p> <dl> <dt><a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url⑦">URL</a> <dd><var>request</var>’s <a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url⑧">URL</a>. <dt><a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method②⓪">method</a> <dd><var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method②①">method</a>. <dt><a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list④⑦">header list</a> <dd>A copy of <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list④⑧">header list</a>. <dt><a data-link-type="dfn" href="#unsafe-request-flag" id="ref-for-unsafe-request-flag③">unsafe-request flag</a> <dd>Set. <dt><a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client②⑤">client</a> <dd><a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this③⑤">This</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object" id="ref-for-relevant-settings-object②">relevant settings object</a>. <dt><a data-link-type="dfn" href="#concept-request-window" id="ref-for-concept-request-window①④">window</a> <dd><var>window</var>. <dt><a data-link-type="dfn" href="#request-internal-priority" id="ref-for-request-internal-priority②">internal priority</a> <dd><var>request</var>’s <a data-link-type="dfn" href="#request-internal-priority" id="ref-for-request-internal-priority③">internal priority</a>. <dt><a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin②②">origin</a> <dd><var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin②③">origin</a>. <span class="note">The propagation of the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin" id="ref-for-concept-origin⑧">origin</a> is only significant for navigation requests being handled by a service worker. In this scenario a request can have an origin that is different from the current client.</span> <dt><a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer⑨">referrer</a> <dd><var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer①⓪">referrer</a>. <dt><a data-link-type="dfn" href="#concept-request-referrer-policy" id="ref-for-concept-request-referrer-policy⑥">referrer policy</a> <dd><var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer-policy" id="ref-for-concept-request-referrer-policy⑦">referrer policy</a>. <dt><a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode②⑤">mode</a> <dd><var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode②⑥">mode</a>. <dt><a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode②①">credentials mode</a> <dd><var>request</var>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode②②">credentials mode</a>. <dt><a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode①②">cache mode</a> <dd><var>request</var>’s <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode①③">cache mode</a>. <dt><a data-link-type="dfn" href="#concept-request-redirect-mode" id="ref-for-concept-request-redirect-mode⑨">redirect mode</a> <dd><var>request</var>’s <a data-link-type="dfn" href="#concept-request-redirect-mode" id="ref-for-concept-request-redirect-mode①⓪">redirect mode</a>. <dt><a data-link-type="dfn" href="#concept-request-integrity-metadata" id="ref-for-concept-request-integrity-metadata③">integrity metadata</a> <dd><var>request</var>’s <a data-link-type="dfn" href="#concept-request-integrity-metadata" id="ref-for-concept-request-integrity-metadata④">integrity metadata</a>. <dt><a data-link-type="dfn" href="#request-keepalive-flag" id="ref-for-request-keepalive-flag③">keepalive</a> <dd><var>request</var>’s <a data-link-type="dfn" href="#request-keepalive-flag" id="ref-for-request-keepalive-flag④">keepalive</a>. <dt><a data-link-type="dfn" href="#concept-request-reload-navigation-flag" id="ref-for-concept-request-reload-navigation-flag">reload-navigation flag</a> <dd><var>request</var>’s <a data-link-type="dfn" href="#concept-request-reload-navigation-flag" id="ref-for-concept-request-reload-navigation-flag①">reload-navigation flag</a>. <dt><a data-link-type="dfn" href="#concept-request-history-navigation-flag" id="ref-for-concept-request-history-navigation-flag">history-navigation flag</a> <dd><var>request</var>’s <a data-link-type="dfn" href="#concept-request-history-navigation-flag" id="ref-for-concept-request-history-navigation-flag①">history-navigation flag</a>. <dt><a data-link-type="dfn" href="#concept-request-url-list" id="ref-for-concept-request-url-list⑨">URL list</a> <dd>A <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-clone" id="ref-for-list-clone③">clone</a> of <var>request</var>’s <a data-link-type="dfn" href="#concept-request-url-list" id="ref-for-concept-request-url-list①⓪">URL list</a>. <dt><a data-link-type="dfn" href="#request-initiator-type" id="ref-for-request-initiator-type③">initiator type</a> <dd>"<code>fetch</code>". </dl> <li> <p>If <var>init</var> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-is-empty" id="ref-for-map-is-empty">is not empty</a>, then: </p> <ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode②⑦">mode</a> is "<code>navigate</code>", then set it to "<code>same-origin</code>". </p> <li> <p>Unset <var>request</var>’s <a data-link-type="dfn" href="#concept-request-reload-navigation-flag" id="ref-for-concept-request-reload-navigation-flag②">reload-navigation flag</a>. </p> <li> <p>Unset <var>request</var>’s <a data-link-type="dfn" href="#concept-request-history-navigation-flag" id="ref-for-concept-request-history-navigation-flag②">history-navigation flag</a>. </p> <li> <p>Set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin②④">origin</a> to "<code>client</code>". </p> <li> <p>Set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer①①">referrer</a> to "<code>client</code>". </p> <li> <p>Set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer-policy" id="ref-for-concept-request-referrer-policy⑧">referrer policy</a> to the empty string. </p> <li> <p>Set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url⑨">URL</a> to <var>request</var>’s <a data-link-type="dfn" href="#concept-request-current-url" id="ref-for-concept-request-current-url③⑥">current URL</a>. </p> <li> <p>Set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-url-list" id="ref-for-concept-request-url-list①①">URL list</a> to « <var>request</var>’s <a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url①⓪">URL</a> ». </p> </ol> <p class="note" role="note">This is done to ensure that when a service worker "redirects" a request, e.g., from an image in a cross-origin style sheet, and makes modifications, it no longer appears to come from the original source (i.e., the cross-origin style sheet), but instead from the service worker that "redirected" the request. This is important as the original source might not even be able to generate the same kind of requests as the service worker. Services that trust the original source could therefore be exploited were this not done, although that is somewhat farfetched. </p> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-referrer" id="ref-for-dom-requestinit-referrer①">referrer</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists⑤">exists</a>, then: </p> <ol> <li> <p>Let <var>referrer</var> be <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-referrer" id="ref-for-dom-requestinit-referrer②">referrer</a></code>"]. </p> <li> <p>If <var>referrer</var> is the empty string, then set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer①②">referrer</a> to "<code>no-referrer</code>". </p> <li> <p>Otherwise: </p> <ol> <li> <p>Let <var>parsedReferrer</var> be the result of <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-parser" id="ref-for-concept-url-parser②">parsing</a> <var>referrer</var> with <var>baseURL</var>. </p> <li> <p>If <var>parsedReferrer</var> is failure, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw①②">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror①⑤">TypeError</a></code>. </p> <li> <p>If one of the following is true </p> <ul class="brief"> <li> <p><var>parsedReferrer</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme①⑤">scheme</a> is "<code>about</code>" and <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-path" id="ref-for-concept-url-path②">path</a> is the string "<code>client</code>" </p> <li> <p><var>parsedReferrer</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-origin" id="ref-for-concept-url-origin②⓪">origin</a> is not <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#same-origin" id="ref-for-same-origin①①">same origin</a> with <var>origin</var> </p> </ul> <p>then set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer①③">referrer</a> to "<code>client</code>". </p> <li> <p>Otherwise, set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer①④">referrer</a> to <var>parsedReferrer</var>. </p> </ol> </ol> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-referrerpolicy" id="ref-for-dom-requestinit-referrerpolicy①">referrerPolicy</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists⑥">exists</a>, then set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-referrer-policy" id="ref-for-concept-request-referrer-policy⑨">referrer policy</a> to it. </p> <li> <p>Let <var>mode</var> be <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-mode" id="ref-for-dom-requestinit-mode①">mode</a></code>"] if it <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists⑦">exists</a>, and <var>fallbackMode</var> otherwise. </p> <li> <p>If <var>mode</var> is "<code>navigate</code>", then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw①③">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror①⑥">TypeError</a></code>. </p> <li> <p>If <var>mode</var> is non-null, set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode②⑧">mode</a> to <var>mode</var>. </p> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-credentials" id="ref-for-dom-requestinit-credentials①">credentials</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists⑧">exists</a>, then set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode②③">credentials mode</a> to it. </p> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-cache" id="ref-for-dom-requestinit-cache①">cache</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists⑨">exists</a>, then set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode①④">cache mode</a> to it. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode①⑤">cache mode</a> is "<code>only-if-cached</code>" and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode②⑨">mode</a> is <em>not</em> "<code>same-origin</code>", then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw①④">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror①⑦">TypeError</a></code>. </p> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-redirect" id="ref-for-dom-requestinit-redirect①">redirect</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists①⓪">exists</a>, then set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-redirect-mode" id="ref-for-concept-request-redirect-mode①①">redirect mode</a> to it. </p> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-integrity" id="ref-for-dom-requestinit-integrity①">integrity</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists①①">exists</a>, then set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-integrity-metadata" id="ref-for-concept-request-integrity-metadata⑤">integrity metadata</a> to it. </p> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-keepalive" id="ref-for-dom-requestinit-keepalive①">keepalive</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists①②">exists</a>, then set <var>request</var>’s <a data-link-type="dfn" href="#request-keepalive-flag" id="ref-for-request-keepalive-flag⑤">keepalive</a> to it. </p> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-method" id="ref-for-dom-requestinit-method①">method</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists①③">exists</a>, then: </p> <ol> <li> <p>Let <var>method</var> be <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-method" id="ref-for-dom-requestinit-method②">method</a></code>"]. </p> <li> <p>If <var>method</var> is not a <a data-link-type="dfn" href="#concept-method" id="ref-for-concept-method①②">method</a> or <var>method</var> is a <a data-link-type="dfn" href="#forbidden-method" id="ref-for-forbidden-method②">forbidden method</a>, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw①⑤">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror①⑧">TypeError</a></code>. </p> <li> <p><a data-link-type="dfn" href="#concept-method-normalize" id="ref-for-concept-method-normalize②">Normalize</a> <var>method</var>. </p> <li> <p>Set <var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method②②">method</a> to <var>method</var>. </p> </ol> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-signal" id="ref-for-dom-requestinit-signal①">signal</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists①④">exists</a>, then set <var>signal</var> to it. </p> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-priority" id="ref-for-dom-requestinit-priority①">priority</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists①⑤">exists</a>, then: </p> <ol> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#request-internal-priority" id="ref-for-request-internal-priority④">internal priority</a> is not null, then update <var>request</var>’s <a data-link-type="dfn" href="#request-internal-priority" id="ref-for-request-internal-priority⑤">internal priority</a> in an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#implementation-defined" id="ref-for-implementation-defined①⑨">implementation-defined</a> manner. </p> <li> <p>Otherwise, set <var>request</var>’s <a data-link-type="dfn" href="#request-priority" id="ref-for-request-priority②">priority</a> to <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-priority" id="ref-for-dom-requestinit-priority②">priority</a></code>"]. </p> </ol> <li> <p>Set <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this③⑥">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request④">request</a> to <var>request</var>. </p> <li> <p>Let <var>signals</var> be « <var>signal</var> » if <var>signal</var> is non-null; otherwise « ». </p> <li> <p>Set <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this③⑦">this</a>’s <a data-link-type="dfn" href="#request-signal" id="ref-for-request-signal②">signal</a> to the result of <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#create-a-dependent-abort-signal" id="ref-for-create-a-dependent-abort-signal">creating a dependent abort signal</a> from <var>signals</var>, using <code class="idl"><a data-link-type="idl" href="https://dom.spec.whatwg.org/#abortsignal" id="ref-for-abortsignal⑥">AbortSignal</a></code> and <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this③⑧">this</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm" id="ref-for-concept-relevant-realm②">relevant realm</a>. </p> <li> <p>Set <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this③⑨">this</a>’s <a data-link-type="dfn" href="#request-headers" id="ref-for-request-headers①">headers</a> to a <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#new" id="ref-for-new④">new</a> <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers①③">Headers</a></code> object with <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this④⓪">this</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm" id="ref-for-concept-relevant-realm③">relevant realm</a>, whose <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list①②">header list</a> is <var>request</var>’s <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list④⑨">header list</a> and <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard①①">guard</a> is "<code>request</code>". </p> <li> <p>If <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this④①">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request⑤">request</a>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode③⓪">mode</a> is "<code>no-cors</code>", then: </p> <ol> <li> <p>If <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this④②">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request⑥">request</a>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method②③">method</a> is not a <a data-link-type="dfn" href="#cors-safelisted-method" id="ref-for-cors-safelisted-method④">CORS-safelisted method</a>, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw①⑥">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror①⑨">TypeError</a></code>. </p> <li> <p>Set <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this④③">this</a>’s <a data-link-type="dfn" href="#request-headers" id="ref-for-request-headers②">headers</a>’s <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard①②">guard</a> to "<code>request-no-cors</code>". </p> </ol> <li> <p>If <var>init</var> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-is-empty" id="ref-for-map-is-empty①">is not empty</a>, then: </p> <p class="note" role="note">The headers are sanitized as they might contain headers that are not allowed by this mode. Otherwise, they were previously sanitized or are unmodified since they were set by a privileged API. </p> <ol> <li> <p>Let <var>headers</var> be a copy of <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this④④">this</a>’s <a data-link-type="dfn" href="#request-headers" id="ref-for-request-headers③">headers</a> and its associated <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list①③">header list</a>. </p> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-headers" id="ref-for-dom-requestinit-headers①">headers</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists①⑥">exists</a>, then set <var>headers</var> to <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-headers" id="ref-for-dom-requestinit-headers②">headers</a></code>"]. </p> <li> <p>Empty <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this④⑤">this</a>’s <a data-link-type="dfn" href="#request-headers" id="ref-for-request-headers④">headers</a>’s <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list①④">header list</a>. </p> <li> <p>If <var>headers</var> is a <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers①④">Headers</a></code> object, then <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate①⑥">for each</a> <var>header</var> of its <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list①⑤">header list</a>, <a data-link-type="dfn" href="#concept-headers-append" id="ref-for-concept-headers-append③">append</a> <var>header</var> to <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this④⑥">this</a>’s <a data-link-type="dfn" href="#request-headers" id="ref-for-request-headers⑤">headers</a>. </p> <li> <p>Otherwise, <a data-link-type="dfn" href="#concept-headers-fill" id="ref-for-concept-headers-fill①">fill</a> <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this④⑦">this</a>’s <a data-link-type="dfn" href="#request-headers" id="ref-for-request-headers⑥">headers</a> with <var>headers</var>. </p> </ol> <li> <p>Let <var>inputBody</var> be <var>input</var>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request⑦">request</a>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body④⑥">body</a> if <var>input</var> is a <code class="idl"><a data-link-type="idl" href="#request" id="ref-for-request①④">Request</a></code> object; otherwise null. </p> <li> <p>If either <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-body" id="ref-for-dom-requestinit-body②">body</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists①⑦">exists</a> and is non-null or <var>inputBody</var> is non-null, and <var>request</var>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method②④">method</a> is `<code>GET</code>` or `<code>HEAD</code>`, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw①⑦">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror②⓪">TypeError</a></code>. </p> <li> <p>Let <var>initBody</var> be null. </p> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-body" id="ref-for-dom-requestinit-body③">body</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists①⑧">exists</a> and is non-null, then: </p> <ol> <li> <p>Let <var>bodyWithType</var> be the result of <a data-link-type="dfn" href="#concept-bodyinit-extract" id="ref-for-concept-bodyinit-extract②">extracting</a> <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-body" id="ref-for-dom-requestinit-body④">body</a></code>"], with <a data-link-type="dfn" href="#keepalive" id="ref-for-keepalive"><i>keepalive</i></a> set to <var>request</var>’s <a data-link-type="dfn" href="#request-keepalive-flag" id="ref-for-request-keepalive-flag⑥">keepalive</a>. </p> <li> <p>Set <var>initBody</var> to <var>bodyWithType</var>’s <a data-link-type="dfn" href="#body-with-type-body" id="ref-for-body-with-type-body⑤">body</a>. </p> <li> <p>Let <var>type</var> be <var>bodyWithType</var>’s <a data-link-type="dfn" href="#body-with-type-type" id="ref-for-body-with-type-type">type</a>. </p> <li> <p>If <var>type</var> is non-null and <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this④⑧">this</a>’s <a data-link-type="dfn" href="#request-headers" id="ref-for-request-headers⑦">headers</a>’s <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list①⑥">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains②⑥">does not contain</a> `<code>Content-Type</code>`, then <a data-link-type="dfn" href="#concept-headers-append" id="ref-for-concept-headers-append④">append</a> (`<code>Content-Type</code>`, <var>type</var>) to <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this④⑨">this</a>’s <a data-link-type="dfn" href="#request-headers" id="ref-for-request-headers⑧">headers</a>. </p> </ol> <li> <p>Let <var>inputOrInitBody</var> be <var>initBody</var> if it is non-null; otherwise <var>inputBody</var>. </p> <li> <p>If <var>inputOrInitBody</var> is non-null and <var>inputOrInitBody</var>’s <a data-link-type="dfn" href="#concept-body-source" id="ref-for-concept-body-source①④">source</a> is null, then: </p> <ol> <li> <p>If <var>initBody</var> is non-null and <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-requestinit-duplex" id="ref-for-dom-requestinit-duplex①">duplex</a></code>"] does not <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists①⑨">exist</a>, then throw a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror②①">TypeError</a></code>. </p> <li> <p>If <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑤⓪">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request⑧">request</a>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode③①">mode</a> is neither "<code>same-origin</code>" nor "<code>cors</code>", then throw a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror②②">TypeError</a></code>. </p> <li> <p>Set <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑤①">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request⑨">request</a>’s <a data-link-type="dfn" href="#use-cors-preflight-flag" id="ref-for-use-cors-preflight-flag⑥">use-CORS-preflight flag</a>. </p> </ol> <li> <p>Let <var>finalBody</var> be <var>inputOrInitBody</var>. </p> <li> <p>If <var>initBody</var> is null and <var>inputBody</var> is non-null, then: </p> <ol> <li> <p>If <var>input</var> is <a data-link-type="dfn" href="#body-unusable" id="ref-for-body-unusable①">unusable</a>, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw①⑧">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror②③">TypeError</a></code>. </p> <li> <p>Set <var>finalBody</var> to the result of <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-create-a-proxy" id="ref-for-readablestream-create-a-proxy">creating a proxy</a> for <var>inputBody</var>. </p> </ol> <li> <p>Set <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑤②">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request①⓪">request</a>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body④⑦">body</a> to <var>finalBody</var>. </p> </ol> </div> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-method"><code>method</code></dfn> getter steps are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑤③">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request①①">request</a>’s <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method②⑤">method</a>. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-url"><code>url</code></dfn> getter steps are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑤④">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request①②">request</a>’s <a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url①①">URL</a>, <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-serializer" id="ref-for-concept-url-serializer②">serialized</a>. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-headers"><code>headers</code></dfn> getter steps are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑤⑤">this</a>’s <a data-link-type="dfn" href="#request-headers" id="ref-for-request-headers⑨">headers</a>. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-destination"><code>destination</code></dfn> getter are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑤⑥">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request①③">request</a>’s <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination②①">destination</a>. </p> <div class="algorithm" data-algorithm="referrer" data-algorithm-for="Request"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-referrer"><code>referrer</code></dfn> getter steps are: </p> <ol> <li> <p>If <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑤⑦">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request①④">request</a>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer①⑤">referrer</a> is "<code>no-referrer</code>", then return the empty string. </p> <li> <p>If <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑤⑧">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request①⑤">request</a>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer①⑥">referrer</a> is "<code>client</code>", then return "<code>about:client</code>". </p> <li> <p>Return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑤⑨">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request①⑥">request</a>’s <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer①⑦">referrer</a>, <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-serializer" id="ref-for-concept-url-serializer③">serialized</a>. </p> </ol> </div> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-referrerpolicy"><code>referrerPolicy</code></dfn> getter steps are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑥⓪">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request①⑦">request</a>’s <a data-link-type="dfn" href="#concept-request-referrer-policy" id="ref-for-concept-request-referrer-policy①⓪">referrer policy</a>. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-mode"><code>mode</code></dfn> getter steps are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑥①">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request①⑧">request</a>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode③②">mode</a>. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-credentials"><code>credentials</code></dfn> getter steps are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑥②">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request①⑨">request</a>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode②④">credentials mode</a>. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-cache"><code>cache</code></dfn> getter steps are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑥③">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request②⓪">request</a>’s <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode①⑥">cache mode</a>. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-redirect"><code>redirect</code></dfn> getter steps are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑥④">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request②①">request</a>’s <a data-link-type="dfn" href="#concept-request-redirect-mode" id="ref-for-concept-request-redirect-mode①②">redirect mode</a>. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-integrity"><code>integrity</code></dfn> getter steps are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑥⑤">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request②②">request</a>’s <a data-link-type="dfn" href="#concept-request-integrity-metadata" id="ref-for-concept-request-integrity-metadata⑥">integrity metadata</a>. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-keepalive"><code>keepalive</code></dfn> getter steps are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑥⑥">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request②③">request</a>’s <a data-link-type="dfn" href="#request-keepalive-flag" id="ref-for-request-keepalive-flag⑦">keepalive</a>. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-isreloadnavigation"><code>isReloadNavigation</code></dfn> getter steps are to return true if <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑥⑦">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request②④">request</a>’s <a data-link-type="dfn" href="#concept-request-reload-navigation-flag" id="ref-for-concept-request-reload-navigation-flag③">reload-navigation flag</a> is set; otherwise false. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-ishistorynavigation"><code>isHistoryNavigation</code></dfn> getter steps are to return true if <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑥⑧">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request②⑤">request</a>’s <a data-link-type="dfn" href="#concept-request-history-navigation-flag" id="ref-for-concept-request-history-navigation-flag③">history-navigation flag</a> is set; otherwise false. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-signal"><code>signal</code></dfn> getter steps are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑥⑨">this</a>’s <a data-link-type="dfn" href="#request-signal" id="ref-for-request-signal③">signal</a>. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="attribute" data-export id="dom-request-duplex"><code>duplex</code></dfn> getter steps are to return "<code>half</code>". </p> <hr> <div class="algorithm" data-algorithm="clone()" data-algorithm-for="Request"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Request" data-dfn-type="method" data-export id="dom-request-clone"><code>clone()</code></dfn> method steps are: </p> <ol> <li> <p>If <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑦⓪">this</a> is <a data-link-type="dfn" href="#body-unusable" id="ref-for-body-unusable②">unusable</a>, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw①⑨">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror②④">TypeError</a></code>. </p> <li> <p>Let <var>clonedRequest</var> be the result of <a data-link-type="dfn" href="#concept-request-clone" id="ref-for-concept-request-clone③">cloning</a> <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑦①">this</a>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request②⑥">request</a>. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert②⑤">Assert</a>: <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑦②">this</a>’s <a data-link-type="dfn" href="#request-signal" id="ref-for-request-signal④">signal</a> is non-null. </p> <li> <p>Let <var>clonedSignal</var> be the result of <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#create-a-dependent-abort-signal" id="ref-for-create-a-dependent-abort-signal①">creating a dependent abort signal</a> from « <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑦③">this</a>’s <a data-link-type="dfn" href="#request-signal" id="ref-for-request-signal⑤">signal</a> », using <code class="idl"><a data-link-type="idl" href="https://dom.spec.whatwg.org/#abortsignal" id="ref-for-abortsignal⑦">AbortSignal</a></code> and <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑦④">this</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm" id="ref-for-concept-relevant-realm④">relevant realm</a>. </p> <li> <p>Let <var>clonedRequestObject</var> be the result of <a data-link-type="dfn" href="#request-create" id="ref-for-request-create">creating</a> a <code class="idl"><a data-link-type="idl" href="#request" id="ref-for-request①⑤">Request</a></code> object, given <var>clonedRequest</var>, <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑦⑤">this</a>’s <a data-link-type="dfn" href="#request-headers" id="ref-for-request-headers①⓪">headers</a>’s <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard①③">guard</a>, <var>clonedSignal</var> and <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑦⑥">this</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm" id="ref-for-concept-relevant-realm⑤">relevant realm</a>. </p> <li> <p>Return <var>clonedRequestObject</var>. </p> </ol> </div> <h3 class="heading settled" data-level="5.5" id="response-class"><span class="secno">5.5. </span><span class="content">Response class</span><a class="self-link" href="#response-class"></a></h3> <pre class="idl highlight def">[<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#Exposed" id="ref-for-Exposed②"><c- g>Exposed</c-></a>=(<c- n>Window</c->,<c- n>Worker</c->)]<c- b>interface</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="interface" data-export id="response"><code><c- g>Response</c-></code></dfn> { <a class="idl-code" data-link-type="constructor" href="#dom-response" id="ref-for-dom-response"><c- g>constructor</c-></a>(<c- b>optional</c-> <a data-link-type="idl-name" href="#bodyinit" id="ref-for-bodyinit④"><c- n>BodyInit</c-></a>? <dfn class="dfn-paneled idl-code" data-dfn-for="Response/Response(body, init), Response/constructor(body, init), Response/Response(body), Response/constructor(body), Response/Response(), Response/constructor()" data-dfn-type="argument" data-export id="dom-response-response-body-init-body"><code><c- g>body</c-></code></dfn> = <c- b>null</c->, <c- b>optional</c-> <a data-link-type="idl-name" href="#responseinit" id="ref-for-responseinit"><c- n>ResponseInit</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Response/Response(body, init), Response/constructor(body, init), Response/Response(body), Response/constructor(body), Response/Response(), Response/constructor()" data-dfn-type="argument" data-export id="dom-response-response-body-init-init"><code><c- g>init</c-></code></dfn> = {}); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject" id="ref-for-NewObject⑦"><c- g>NewObject</c-></a>] <c- b>static</c-> <a data-link-type="idl-name" href="#response" id="ref-for-response②"><c- n>Response</c-></a> <a class="idl-code" data-link-type="method" href="#dom-response-error" id="ref-for-dom-response-error"><c- g>error</c-></a>(); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject" id="ref-for-NewObject⑧"><c- g>NewObject</c-></a>] <c- b>static</c-> <a data-link-type="idl-name" href="#response" id="ref-for-response③"><c- n>Response</c-></a> <a class="idl-code" data-link-type="method" href="#dom-response-redirect" id="ref-for-dom-response-redirect"><c- g>redirect</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString" id="ref-for-idl-USVString⑥"><c- b>USVString</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Response/redirect(url, status), Response/redirect(url)" data-dfn-type="argument" data-export id="dom-response-redirect-url-status-url"><code><c- g>url</c-></code></dfn>, <c- b>optional</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-unsigned-short" id="ref-for-idl-unsigned-short"><c- b>unsigned</c-> <c- b>short</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Response/redirect(url, status), Response/redirect(url)" data-dfn-type="argument" data-export id="dom-response-redirect-url-status-status"><code><c- g>status</c-></code></dfn> = 302); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject" id="ref-for-NewObject⑨"><c- g>NewObject</c-></a>] <c- b>static</c-> <a data-link-type="idl-name" href="#response" id="ref-for-response④"><c- n>Response</c-></a> <a class="idl-code" data-link-type="method" href="#dom-response-json" id="ref-for-dom-response-json"><c- g>json</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-any" id="ref-for-idl-any②"><c- b>any</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Response/json(data, init), Response/json(data)" data-dfn-type="argument" data-export id="dom-response-json-data-init-data"><code><c- g>data</c-></code></dfn>, <c- b>optional</c-> <a data-link-type="idl-name" href="#responseinit" id="ref-for-responseinit①"><c- n>ResponseInit</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="Response/json(data, init), Response/json(data)" data-dfn-type="argument" data-export id="dom-response-json-data-init-init"><code><c- g>init</c-></code></dfn> = {}); <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#responsetype" id="ref-for-responsetype"><c- n>ResponseType</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="ResponseType" href="#dom-response-type" id="ref-for-dom-response-type①"><c- g>type</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString" id="ref-for-idl-USVString⑦"><c- b>USVString</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="USVString" href="#dom-response-url" id="ref-for-dom-response-url"><c- g>url</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean" id="ref-for-idl-boolean⑥"><c- b>boolean</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="boolean" href="#dom-response-redirected" id="ref-for-dom-response-redirected"><c- g>redirected</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-unsigned-short" id="ref-for-idl-unsigned-short①"><c- b>unsigned</c-> <c- b>short</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="unsigned short" href="#dom-response-status" id="ref-for-dom-response-status"><c- g>status</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean" id="ref-for-idl-boolean⑦"><c- b>boolean</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="boolean" href="#dom-response-ok" id="ref-for-dom-response-ok①"><c- g>ok</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString①⑥"><c- b>ByteString</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="ByteString" href="#dom-response-statustext" id="ref-for-dom-response-statustext"><c- g>statusText</c-></a>; [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#SameObject" id="ref-for-SameObject①"><c- g>SameObject</c-></a>] <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#headers" id="ref-for-headers①⑤"><c- n>Headers</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="Headers" href="#dom-response-headers" id="ref-for-dom-response-headers"><c- g>headers</c-></a>; [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject" id="ref-for-NewObject①⓪"><c- g>NewObject</c-></a>] <a data-link-type="idl-name" href="#response" id="ref-for-response⑤"><c- n>Response</c-></a> <a class="idl-code" data-link-type="method" href="#dom-response-clone" id="ref-for-dom-response-clone"><c- g>clone</c-></a>(); }; <a data-link-type="idl-name" href="#response" id="ref-for-response⑥"><c- n>Response</c-></a> <c- b>includes</c-> <a data-link-type="idl-name" href="#body" id="ref-for-body④"><c- n>Body</c-></a>; <c- b>dictionary</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="dictionary" data-export id="responseinit"><code><c- g>ResponseInit</c-></code></dfn> { <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-unsigned-short" id="ref-for-idl-unsigned-short②"><c- b>unsigned</c-> <c- b>short</c-></a> <dfn class="dfn-paneled idl-code" data-default="200" data-dfn-for="ResponseInit" data-dfn-type="dict-member" data-export data-type="unsigned short" id="dom-responseinit-status"><code><c- g>status</c-></code></dfn> = 200; <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString" id="ref-for-idl-ByteString①⑦"><c- b>ByteString</c-></a> <dfn class="dfn-paneled idl-code" data-default="""" data-dfn-for="ResponseInit" data-dfn-type="dict-member" data-export data-type="ByteString" id="dom-responseinit-statustext"><code><c- g>statusText</c-></code></dfn> = ""; <a data-link-type="idl-name" href="#typedefdef-headersinit" id="ref-for-typedefdef-headersinit②"><c- n>HeadersInit</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="ResponseInit" data-dfn-type="dict-member" data-export data-type="HeadersInit" id="dom-responseinit-headers"><code><c- g>headers</c-></code></dfn>; }; <c- b>enum</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="enum" data-export id="responsetype"><code><c- g>ResponseType</c-></code></dfn> { <dfn class="dfn-paneled idl-code" data-dfn-for="ResponseType" data-dfn-type="enum-value" data-export id="dom-responsetype-basic"><code><c- s>"basic"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="ResponseType" data-dfn-type="enum-value" data-export id="dom-responsetype-cors"><code><c- s>"cors"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="ResponseType" data-dfn-type="enum-value" data-export id="dom-responsetype-default"><code><c- s>"default"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="ResponseType" data-dfn-type="enum-value" data-export id="dom-responsetype-error"><code><c- s>"error"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="ResponseType" data-dfn-type="enum-value" data-export id="dom-responsetype-opaque"><code><c- s>"opaque"</c-></code></dfn>, <dfn class="dfn-paneled idl-code" data-dfn-for="ResponseType" data-dfn-type="enum-value" data-export id="dom-responsetype-opaqueredirect"><code><c- s>"opaqueredirect"</c-></code></dfn> }; </pre> <p>A <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response⑦">Response</a></code> object has an associated <dfn class="dfn-paneled" data-dfn-for="Response" data-dfn-type="dfn" data-export id="concept-response-response">response</dfn> (a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑥①">response</a>). </p> <p>A <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response⑧">Response</a></code> object also has an associated <dfn class="dfn-paneled" data-dfn-for="Response" data-dfn-type="dfn" data-export id="response-headers">headers</dfn> (null or a <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers①⑥">Headers</a></code> object), initially null. </p> <p>A <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response⑨">Response</a></code> object’s <a data-link-type="dfn" href="#concept-body-body" id="ref-for-concept-body-body⑨">body</a> is its <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response①">response</a>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body②⑦">body</a>. </p> <hr> <dl class="domintro"> <dt><code><var>response</var> = new <a class="idl-code" data-link-type="constructor" href="#dom-response" id="ref-for-dom-response①">Response</a>(<var>body</var> = null [, <var>init</var>])</code> <dd> <p>Creates a <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response①⓪">Response</a></code> whose body is <var>body</var>, and status, status message, and headers are provided by <var>init</var>. </p> <dt><code><var>response</var> = <a data-link-type="idl" href="#response" id="ref-for-response①①">Response</a> . <a class="idl-code" data-link-type="method" href="#dom-response-error" id="ref-for-dom-response-error①">error</a>()</code> <dd> <p>Creates network error <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response①②">Response</a></code>. </p> <dt><code><var>response</var> = <a data-link-type="idl" href="#response" id="ref-for-response①③">Response</a> . <a class="idl-code" data-link-type="method" href="#dom-response-redirect" id="ref-for-dom-response-redirect①">redirect</a>(<var>url</var>, <var>status</var> = 302)</code> <dd> <p>Creates a redirect <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response①④">Response</a></code> that redirects to <var>url</var> with status <var>status</var>. </p> <dt><code><var>response</var> = <a data-link-type="idl" href="#response" id="ref-for-response①⑤">Response</a> . <a class="idl-code" data-link-type="method" href="#dom-response-json" id="ref-for-dom-response-json①">json</a>(<var>data</var> [, <var>init</var>])</code> <dd> <p>Creates a <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response①⑥">Response</a></code> whose body is the JSON-encoded <var>data</var>, and status, status message, and headers are provided by <var>init</var>. </p> <dt><code><var>response</var> . <a class="idl-code" data-link-type="attribute" href="#dom-response-type" id="ref-for-dom-response-type②">type</a></code> <dd> <p>Returns <var>response</var>’s type, e.g., "<code>cors</code>". </p> <dt><code><var>response</var> . <a class="idl-code" data-link-type="attribute" href="#dom-response-url" id="ref-for-dom-response-url①">url</a></code> <dd> <p>Returns <var>response</var>’s URL, if it has one; otherwise the empty string. </p> <dt><code><var>response</var> . <a class="idl-code" data-link-type="attribute" href="#dom-response-redirected" id="ref-for-dom-response-redirected①">redirected</a></code> <dd> <p>Returns whether <var>response</var> was obtained through a redirect. </p> <dt><code><var>response</var> . <a class="idl-code" data-link-type="attribute" href="#dom-response-status" id="ref-for-dom-response-status①">status</a></code> <dd> <p>Returns <var>response</var>’s status. </p> <dt><code><var>response</var> . <a class="idl-code" data-link-type="attribute" href="#dom-response-ok" id="ref-for-dom-response-ok②">ok</a></code> <dd> <p>Returns whether <var>response</var>’s status is an <a data-link-type="dfn" href="#ok-status" id="ref-for-ok-status②">ok status</a>. </p> <dt><code><var>response</var> . <a class="idl-code" data-link-type="attribute" href="#dom-response-statustext" id="ref-for-dom-response-statustext①">statusText</a></code> <dd> <p>Returns <var>response</var>’s status message. </p> <dt><code><var>response</var> . <a class="idl-code" data-link-type="attribute" href="#dom-response-headers" id="ref-for-dom-response-headers①">headers</a></code> <dd> <p>Returns <var>response</var>’s headers as <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers①⑦">Headers</a></code>. </p> <dt><code><var>response</var> . <a class="idl-code" data-link-type="method" href="#dom-response-clone" id="ref-for-dom-response-clone①">clone</a>()</code> <dd> <p>Returns a clone of <var>response</var>. </p> </dl> <hr> <div class="algorithm" data-algorithm="create" data-algorithm-for="Response"> <p>To <dfn class="dfn-paneled" data-dfn-for="Response" data-dfn-type="dfn" data-export data-lt="create|creating" id="response-create">create</dfn> a <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response①⑦">Response</a></code> object, given a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑥②">response</a> <var>response</var>, <a data-link-type="dfn" href="#headers-guard" id="ref-for-headers-guard②">headers guard</a> <var>guard</var>, and <a data-link-type="dfn" href="https://tc39.es/ecma262/#realm" id="ref-for-realm③">realm</a> <var>realm</var>, run these steps: </p> <ol> <li> <p>Let <var>responseObject</var> be a <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#new" id="ref-for-new⑤">new</a> <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response①⑧">Response</a></code> object with <var>realm</var>. </p> <li> <p>Set <var>responseObject</var>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response②">response</a> to <var>response</var>. </p> <li> <p>Set <var>responseObject</var>’s <a data-link-type="dfn" href="#response-headers" id="ref-for-response-headers">headers</a> to a <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#new" id="ref-for-new⑥">new</a> <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers①⑧">Headers</a></code> object with <var>realm</var>, whose <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list①⑦">headers list</a> is <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list③③">headers list</a> and <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard①④">guard</a> is <var>guard</var>. </p> <li> <p>Return <var>responseObject</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="initialize a response"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="initialize-a-response">initialize a response</dfn>, given a <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response①⑨">Response</a></code> object <var>response</var>, <code class="idl"><a data-link-type="idl" href="#responseinit" id="ref-for-responseinit②">ResponseInit</a></code> <var>init</var>, and null or a <a data-link-type="dfn" href="#body-with-type" id="ref-for-body-with-type②">body with type</a> <var>body</var>: </p> <ol> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-responseinit-status" id="ref-for-dom-responseinit-status">status</a></code>"] is not in the range 200 to 599, inclusive, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw②⓪">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-rangeerror" id="ref-for-exceptiondef-rangeerror②">RangeError</a></code>. </p> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-responseinit-statustext" id="ref-for-dom-responseinit-statustext">statusText</a></code>"] is not the empty string and does not match the <a data-link-type="dfn" href="https://httpwg.org/specs/rfc9112.html#status.line" id="ref-for-status.line">reason-phrase</a> token production, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw②①">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror②⑤">TypeError</a></code>. </p> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response③">response</a>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status②①">status</a> to <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-responseinit-status" id="ref-for-dom-responseinit-status①">status</a></code>"]. </p> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response④">response</a>’s <a data-link-type="dfn" href="#concept-response-status-message" id="ref-for-concept-response-status-message⑦">status message</a> to <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-responseinit-statustext" id="ref-for-dom-responseinit-statustext①">statusText</a></code>"]. </p> <li> <p>If <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-responseinit-headers" id="ref-for-dom-responseinit-headers">headers</a></code>"] <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#map-exists" id="ref-for-map-exists②⓪">exists</a>, then <a data-link-type="dfn" href="#concept-headers-fill" id="ref-for-concept-headers-fill②">fill</a> <var>response</var>’s <a data-link-type="dfn" href="#response-headers" id="ref-for-response-headers①">headers</a> with <var>init</var>["<code class="idl"><a data-link-type="idl" href="#dom-responseinit-headers" id="ref-for-dom-responseinit-headers①">headers</a></code>"]. </p> <li> <p>If <var>body</var> is non-null, then: </p> <ol> <li> <p>If <var>response</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status②②">status</a> is a <a data-link-type="dfn" href="#null-body-status" id="ref-for-null-body-status①">null body status</a>, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw②②">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror②⑥">TypeError</a></code>. </p> <p class="note" role="note">101 and 103 are included in <a data-link-type="dfn" href="#null-body-status" id="ref-for-null-body-status②">null body status</a> due to their use elsewhere. They do not affect this step. </p> <li> <p>Set <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body②⑧">body</a> to <var>body</var>’s <a data-link-type="dfn" href="#body-with-type-body" id="ref-for-body-with-type-body⑥">body</a>. </p> <li> <p>If <var>body</var>’s <a data-link-type="dfn" href="#body-with-type-type" id="ref-for-body-with-type-type①">type</a> is non-null and <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list③④">header list</a> <a data-link-type="dfn" href="#header-list-contains" id="ref-for-header-list-contains②⑦">does not contain</a> `<code>Content-Type</code>`, then <a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append②②">append</a> (`<code>Content-Type</code>`, <var>body</var>’s <a data-link-type="dfn" href="#body-with-type-type" id="ref-for-body-with-type-type②">type</a>) to <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list③⑤">header list</a>. </p> </ol> </ol> </div> <hr> <div class="algorithm" data-algorithm="Response(body, init)" data-algorithm-for="Response"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Response" data-dfn-type="constructor" data-export data-lt="Response(body, init)|constructor(body, init)|Response(body)|constructor(body)|Response()|constructor()" id="dom-response"><code>new Response(<var>body</var>, <var>init</var>)</code></dfn> constructor steps are: </p> <ol> <li> <p>Set <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑦⑦">this</a>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response⑤">response</a> to a new <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑥③">response</a>. </p> <li> <p>Set <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑦⑧">this</a>’s <a data-link-type="dfn" href="#response-headers" id="ref-for-response-headers②">headers</a> to a <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#new" id="ref-for-new⑦">new</a> <code class="idl"><a data-link-type="idl" href="#headers" id="ref-for-headers①⑨">Headers</a></code> object with <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑦⑨">this</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm" id="ref-for-concept-relevant-realm⑥">relevant realm</a>, whose <a data-link-type="dfn" href="#concept-headers-header-list" id="ref-for-concept-headers-header-list①⑧">header list</a> is <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑧⓪">this</a>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response⑥">response</a>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list③⑥">header list</a> and <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard①⑤">guard</a> is "<code>response</code>". </p> <li> <p>Let <var>bodyWithType</var> be null. </p> <li> <p>If <var>body</var> is non-null, then set <var>bodyWithType</var> to the result of <a data-link-type="dfn" href="#concept-bodyinit-extract" id="ref-for-concept-bodyinit-extract③">extracting</a> <var>body</var>. </p> <li> <p>Perform <a data-link-type="dfn" href="#initialize-a-response" id="ref-for-initialize-a-response">initialize a response</a> given <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑧①">this</a>, <var>init</var>, and <var>bodyWithType</var>. </p> </ol> </div> <p>The static <dfn class="dfn-paneled idl-code" data-dfn-for="Response" data-dfn-type="method" data-export id="dom-response-error"><code>error()</code></dfn> method steps are to return the result of <a data-link-type="dfn" href="#response-create" id="ref-for-response-create">creating</a> a <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response②⓪">Response</a></code> object, given a new <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑤⑧">network error</a>, "<code>immutable</code>", and the <a data-link-type="dfn" href="https://tc39.es/ecma262/#current-realm" id="ref-for-current-realm">current realm</a>. </p> <div class="algorithm" data-algorithm="redirect(url, status)" data-algorithm-for="Response"> <p>The static <dfn class="dfn-paneled idl-code" data-dfn-for="Response" data-dfn-type="method" data-export data-lt="redirect(url, status)|redirect(url)" id="dom-response-redirect"><code>redirect(<var>url</var>, <var>status</var>)</code></dfn> method steps are: </p> <ol> <li> <p>Let <var>parsedURL</var> be the result of <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-parser" id="ref-for-concept-url-parser③">parsing</a> <var>url</var> with <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#current-settings-object" id="ref-for-current-settings-object">current settings object</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#api-base-url" id="ref-for-api-base-url①">API base URL</a>. </p> <li> <p>If <var>parsedURL</var> is failure, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw②③">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror②⑦">TypeError</a></code>. </p> <li> <p>If <var>status</var> is not a <a data-link-type="dfn" href="#redirect-status" id="ref-for-redirect-status③">redirect status</a>, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw②④">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-rangeerror" id="ref-for-exceptiondef-rangeerror③">RangeError</a></code>. </p> <li> <p>Let <var>responseObject</var> be the result of <a data-link-type="dfn" href="#response-create" id="ref-for-response-create①">creating</a> a <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response②①">Response</a></code> object, given a new <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑥④">response</a>, "<code>immutable</code>", and the <a data-link-type="dfn" href="https://tc39.es/ecma262/#current-realm" id="ref-for-current-realm①">current realm</a>. </p> <li> <p>Set <var>responseObject</var>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response⑦">response</a>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status②③">status</a> to <var>status</var>. </p> <li> <p>Let <var>value</var> be <var>parsedURL</var>, <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-serializer" id="ref-for-concept-url-serializer④">serialized</a> and <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-encode" id="ref-for-isomorphic-encode①①">isomorphic encoded</a>. </p> <li> <p><a data-link-type="dfn" href="#concept-header-list-append" id="ref-for-concept-header-list-append②③">Append</a> (`<code>Location</code>`, <var>value</var>) to <var>responseObject</var>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response⑧">response</a>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list③⑦">header list</a>. </p> <li> <p>Return <var>responseObject</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="json(data, init)" data-algorithm-for="Response"> <p>The static <dfn class="dfn-paneled idl-code" data-dfn-for="Response" data-dfn-type="method" data-export data-lt="json(data, init)|json(data)" id="dom-response-json"><code>json(<var>data</var>, <var>init</var>)</code></dfn> method steps are: </p> <ol> <li> <p>Let <var>bytes</var> the result of running <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#serialize-a-javascript-value-to-json-bytes" id="ref-for-serialize-a-javascript-value-to-json-bytes">serialize a JavaScript value to JSON bytes</a> on <var>data</var>. </p> <li> <p>Let <var>body</var> be the result of <a data-link-type="dfn" href="#concept-bodyinit-extract" id="ref-for-concept-bodyinit-extract④">extracting</a> <var>bytes</var>. </p> <li> <p>Let <var>responseObject</var> be the result of <a data-link-type="dfn" href="#response-create" id="ref-for-response-create②">creating</a> a <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response②②">Response</a></code> object, given a new <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑥⑤">response</a>, "<code>response</code>", and the <a data-link-type="dfn" href="https://tc39.es/ecma262/#current-realm" id="ref-for-current-realm②">current realm</a>. </p> <li> <p>Perform <a data-link-type="dfn" href="#initialize-a-response" id="ref-for-initialize-a-response①">initialize a response</a> given <var>responseObject</var>, <var>init</var>, and (<var>body</var>, "<code>application/json</code>"). </p> <li> <p>Return <var>responseObject</var>. </p> </ol> </div> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Response" data-dfn-type="attribute" data-export id="dom-response-type"><code>type</code></dfn> getter steps are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑧②">this</a>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response⑨">response</a>’s <a data-link-type="dfn" href="#concept-response-type" id="ref-for-concept-response-type①②">type</a>. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Response" data-dfn-type="attribute" data-export id="dom-response-url"><code>url</code></dfn> getter steps are to return the empty string if <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑧③">this</a>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response①⓪">response</a>’s <a data-link-type="dfn" href="#concept-response-url" id="ref-for-concept-response-url⑧">URL</a> is null; otherwise <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑧④">this</a>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response①①">response</a>’s <a data-link-type="dfn" href="#concept-response-url" id="ref-for-concept-response-url⑨">URL</a>, <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-serializer" id="ref-for-concept-url-serializer⑤">serialized</a> with <a data-link-type="dfn" href="https://url.spec.whatwg.org/#url-serializer-exclude-fragment" id="ref-for-url-serializer-exclude-fragment①"><i>exclude fragment</i></a> set to true. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Response" data-dfn-type="attribute" data-export id="dom-response-redirected"><code>redirected</code></dfn> getter steps are to return true if <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑧⑤">this</a>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response①②">response</a>’s <a data-link-type="dfn" href="#concept-response-url-list" id="ref-for-concept-response-url-list①①">URL list</a>’s <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-size" id="ref-for-list-size①">size</a> is greater than 1; otherwise false. </p> <p class="note" role="note">To filter out <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑥⑥">responses</a> that are the result of a redirect, do this directly through the API, e.g., <code>fetch(url, { redirect:"error" })</code>. This way a potentially unsafe <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑥⑦">response</a> cannot accidentally leak. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Response" data-dfn-type="attribute" data-export id="dom-response-status"><code>status</code></dfn> getter steps are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑧⑥">this</a>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response①③">response</a>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status②④">status</a>. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Response" data-dfn-type="attribute" data-export id="dom-response-ok"><code>ok</code></dfn> getter steps are to return true if <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑧⑦">this</a>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response①④">response</a>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status②⑤">status</a> is an <a data-link-type="dfn" href="#ok-status" id="ref-for-ok-status③">ok status</a>; otherwise false. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Response" data-dfn-type="attribute" data-export id="dom-response-statustext"><code>statusText</code></dfn> getter steps are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑧⑧">this</a>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response①⑤">response</a>’s <a data-link-type="dfn" href="#concept-response-status-message" id="ref-for-concept-response-status-message⑧">status message</a>. </p> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Response" data-dfn-type="attribute" data-export id="dom-response-headers"><code>headers</code></dfn> getter steps are to return <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑧⑨">this</a>’s <a data-link-type="dfn" href="#response-headers" id="ref-for-response-headers③">headers</a>. </p> <hr> <div class="algorithm" data-algorithm="clone()" data-algorithm-for="Response"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="Response" data-dfn-type="method" data-export id="dom-response-clone"><code>clone()</code></dfn> method steps are: </p> <ol> <li> <p>If <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑨⓪">this</a> is <a data-link-type="dfn" href="#body-unusable" id="ref-for-body-unusable③">unusable</a>, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw②⑤">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror②⑧">TypeError</a></code>. </p> <li> <p>Let <var>clonedResponse</var> be the result of <a data-link-type="dfn" href="#concept-response-clone" id="ref-for-concept-response-clone①">cloning</a> <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑨①">this</a>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response①⑥">response</a>. </p> <li> <p>Return the result of <a data-link-type="dfn" href="#response-create" id="ref-for-response-create③">creating</a> a <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response②③">Response</a></code> object, given <var>clonedResponse</var>, <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑨②">this</a>’s <a data-link-type="dfn" href="#response-headers" id="ref-for-response-headers④">headers</a>’s <a data-link-type="dfn" href="#concept-headers-guard" id="ref-for-concept-headers-guard①⑥">guard</a>, and <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑨③">this</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm" id="ref-for-concept-relevant-realm⑦">relevant realm</a>. </p> </ol> </div> <h3 class="heading settled" data-level="5.6" id="fetch-method"><span class="secno">5.6. </span><span class="content">Fetch method</span><a class="self-link" href="#fetch-method"></a></h3> <pre class="idl highlight def"><c- b>partial</c-> <c- b>interface</c-> <c- b>mixin</c-> <a class="idl-code" data-link-type="interface" href="https://html.spec.whatwg.org/multipage/webappapis.html#windoworworkerglobalscope" id="ref-for-windoworworkerglobalscope"><c- g>WindowOrWorkerGlobalScope</c-></a> { [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject" id="ref-for-NewObject①①"><c- g>NewObject</c-></a>] <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise" id="ref-for-idl-promise⑥"><c- b>Promise</c-></a><<a data-link-type="idl-name" href="#response" id="ref-for-response②④"><c- n>Response</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-global-fetch" id="ref-for-dom-global-fetch⑥"><c- g>fetch</c-></a>(<a data-link-type="idl-name" href="#requestinfo" id="ref-for-requestinfo①"><c- n>RequestInfo</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="WindowOrWorkerGlobalScope/fetch(input, init), WindowOrWorkerGlobalScope/fetch(input)" data-dfn-type="argument" data-export id="dom-windoworworkerglobalscope-fetch-input-init-input"><code><c- g>input</c-></code></dfn>, <c- b>optional</c-> <a data-link-type="idl-name" href="#requestinit" id="ref-for-requestinit①"><c- n>RequestInit</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="WindowOrWorkerGlobalScope/fetch(input, init), WindowOrWorkerGlobalScope/fetch(input)" data-dfn-type="argument" data-export id="dom-windoworworkerglobalscope-fetch-input-init-init"><code><c- g>init</c-></code></dfn> = {}); }; </pre> <div class="algorithm" data-algorithm="fetch(input, init)" data-algorithm-for="WindowOrWorkerGlobalScope"> <p>The <dfn class="dfn-paneled idl-code" data-dfn-for="WindowOrWorkerGlobalScope" data-dfn-type="method" data-export data-lt="fetch(input, init)|fetch(input)" id="dom-global-fetch"><code>fetch(<var>input</var>, <var>init</var>)</code></dfn> method steps are: </p> <ol> <li> <p>Let <var>p</var> be <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#a-new-promise" id="ref-for-a-new-promise②">a new promise</a>. </p> <li> <p>Let <var>requestObject</var> be the result of invoking the initial value of <code class="idl"><a data-link-type="idl" href="#request" id="ref-for-request①⑥">Request</a></code> as constructor with <var>input</var> and <var>init</var> as arguments. If this throws an exception, <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#reject" id="ref-for-reject①">reject</a> <var>p</var> with it and return <var>p</var>. </p> <li> <p>Let <var>request</var> be <var>requestObject</var>’s <a data-link-type="dfn" href="#concept-request-request" id="ref-for-concept-request-request②⑦">request</a>. </p> <li> <p>If <var>requestObject</var>’s <a data-link-type="dfn" href="#request-signal" id="ref-for-request-signal⑥">signal</a> is <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#abortsignal-aborted" id="ref-for-abortsignal-aborted">aborted</a>, then: </p> <ol> <li> <p><a data-link-type="dfn" href="#abort-fetch" id="ref-for-abort-fetch">Abort the <code>fetch()</code> call</a> with <var>p</var>, <var>request</var>, null, and <var>requestObject</var>’s <a data-link-type="dfn" href="#request-signal" id="ref-for-request-signal⑦">signal</a>’s <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#abortsignal-abort-reason" id="ref-for-abortsignal-abort-reason">abort reason</a>. </p> <li> <p>Return <var>p</var>. </p> </ol> <li>Let <var>globalObject</var> be <var>request</var>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client②⑥">client</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global" id="ref-for-concept-settings-object-global⑦">global object</a>. <li>If <var>globalObject</var> is a <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/ServiceWorker/#serviceworkerglobalscope" id="ref-for-serviceworkerglobalscope">ServiceWorkerGlobalScope</a></code> object, then set <var>request</var>’s <a data-link-type="dfn" href="#request-service-workers-mode" id="ref-for-request-service-workers-mode④">service-workers mode</a> to "<code>none</code>". <li> <p>Let <var>responseObject</var> be null. </p> <li> <p>Let <var>relevantRealm</var> be <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑨④">this</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm" id="ref-for-concept-relevant-realm⑧">relevant realm</a>. </p> <li> <p>Let <var>locallyAborted</var> be false. </p> <p class="note" role="note">This lets us reject promises with predictable timing, when the request to abort comes from the same thread as the call to fetch. </p> <li> <p>Let <var>controller</var> be null. </p> <li> <p><a data-link-type="dfn" href="https://dom.spec.whatwg.org/#abortsignal-add" id="ref-for-abortsignal-add">Add the following abort steps</a> to <var>requestObject</var>’s <a data-link-type="dfn" href="#request-signal" id="ref-for-request-signal⑧">signal</a>: </p> <ol> <li> <p>Set <var>locallyAborted</var> to true. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert②⑥">Assert</a>: <var>controller</var> is non-null. </p> <li> <p><a data-link-type="dfn" href="#fetch-controller-abort" id="ref-for-fetch-controller-abort②">Abort</a> <var>controller</var> with <var>requestObject</var>’s <a data-link-type="dfn" href="#request-signal" id="ref-for-request-signal⑨">signal</a>’s <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#abortsignal-abort-reason" id="ref-for-abortsignal-abort-reason①">abort reason</a>. </p> <li> <p><a data-link-type="dfn" href="#abort-fetch" id="ref-for-abort-fetch①">Abort the <code>fetch()</code> call</a> with <var>p</var>, <var>request</var>, <var>responseObject</var>, and <var>requestObject</var>’s <a data-link-type="dfn" href="#request-signal" id="ref-for-request-signal①⓪">signal</a>’s <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#abortsignal-abort-reason" id="ref-for-abortsignal-abort-reason②">abort reason</a>. </p> </ol> <li> <p></p> <p>Set <var>controller</var> to the result of calling <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch②⑧">fetch</a> given <var>request</var> and <a data-link-type="dfn" href="#process-response" id="ref-for-process-response①"><i>processResponse</i></a> given <var>response</var> being these steps: </p> <ol> <li> <p>If <var>locallyAborted</var> is true, then abort these steps. </p> <li> <p>If <var>response</var>’s <a data-link-type="dfn" href="#concept-response-aborted" id="ref-for-concept-response-aborted②">aborted flag</a> is set, then: </p> <ol> <li> <p>Let <var>deserializedError</var> be the result of <a data-link-type="dfn" href="#deserialize-a-serialized-abort-reason" id="ref-for-deserialize-a-serialized-abort-reason①">deserialize a serialized abort reason</a> given <var>controller</var>’s <a data-link-type="dfn" href="#fetch-controller-serialized-abort-reason" id="ref-for-fetch-controller-serialized-abort-reason②">serialized abort reason</a> and <var>relevantRealm</var>. </p> <li> <p><a data-link-type="dfn" href="#abort-fetch" id="ref-for-abort-fetch②">Abort the <code>fetch()</code> call</a> with <var>p</var>, <var>request</var>, <var>responseObject</var>, and <var>deserializedError</var>. </p> <li> <p>Abort these steps. </p> </ol> <li> <p>If <var>response</var> is a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑤⑨">network error</a>, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#reject" id="ref-for-reject②">reject</a> <var>p</var> with a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror②⑨">TypeError</a></code> and abort these steps. </p> <li> <p>Set <var>responseObject</var> to the result of <a data-link-type="dfn" href="#response-create" id="ref-for-response-create④">creating</a> a <code class="idl"><a data-link-type="idl" href="#response" id="ref-for-response②⑤">Response</a></code> object, given <var>response</var>, "<code>immutable</code>", and <var>relevantRealm</var>. </p> <li> <p><a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#resolve" id="ref-for-resolve②">Resolve</a> <var>p</var> with <var>responseObject</var>. </p> </ol> <li> <p>Return <var>p</var>. </p> </ol> </div> <div class="algorithm" data-algorithm="Abort the fetch() call"> <p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export data-lt="Abort the fetch() call" id="abort-fetch">abort a <code>fetch()</code> call</dfn> with a <var>promise</var>, <var>request</var>, <var>responseObject</var>, and an <var>error</var>: </p> <ol> <li> <p><a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#reject" id="ref-for-reject③">Reject</a> <var>promise</var> with <var>error</var>. </p> <p class="note" role="note">This is a no-op if <var>promise</var> has already fulfilled. </p> <li> <p>If <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body④⑧">body</a> is non-null and is <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-readable" id="ref-for-readablestream-readable③">readable</a>, then <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-cancel" id="ref-for-readablestream-cancel①">cancel</a> <var>request</var>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body④⑨">body</a> with <var>error</var>. </p> <li> <p>If <var>responseObject</var> is null, then return. </p> <li> <p>Let <var>response</var> be <var>responseObject</var>’s <a data-link-type="dfn" href="#concept-response-response" id="ref-for-concept-response-response①⑦">response</a>. </p> <li> <p>If <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body②⑨">body</a> is non-null and is <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-readable" id="ref-for-readablestream-readable④">readable</a>, then <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-error" id="ref-for-readablestream-error②">error</a> <var>response</var>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body③⓪">body</a> with <var>error</var>. </p> </ol> </div> <h3 class="heading settled" data-level="5.7" id="garbage-collection"><span class="secno">5.7. </span><span class="content">Garbage collection</span><a class="self-link" href="#garbage-collection"></a></h3> <p>The user agent may <a data-link-type="dfn" href="#fetch-controller-terminate" id="ref-for-fetch-controller-terminate⑤">terminate</a> an ongoing fetch if that termination is not observable through script. </p> <p class="note" role="note">"Observable through script" means observable through <a class="idl-code" data-link-type="method" href="#dom-global-fetch" id="ref-for-dom-global-fetch⑦"><code>fetch()</code></a>’s arguments and return value. Other ways, such as communicating with the server through a side-channel are not included. </p> <p class="note" role="note">The server being able to observe garbage collection has precedent, e.g., with <code class="idl"><a data-link-type="idl" href="https://websockets.spec.whatwg.org/#websocket" id="ref-for-websocket①">WebSocket</a></code> and <code class="idl"><a data-link-type="idl" href="https://xhr.spec.whatwg.org/#xmlhttprequest" id="ref-for-xmlhttprequest⑥">XMLHttpRequest</a></code> objects. </p> <div class="example" id="terminate-examples"> <a class="self-link" href="#terminate-examples"></a> <p>The user agent can terminate the fetch because the termination cannot be observed. </p> <pre><code class="lang-javascript highlight">fetch<c- p>(</c-><c- u>"https://www.example.com/"</c-><c- p>)</c-> </code></pre> <p>The user agent cannot terminate the fetch because the termination can be observed through the promise. </p> <pre><code class="lang-javascript highlight">window<c- p>.</c->promise <c- o>=</c-> fetch<c- p>(</c-><c- u>"https://www.example.com/"</c-><c- p>)</c-> </code></pre> <p>The user agent can terminate the fetch because the associated body is not observable. </p> <pre><code class="lang-javascript highlight">window<c- p>.</c->promise <c- o>=</c-> fetch<c- p>(</c-><c- u>"https://www.example.com/"</c-><c- p>).</c->then<c- p>(</c->res <c- p>=></c-> res<c- p>.</c->headers<c- p>)</c-> </code></pre> <p>The user agent can terminate the fetch because the termination cannot be observed. </p> <pre><code class="lang-javascript highlight">fetch<c- p>(</c-><c- u>"https://www.example.com/"</c-><c- p>).</c->then<c- p>(</c->res <c- p>=></c-> res<c- p>.</c->body<c- p>.</c->getReader<c- p>().</c->closed<c- p>)</c-> </code></pre> <p>The user agent cannot terminate the fetch because one can observe the termination by registering a handler for the promise object. </p> <pre><code class="lang-javascript highlight">window<c- p>.</c->promise <c- o>=</c-> fetch<c- p>(</c-><c- u>"https://www.example.com/"</c-><c- p>)</c-> <c- p>.</c->then<c- p>(</c->res <c- p>=></c-> res<c- p>.</c->body<c- p>.</c->getReader<c- p>().</c->closed<c- p>)</c-> </code></pre> <p>The user agent cannot terminate the fetch as termination would be observable via the registered handler. </p> <pre><code class="lang-javascript highlight">fetch<c- p>(</c-><c- u>"https://www.example.com/"</c-><c- p>)</c-> <c- p>.</c->then<c- p>(</c->res <c- p>=></c-> <c- p>{</c-> res<c- p>.</c->body<c- p>.</c->getReader<c- p>().</c->closed<c- p>.</c->then<c- p>(()</c-> <c- p>=></c-> console<c- p>.</c->log<c- p>(</c-><c- u>"stream closed!"</c-><c- p>))</c-> <c- p>})</c-> </code></pre> <p>(The above examples of non-observability assume that built-in properties and functions, such as <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#rs-get-reader" id="ref-for-rs-get-reader">body.getReader()</a></code>, have not been overwritten.) </p> </div> <h2 class="heading settled" data-level="6" id="data-urls"><span class="secno">6. </span><span class="content"><code>data:</code> URLs</span><a class="self-link" href="#data-urls"></a></h2> <p>For an informative description of <code>data:</code> URLs, see RFC 2397. This section replaces that RFC’s normative processing requirements to be compatible with deployed content. <a data-link-type="biblio" href="#biblio-rfc2397" title="The "data" URL scheme">[RFC2397]</a> </p> <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="data-url-struct"><code>data:</code> URL struct</dfn> is a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct" id="ref-for-struct⑤">struct</a> that consists of a <dfn class="dfn-paneled" data-dfn-for="data: URL struct" data-dfn-type="dfn" data-noexport id="data-url-struct-mime-type">MIME type</dfn> (a <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#mime-type" id="ref-for-mime-type⑤">MIME type</a>) and a <dfn class="dfn-paneled" data-dfn-for="data: URL struct" data-dfn-type="dfn" data-noexport id="data-url-struct-body">body</dfn> (a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence③⓪">byte sequence</a>). </p> <div class="algorithm" data-algorithm="data: URL processor"> <p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="data-url-processor"><code>data:</code> URL processor</dfn> takes a <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url" id="ref-for-concept-url②①">URL</a> <var>dataURL</var> and then runs these steps: </p> <ol> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#assert" id="ref-for-assert②⑦">Assert</a>: <var>dataURL</var>’s <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-scheme" id="ref-for-concept-url-scheme①⑥">scheme</a> is "<code>data</code>". </p> <li> <p>Let <var>input</var> be the result of running the <a data-link-type="dfn" href="https://url.spec.whatwg.org/#concept-url-serializer" id="ref-for-concept-url-serializer⑥">URL serializer</a> on <var>dataURL</var> with <a data-link-type="dfn" href="https://url.spec.whatwg.org/#url-serializer-exclude-fragment" id="ref-for-url-serializer-exclude-fragment②"><i>exclude fragment</i></a> set to true. </p> <li> <p>Remove the leading "<code>data:</code>" from <var>input</var>. </p> <li> <p>Let <var>position</var> point at the start of <var>input</var>. </p> <li> <p>Let <var>mimeType</var> be the result of <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points" id="ref-for-collect-a-sequence-of-code-points⑧">collecting a sequence of code points</a> that are not equal to U+002C (,), given <var>position</var>. </p> <li> <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#strip-leading-and-trailing-ascii-whitespace" id="ref-for-strip-leading-and-trailing-ascii-whitespace">Strip leading and trailing ASCII whitespace</a> from <var>mimeType</var>. </p> <p class="note" role="note">This will only remove U+0020 SPACE <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#code-point" id="ref-for-code-point①⓪">code points</a>, if any. </p> <li> <p>If <var>position</var> is past the end of <var>input</var>, then return failure. </p> <li> <p>Advance <var>position</var> by 1. </p> <li> <p>Let <var>encodedBody</var> be the remainder of <var>input</var>. </p> <li> <p>Let <var>body</var> be the <a data-link-type="dfn" href="https://url.spec.whatwg.org/#string-percent-decode" id="ref-for-string-percent-decode">percent-decoding</a> of <var>encodedBody</var>. </p> <li> <p>If <var>mimeType</var> ends with U+003B (;), followed by zero or more U+0020 SPACE, followed by an <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#ascii-case-insensitive" id="ref-for-ascii-case-insensitive①">ASCII case-insensitive</a> match for "<code>base64</code>", then: </p> <ol> <li> <p>Let <var>stringBody</var> be the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#isomorphic-decode" id="ref-for-isomorphic-decode③">isomorphic decode</a> of <var>body</var>. </p> <li> <p>Set <var>body</var> to the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#forgiving-base64-decode" id="ref-for-forgiving-base64-decode">forgiving-base64 decode</a> of <var>stringBody</var>. </p> <li> <p>If <var>body</var> is failure, then return failure. </p> <li> <p>Remove the last 6 <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#code-point" id="ref-for-code-point①①">code points</a> from <var>mimeType</var>. </p> <li> <p>Remove trailing U+0020 SPACE <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#code-point" id="ref-for-code-point①②">code points</a> from <var>mimeType</var>, if any. </p> <li> <p>Remove the last U+003B (;) from <var>mimeType</var>. </p> </ol> <li> <p>If <var>mimeType</var> <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#string-starts-with" id="ref-for-string-starts-with②">starts with</a> "<code>;</code>", then prepend "<code>text/plain</code>" to <var>mimeType</var>. </p> <li> <p>Let <var>mimeTypeRecord</var> be the result of <a data-link-type="dfn" href="https://mimesniff.spec.whatwg.org/#parse-a-mime-type" id="ref-for-parse-a-mime-type②">parsing</a> <var>mimeType</var>. </p> <li> <p>If <var>mimeTypeRecord</var> is failure, then set <var>mimeTypeRecord</var> to <code>text/plain;charset=US-ASCII</code>. </p> <li> <p>Return a new <a data-link-type="dfn" href="#data-url-struct" id="ref-for-data-url-struct"><code>data:</code> URL struct</a> whose <a data-link-type="dfn" href="#data-url-struct-mime-type" id="ref-for-data-url-struct-mime-type①">MIME type</a> is <var>mimeTypeRecord</var> and <a data-link-type="dfn" href="#data-url-struct-body" id="ref-for-data-url-struct-body①">body</a> is <var>body</var>. </p> </ol> </div> <h2 class="no-num heading settled" id="background-reading"><span class="content">Background reading</span><a class="self-link" href="#background-reading"></a></h2> <p><em>This section and its subsections are informative only.</em> </p> <h3 class="no-num heading settled dfn-paneled" data-dfn-type="dfn" data-noexport id="http-header-layer-division"><span class="content">HTTP header layer division</span><a class="self-link" href="#http-header-layer-division" id="ref-for-http-header-layer-division①"></a></h3> <p>For the purposes of fetching, there is an API layer (HTML’s <code>img</code>, CSS’s <code>background-image</code>), early fetch layer, service worker layer, and network & cache layer. `<code>Accept</code>` and `<code>Accept-Language</code>` are set in the early fetch layer (typically by the user agent). Most other headers controlled by the user agent, such as `<code>Accept-Encoding</code>`, `<code>Host</code>`, and `<code>Referer</code>`, are set in the network & cache layer. Developers can set headers either at the API layer or in the service worker layer (typically through a <code class="idl"><a data-link-type="idl" href="#request" id="ref-for-request①⑦">Request</a></code> object). Developers have almost no control over <a data-link-type="dfn" href="#forbidden-request-header" id="ref-for-forbidden-request-header②">forbidden request-headers</a>, but can control `<code>Accept</code>` and have the means to constrain and omit `<code>Referer</code>` for instance. </p> <h3 class="no-num heading settled dfn-paneled" data-dfn-type="dfn" data-noexport id="atomic-http-redirect-handling"><span class="content">Atomic HTTP redirect handling</span><a class="self-link" href="#atomic-http-redirect-handling" id="ref-for-atomic-http-redirect-handling②"></a></h3> <p>Redirects (a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑥⑧">response</a> whose <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status②⑥">status</a> or <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response①⑧">internal response</a>’s (if any) <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status②⑦">status</a> is a <a data-link-type="dfn" href="#redirect-status" id="ref-for-redirect-status④">redirect status</a>) are not exposed to APIs. Exposing redirects might leak information not otherwise available through a cross-site scripting attack. </p> <p class="example" id="example-xss-redirect"><a class="self-link" href="#example-xss-redirect"></a>A fetch to <code>https://example.org/auth</code> that includes a <code>Cookie</code> marked <code>HttpOnly</code> could result in a redirect to <code>https://other-origin.invalid/4af955781ea1c84a3b11</code>. This new URL contains a secret. If we expose redirects that secret would be available through a cross-site scripting attack. </p> <h3 class="no-num heading settled" id="basic-safe-cors-protocol-setup"><span class="content">Basic safe CORS protocol setup</span><a class="self-link" href="#basic-safe-cors-protocol-setup"></a></h3> <p>For resources where data is protected through IP authentication or a firewall (unfortunately relatively common still), using the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol①⑧">CORS protocol</a> is <strong>unsafe</strong>. (This is the reason why the <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol①⑨">CORS protocol</a> had to be invented.) </p> <p>However, otherwise using the following <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑤⑨">header</a> is <strong>safe</strong>: </p> <pre><code class="lang-http highlight">Access-Control-Allow-Origin: * </code></pre> <p>Even if a resource exposes additional information based on cookie or HTTP authentication, using the above <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑥⓪">header</a> will not reveal it. It will share the resource with APIs such as <code class="idl"><a data-link-type="idl" href="https://xhr.spec.whatwg.org/#xmlhttprequest" id="ref-for-xmlhttprequest⑦">XMLHttpRequest</a></code>, much like it is already shared with <code>curl</code> and <code>wget</code>. </p> <p>Thus in other words, if a resource cannot be accessed from a random device connected to the web using <code>curl</code> and <code>wget</code> the aforementioned <a data-link-type="dfn" href="#concept-header" id="ref-for-concept-header⑥①">header</a> is not to be included. If it can be accessed however, it is perfectly fine to do so. </p> <h3 class="no-num heading settled" id="cors-protocol-and-http-caches"><span class="content">CORS protocol and HTTP caches</span><a class="self-link" href="#cors-protocol-and-http-caches"></a></h3> <p>If <a data-link-type="dfn" href="#cors-protocol" id="ref-for-cors-protocol②⓪">CORS protocol</a> requirements are more complicated than setting `<a data-link-type="http-header" href="#http-access-control-allow-origin" id="ref-for-http-access-control-allow-origin⑦"><code>Access-Control-Allow-Origin</code></a>` to <code>*</code> or a static <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin" id="ref-for-concept-origin⑨">origin</a>, `<code>Vary</code>` is to be used. <a data-link-type="biblio" href="#biblio-html" title="HTML Standard">[HTML]</a> <a data-link-type="biblio" href="#biblio-http" title="HTTP Semantics">[HTTP]</a> <a data-link-type="biblio" href="#biblio-http-caching" title="HTTP Caching">[HTTP-CACHING]</a> </p> <pre class="example" id="example-vary-origin"><a class="self-link" href="#example-vary-origin"></a><code class="lang-http highlight">Vary: Origin </code></pre> <p>In particular, consider what happens if `<code>Vary</code>` is <em>not</em> used and a server is configured to send `<a data-link-type="http-header" href="#http-access-control-allow-origin" id="ref-for-http-access-control-allow-origin⑧"><code>Access-Control-Allow-Origin</code></a>` for a certain resource only in response to a <a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request①②">CORS request</a>. When a user agent receives a response to a non-<a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request①③">CORS request</a> for that resource (for example, as the result of a <a data-link-type="dfn" href="#navigation-request" id="ref-for-navigation-request③">navigation request</a>), the response will lack `<a data-link-type="http-header" href="#http-access-control-allow-origin" id="ref-for-http-access-control-allow-origin⑨"><code>Access-Control-Allow-Origin</code></a>` and the user agent will cache that response. Then, if the user agent subsequently encounters a <a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request①④">CORS request</a> for the resource, it will use that cached response from the previous non-<a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request①⑤">CORS request</a>, without `<a data-link-type="http-header" href="#http-access-control-allow-origin" id="ref-for-http-access-control-allow-origin①⓪"><code>Access-Control-Allow-Origin</code></a>`. </p> <p>But if `<code>Vary: Origin</code>` is used in the same scenario described above, it will cause the user agent to <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch②⑨">fetch</a> a response that includes `<a data-link-type="http-header" href="#http-access-control-allow-origin" id="ref-for-http-access-control-allow-origin①①"><code>Access-Control-Allow-Origin</code></a>`, rather than using the cached response from the previous non-<a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request①⑥">CORS request</a> that lacks `<a data-link-type="http-header" href="#http-access-control-allow-origin" id="ref-for-http-access-control-allow-origin①②"><code>Access-Control-Allow-Origin</code></a>`. </p> <p>However, if `<a data-link-type="http-header" href="#http-access-control-allow-origin" id="ref-for-http-access-control-allow-origin①③"><code>Access-Control-Allow-Origin</code></a>` is set to <code>*</code> or a static <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin" id="ref-for-concept-origin①⓪">origin</a> for a particular resource, then configure the server to always send `<a data-link-type="http-header" href="#http-access-control-allow-origin" id="ref-for-http-access-control-allow-origin①④"><code>Access-Control-Allow-Origin</code></a>` in responses for the resource — for non-<a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request①⑦">CORS requests</a> as well as <a data-link-type="dfn" href="#cors-request" id="ref-for-cors-request①⑧">CORS requests</a> — and do not use `<code>Vary</code>`. </p> <h3 class="no-num heading settled" id="websocket-protocol"><span class="bs-old-id" id="the-websocket-connection-is-established"></span><span class="bs-old-id" id="fail-the-websocket-connection"></span><span class="bs-old-id" id="websocket-opening-handshake"></span><span class="bs-old-id" id="websocket-connections"></span><span class="content">WebSockets</span><a class="self-link" href="#websocket-protocol"></a></h3> <p>As part of establishing a connection, the <code class="idl"><a data-link-type="idl" href="https://websockets.spec.whatwg.org/#websocket" id="ref-for-websocket②">WebSocket</a></code> object initiates a special kind of <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch③⓪">fetch</a> (using a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①①⑦">request</a> whose <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode③③">mode</a> is "<code>websocket</code>") which allows it to share in many fetch policy decisions, such <cite>HTTP Strict Transport Security (HSTS)</cite>. Ultimately this results in fetch calling into <cite>WebSockets</cite> to obtain a dedicated connection. <a data-link-type="biblio" href="#biblio-websockets" title="WebSockets Standard">[WEBSOCKETS]</a> <a data-link-type="biblio" href="#biblio-hsts" title="HTTP Strict Transport Security (HSTS)">[HSTS]</a> </p> <p class="note" role="note">Fetch used to define <a data-link-type="dfn" href="https://websockets.spec.whatwg.org/#concept-websocket-connection-obtain" id="concept-websocket-connection-obtain">obtain a WebSocket connection</a> and <a data-link-type="dfn" href="https://websockets.spec.whatwg.org/#concept-websocket-establish" id="concept-websocket-establish">establish a WebSocket connection</a> directly, but both are now defined in <cite>WebSockets</cite>. <a data-link-type="biblio" href="#biblio-websockets" title="WebSockets Standard">[WEBSOCKETS]</a> </p> <h2 class="no-num heading settled" id="fetch-elsewhere"><span class="content">Using fetch in other standards</span><a class="self-link" href="#fetch-elsewhere"></a></h2> <p>In its essence <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch③①">fetching</a> is an exchange of a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①①⑧">request</a> for a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑥⑨">response</a>. In reality it is rather complex mechanism for standards to adopt and use correctly. This section aims to give some advice. </p> <p class="warning">Always ask domain experts for review. </p> <p class="XXX">This is a work in progress. </p> <h3 class="heading settled" id="fetch-elsewhere-request"><span class="content">Setting up a request</span><a class="self-link" href="#fetch-elsewhere-request"></a></h3> <p>The first step in <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch③②">fetching</a> is to create a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①①⑨">request</a>, and populate its <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#struct-item" id="ref-for-struct-item⑤">items</a>. </p> <p>Start by setting the <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①②⓪">request</a>’s <a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url①②">URL</a> and <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method②⑥">method</a>, as defined by HTTP. If your `<code>POST</code>` or `<code>PUT</code>` <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①②①">request</a> needs a body, you set <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①②②">request</a>’s <a data-link-type="dfn" href="#concept-request-body" id="ref-for-concept-request-body⑤⓪">body</a> to a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence③①">byte sequence</a>, or to a new <a data-link-type="dfn" href="#concept-body" id="ref-for-concept-body①④">body</a> whose <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream①⑧">stream</a> is a <code class="idl"><a data-link-type="idl" href="https://streams.spec.whatwg.org/#readablestream" id="ref-for-readablestream①③">ReadableStream</a></code> you created. <a data-link-type="biblio" href="#biblio-http" title="HTTP Semantics">[HTTP]</a> </p> <p>Choose your <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①②③">request</a>’s <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination②②">destination</a> using the guidance in the <a href="#destination-table">destination table</a>. <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination②③">Destinations</a> affect <cite>Content Security Policy</cite> and have other implications such as the `<code><a data-link-type="http-header" href="https://w3c.github.io/webappsec-fetch-metadata/#http-headerdef-sec-fetch-dest" id="ref-for-http-headerdef-sec-fetch-dest">Sec-Fetch-Dest</a></code>` header, so they are much more than informative metadata. If a new feature requires a <a data-link-type="dfn" href="#concept-request-destination" id="ref-for-concept-request-destination②④">destination</a> that’s not in the <a href="#destination-table">destination table</a>, please <a href="https://github.com/whatwg/fetch/issues/new?title=What%20destination%20should%20my%20feature%20use">file an issue</a> to discuss. <a data-link-type="biblio" href="#biblio-csp" title="Content Security Policy Level 3">[CSP]</a> </p> <p>Set your <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①②④">request</a>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client②⑦">client</a> to the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object①④">environment settings object</a> you’re operating in. Web-exposed APIs are generally defined with Web IDL, for which every object that implements an <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-interface" id="ref-for-dfn-interface">interface</a> has a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object" id="ref-for-relevant-settings-object③">relevant settings object</a> you can use. For example, a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①②⑤">request</a> associated with an <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#concept-element" id="ref-for-concept-element">element</a> would set the <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①②⑥">request</a>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client②⑧">client</a> to the element’s <a data-link-type="dfn" href="https://dom.spec.whatwg.org/#concept-node-document" id="ref-for-concept-node-document">node document</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object" id="ref-for-relevant-settings-object④">relevant settings object</a>. All features that are directly web-exposed by JavaScript, HTML, CSS, or other <code class="idl"><a data-link-type="idl" href="https://dom.spec.whatwg.org/#document" id="ref-for-document">Document</a></code> subresources should have a <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client②⑨">client</a>. </p> <p>If your <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch③③">fetching</a> is not directly web-exposed, e.g., it is sent in the background without relying on a current <code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/nav-history-apis.html#window" id="ref-for-window③">Window</a></code> or <code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/workers.html#worker" id="ref-for-worker">Worker</a></code>, leave <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①②⑦">request</a>’s <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client③⓪">client</a> as null and set the <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①②⑧">request</a>’s <a data-link-type="dfn" href="#concept-request-origin" id="ref-for-concept-request-origin②⑤">origin</a>, <a data-link-type="dfn" href="#concept-request-policy-container" id="ref-for-concept-request-policy-container⑤">policy container</a>, <a data-link-type="dfn" href="#request-service-workers-mode" id="ref-for-request-service-workers-mode⑤">service-workers mode</a>, and <a data-link-type="dfn" href="#concept-request-referrer" id="ref-for-concept-request-referrer①⑧">referrer</a> to appropriate values instead, e.g., by copying them from the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object" id="ref-for-environment-settings-object①⑤">environment settings object</a> ahead of time. In these more advanced cases, make sure the details of how your fetch handles <cite>Content Security Policy</cite> and <a data-link-type="dfn" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy" id="ref-for-referrer-policy②">referrer policy</a> are fleshed out. Also make sure you handle concurrency, as callbacks (see <a href="#fetch-elsewhere-fetch">Invoking fetch and processing responses</a>) would be posted on a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#parallel-queue" id="ref-for-parallel-queue⑥">parallel queue</a>. <a data-link-type="biblio" href="#biblio-referrer" title="Referrer Policy">[REFERRER]</a> <a data-link-type="biblio" href="#biblio-csp" title="Content Security Policy Level 3">[CSP]</a> </p> <p>Think through the way you intend to handle cross-origin resources. Some features may only work in the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#same-origin" id="ref-for-same-origin①②">same origin</a>, in which case set your <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①②⑨">request</a>’s <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode③④">mode</a> to "<code>same-origin</code>". Otherwise, new web-exposed features should almost always set their <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode③⑤">mode</a> to "<code>cors</code>". If your feature is not web-exposed, or you think there is another reason for it to fetch cross-origin resources without CORS, please <a href="https://github.com/whatwg/fetch/issues/new?title=Does%20my%20request%20require%20CORS">file an issue</a> to discuss. </p> <p>For cross-origin requests, also determines if <a data-link-type="dfn" href="#credentials" id="ref-for-credentials①⑨">credentials</a> are to be included with the requests, in which case set your <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①③⓪">request</a>’s <a data-link-type="dfn" href="#concept-request-credentials-mode" id="ref-for-concept-request-credentials-mode②⑤">credentials mode</a> to "<code>include</code>". </p> <p>Figure out if your fetch needs to be reported to <cite>Resource Timing</cite>, and with which <a data-link-type="dfn" href="#request-initiator-type" id="ref-for-request-initiator-type④">initiator type</a>. By passing an <a data-link-type="dfn" href="#request-initiator-type" id="ref-for-request-initiator-type⑤">initiator type</a> to the <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①③①">request</a>, reporting to <cite>Resource Timing</cite> will be done automatically once the fetch is done and the <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑦⓪">response</a> is fully downloaded. <a data-link-type="biblio" href="#biblio-resource-timing" title="Resource Timing">[RESOURCE-TIMING]</a> </p> <p>If your request requires additional HTTP headers, set its <a data-link-type="dfn" href="#concept-request-header-list" id="ref-for-concept-request-header-list⑤⓪">header list</a> to a <a data-link-type="dfn" href="#concept-header-list" id="ref-for-concept-header-list②④">header list</a> that contains those headers, e.g., « (`<code>My-Header-Name</code>`, `<code>My-Header-Value</code>`) ». Sending custom headers may have implications, such as requiring a <a data-link-type="dfn" href="#cors-preflight-fetch-0" id="ref-for-cors-preflight-fetch-0⑦">CORS-preflight fetch</a>, so handle with care. </p> <p>If you want to override the default caching mechanism, e.g., disable caching for this <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①③②">request</a>, set the request’s <a data-link-type="dfn" href="#concept-request-cache-mode" id="ref-for-concept-request-cache-mode①⑦">cache mode</a> to a value other than "<code>default</code>". </p> <p>Determine whether you want your request to support redirects. If you don’t, set its <a data-link-type="dfn" href="#concept-request-redirect-mode" id="ref-for-concept-request-redirect-mode①③">redirect mode</a> to "<code>error</code>". </p> <p>Browse through the rest of the parameters for <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①③③">request</a> to see if something else is relevant to you. The rest of the parameters are used less frequently, often for special purposes, and they are documented in detail in the <a href="#requests">§ 2.2.5 Requests</a> section of this standard. </p> <h3 class="no-num heading settled" id="fetch-elsewhere-fetch"><span class="content">Invoking fetch and processing responses</span><a class="self-link" href="#fetch-elsewhere-fetch"></a></h3> <p>Aside from a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①③④">request</a> the <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch③④">fetch</a> operation takes several optional arguments. For those arguments that take an algorithm: the algorithm will be called from a task (or in a <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#parallel-queue" id="ref-for-parallel-queue⑦">parallel queue</a> if <a data-link-type="dfn" href="#fetch-useparallelqueue" id="ref-for-fetch-useparallelqueue"><i>useParallelQueue</i></a> is true). </p> <p>Once the <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①③⑤">request</a> is set up, to determine which algorithms to pass to <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch③⑤">fetch</a>, determine how you would like to process the <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑦①">response</a>, and in particular at what stage you would like to receive a callback: </p> <dl> <dt>Upon completion <dd> <p>This is how most callers handle a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑦②">response</a>, for example <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-classic-script" id="ref-for-fetch-a-classic-script">scripts</a> and <a data-link-type="dfn" href="https://drafts.csswg.org/css-values-4/#fetch-a-style-resource" id="ref-for-fetch-a-style-resource">style resources</a>. The <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑦③">response</a>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body③①">body</a> is read in its entirety into a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence③②">byte sequence</a>, and then processed by the caller. </p> <p>To process a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑦④">response</a> upon completion, pass an algorithm as the <a data-link-type="dfn" href="#process-response-end-of-body" id="ref-for-process-response-end-of-body"><i>processResponseConsumeBody</i></a> argument of <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch③⑥">fetch</a>. The given algorithm is passed a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑦⑤">response</a> and an argument representing the fully read <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body③②">body</a> (of the <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑦⑥">response</a>’s <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response①⑨">internal response</a>). The second argument’s values have the following meaning: </p> <dl> <dt>null <dd>The <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑦⑦">response</a>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body③③">body</a> is null, due to the response being a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑥⓪">network error</a> or having a <a data-link-type="dfn" href="#null-body-status" id="ref-for-null-body-status③">null body status</a>. <dt>failure <dd>Attempting to <a data-link-type="dfn" href="#body-fully-read" id="ref-for-body-fully-read③">fully read</a> the contents of the <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑦⑧">response</a>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body③④">body</a> failed, e.g., due to an I/O error. <dt>a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence③③">byte sequence</a> <dd> <p><a data-link-type="dfn" href="#body-fully-read" id="ref-for-body-fully-read④">Fully reading</a> the contents of the <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑦⑨">response</a>’s <a data-link-type="dfn" href="#concept-internal-response" id="ref-for-concept-internal-response②⓪">internal response</a>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body③⑤">body</a> succeeded. </p> <p class="warning">A <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence③④">byte sequence</a> containing the full contents will be passed also for a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①③⑥">request</a> whose <a data-link-type="dfn" href="#concept-request-mode" id="ref-for-concept-request-mode③⑥">mode</a> is "<code>no-cors</code>". Callers have to be careful when handling such content, as it should not be accessible to the requesting <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin" id="ref-for-concept-origin①①">origin</a>. For example, the caller may use contents of a "<code>no-cors</code>" <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑧⓪">response</a> to display image contents directly to the user, but those image contents should not be directly exposed to scripts in the embedding document. </p> </dl> <div class="example" id="example-callback-upon-completion"> <a class="self-link" href="#example-callback-upon-completion"></a> <ol> <li> <p>Let <var>request</var> be a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①③⑦">request</a> whose <a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url①③">URL</a> is <code>https://stuff.example.com/</code> and <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client③①">client</a> is <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑨⑤">this</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object" id="ref-for-relevant-settings-object⑤">relevant settings object</a>. </p> <li> <p><a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch③⑦">Fetch</a> <var>request</var>, with <a data-link-type="dfn" href="#process-response-end-of-body" id="ref-for-process-response-end-of-body①"><i>processResponseConsumeBody</i></a> set to the following steps given a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑧①">response</a> <var>response</var> and null, failure, or a <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence③⑤">byte sequence</a> <var>contents</var>: </p> <ol> <li> <p>If <var>contents</var> is null or failure, then present an error to the user. </p> <li> <p>Otherwise, parse <var>contents</var> considering the metadata from <var>response</var>, and perform your own operations on it. </p> </ol> </ol> </div> <dt>Headers first, then chunk-by-chunk <dd> <p>In some cases, for example when playing video or progressively loading images, callers might want to stream the response, and process it one chunk at a time. The <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑧②">response</a> is handed over to the fetch caller once the headers are processed, and the caller continues from there. </p> <p>To process a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑧③">response</a> chunk-by-chunk, pass an algorithm to the <a data-link-type="dfn" href="#process-response" id="ref-for-process-response②"><i>processResponse</i></a> argument of <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch③⑧">fetch</a>. The given algorithm is passed a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑧④">response</a> when the response’s headers have been received and is responsible for reading the <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑧⑤">response</a>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body③⑥">body</a>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream①⑨">stream</a> in order to download the rest of the response. For convenience, you may also pass an algorithm to the <a data-link-type="dfn" href="#fetch-processresponseendofbody" id="ref-for-fetch-processresponseendofbody"><i>processResponseEndOfBody</i></a> argument, which is called once you have finished fully reading the response and its <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body③⑦">body</a>. Note that unlike <a data-link-type="dfn" href="#process-response-end-of-body" id="ref-for-process-response-end-of-body②"><i>processResponseConsumeBody</i></a>, passing the <a data-link-type="dfn" href="#process-response" id="ref-for-process-response③"><i>processResponse</i></a> or <a data-link-type="dfn" href="#fetch-processresponseendofbody" id="ref-for-fetch-processresponseendofbody①"><i>processResponseEndOfBody</i></a> arguments does not guarantee that the response will be fully read, and callers are responsible to read it themselves. </p> <p>The <a data-link-type="dfn" href="#process-response" id="ref-for-process-response④"><i>processResponse</i></a> argument is also useful for handling the <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑧⑥">response</a>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list③⑧">header list</a> and <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status②⑧">status</a> without handling the <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body③⑧">body</a> at all. This is used, for example, when handling responses that do not have an <a data-link-type="dfn" href="#ok-status" id="ref-for-ok-status④">ok status</a>. </p> <div class="example" id="example-callback-chunk-by-chunk"> <a class="self-link" href="#example-callback-chunk-by-chunk"></a> <ol> <li> <p>Let <var>request</var> be a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①③⑧">request</a> whose <a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url①④">URL</a> is <code>https://stream.example.com/</code> and <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client③②">client</a> is <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑨⑥">this</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object" id="ref-for-relevant-settings-object⑥">relevant settings object</a>. </p> <li> <p><a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch③⑨">Fetch</a> <var>request</var>, with <a data-link-type="dfn" href="#process-response" id="ref-for-process-response⑤"><i>processResponse</i></a> set to the following steps given a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑧⑦">response</a> <var>response</var>: </p> <ol> <li> <p>If <var>response</var> is a <a data-link-type="dfn" href="#concept-network-error" id="ref-for-concept-network-error⑥①">network error</a>, then present an error to the user. </p> <li> <p>Otherwise, if <var>response</var>’s <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status②⑨">status</a> is not an <a data-link-type="dfn" href="#ok-status" id="ref-for-ok-status⑤">ok status</a>, present some fallback value to the user. </p> <li> <p>Otherwise, <a data-link-type="dfn" href="https://streams.spec.whatwg.org/#readablestream-get-a-reader" id="ref-for-readablestream-get-a-reader②">get a reader</a> for <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑧⑧">response</a>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body③⑨">body</a>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream②⓪">stream</a>, and process in an appropriate way for the MIME type identified by <a data-link-type="dfn" href="#concept-header-extract-mime-type" id="ref-for-concept-header-extract-mime-type⑨">extracting a MIME type</a> from <var>response</var>’s <a data-link-type="dfn" href="#concept-response-header-list" id="ref-for-concept-response-header-list③⑨">headers list</a>. </p> </ol> </ol> </div> <dt>Ignore the response <dd> <p>In some cases, there is no need for a <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑧⑨">response</a> at all, e.g., in the case of <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/beacon/#dom-navigator-sendbeacon" id="ref-for-dom-navigator-sendbeacon">navigator.sendBeacon()</a></code>. Processing a response and passing callbacks to <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch④⓪">fetch</a> is optional, so omitting the callback would <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch④①">fetch</a> without expecting a response. In such cases, the <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑨⓪">response</a>’s <a data-link-type="dfn" href="#concept-response-body" id="ref-for-concept-response-body④⓪">body</a>’s <a data-link-type="dfn" href="#concept-body-stream" id="ref-for-concept-body-stream②①">stream</a> will be discarded, and the caller does not have to worry about downloading the contents unnecessarily. </p> <p class="example" id="example-no-callback"><a class="self-link" href="#example-no-callback"></a><a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch④②">Fetch</a> a <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①③⑨">request</a> whose <a data-link-type="dfn" href="#concept-request-url" id="ref-for-concept-request-url①⑤">URL</a> is <code>https://fire-and-forget.example.com/</code>, <a data-link-type="dfn" href="#concept-request-method" id="ref-for-concept-request-method②⑦">method</a> is `<code>POST</code>`, and <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client③③">client</a> is <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#this" id="ref-for-this⑨⑦">this</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object" id="ref-for-relevant-settings-object⑦">relevant settings object</a>. </p> </dl> <p>Apart from the callbacks to handle responses, <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch④③">fetch</a> accepts additional callbacks for advanced cases. <a data-link-type="dfn" href="#fetch-processearlyhintsresponse" id="ref-for-fetch-processearlyhintsresponse"><i>processEarlyHintsResponse</i></a> is intended specifically for <a data-link-type="dfn" href="#concept-response" id="ref-for-concept-response⑨①">responses</a> whose <a data-link-type="dfn" href="#concept-response-status" id="ref-for-concept-response-status③⓪">status</a> is 103, and is currently handled only by navigations. <a data-link-type="dfn" href="#process-request-body" id="ref-for-process-request-body"><i>processRequestBodyChunkLength</i></a> and <a data-link-type="dfn" href="#process-request-end-of-body" id="ref-for-process-request-end-of-body"><i>processRequestEndOfBody</i></a> notify the caller of request body uploading progress. </p> <p>Note that the <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch④④">fetch</a> operation starts in the same thread from which it was called, and then breaks off to run its internal operations <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel" id="ref-for-in-parallel⑧">in parallel</a>. The aforementioned callbacks are posted to a given <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#event-loop" id="ref-for-event-loop">event loop</a> which is, by default, the <a data-link-type="dfn" href="#concept-request-client" id="ref-for-concept-request-client③④">client</a>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global" id="ref-for-concept-settings-object-global⑧">global object</a>. To process responses <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel" id="ref-for-in-parallel⑨">in parallel</a> and handle interactions with the main thread by yourself, <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch④⑤">fetch</a> with <a data-link-type="dfn" href="#fetch-useparallelqueue" id="ref-for-fetch-useparallelqueue①"><i>useParallelQueue</i></a> set to true. </p> <h3 class="heading settled" id="fetch-elsewhere-ongoing"><span class="content">Manipulating an ongoing fetch</span><a class="self-link" href="#fetch-elsewhere-ongoing"></a></h3> <p>To manipulate a <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch④⑥">fetch</a> operation that has already started, use the <a data-link-type="dfn" href="#fetch-controller" id="ref-for-fetch-controller⑧">fetch controller</a> returned by calling <a data-link-type="dfn" href="#concept-fetch" id="ref-for-concept-fetch④⑦">fetch</a>. For example, you may <a data-link-type="dfn" href="#fetch-controller-abort" id="ref-for-fetch-controller-abort③">abort</a> the <a data-link-type="dfn" href="#fetch-controller" id="ref-for-fetch-controller⑨">fetch controller</a> due the user or page logic, or <a data-link-type="dfn" href="#fetch-controller-terminate" id="ref-for-fetch-controller-terminate⑥">terminate</a> it due to browser-internal circumstances. </p> <p>In addition to terminating and aborting, callers may <a data-link-type="dfn" href="#finalize-and-report-timing" id="ref-for-finalize-and-report-timing">report timing</a> if this was not done automatically by passing the <a data-link-type="dfn" href="#request-initiator-type" id="ref-for-request-initiator-type⑥">initiator type</a>, or <a data-link-type="dfn" href="#extract-full-timing-info" id="ref-for-extract-full-timing-info">extract full timing info</a> and handle it on the caller side (this is done only by navigations). The <a data-link-type="dfn" href="#fetch-controller" id="ref-for-fetch-controller①⓪">fetch controller</a> is also used to <a data-link-type="dfn" href="#fetch-controller-process-the-next-manual-redirect" id="ref-for-fetch-controller-process-the-next-manual-redirect">process the next manual redirect</a> for <a data-link-type="dfn" href="#concept-request" id="ref-for-concept-request①④⓪">requests</a> with <a data-link-type="dfn" href="#concept-request-redirect-mode" id="ref-for-concept-request-redirect-mode①④">redirect mode</a> set to "<code>manual</code>". </p> <h2 class="no-num heading settled" id="acknowledgments"><span class="content">Acknowledgments</span><a class="self-link" href="#acknowledgments"></a></h2> <p>Thanks to Adam Barth, Adam Lavin, Alan Jeffrey, Alexey Proskuryakov, Andreas Kling, Andrés Gutiérrez, Andrew Sutherland, Andrew Williams, Ángel González, Anssi Kostiainen, Arkadiusz Michalski, Arne Johannessen, Artem Skoretskiy, Arthur Barstow, Arthur Sonzogni, Asanka Herath, Axel Rauschmayer, Ben Kelly, Benjamin Gruenbaum, Benjamin Hawkes-Lewis, Bert Bos, Björn Höhrmann, Boris Zbarsky, Brad Hill, Brad Porter, Bryan Smith, Caitlin Potter, Cameron McCormack, Carlo Cannas, 白丞祐 (Cheng-You Bai), Chirag S Kumar, Chris Needham, Chris Rebert, Clement Pellerin, Collin Jackson, Daniel Robertson, Daniel Veditz, Dave Tapuska, David Benjamin, David Håsäther, David Orchard, Dean Jackson, Devdatta Akhawe, Domenic Denicola, Dominic Farolino, Dominique Hazaël-Massieux, Doug Turner, Douglas Creager, Eero Häkkinen, Ehsan Akhgari, Emily Stark, Eric Lawrence, Eric Orth, Feng Yu, François Marier, Frank Ellerman, Frederick Hirsch, Frederik Braun, Gary Blackwood, Gavin Carothers, Glenn Maynard, Graham Klyne, Gregory Terzian, Hal Lockhart, Hallvord R. M. Steen, Harris Hancock, Henri Sivonen, Henry Story, Hiroshige Hayashizaki, Honza Bambas, Ian Hickson, Ilya Grigorik, isonmad, Jake Archibald, James Graham, Jamie Mansfield, Janusz Majnert, Jeena Lee, Jeff Carpenter, Jeff Hodges, Jeffrey Yasskin, Jensen Chappell, Jeremy Roman, Jesse M. Heines, Jianjun Chen, Jinho Bang, Jochen Eisinger, John Wilander, Jonas Sicking, Jonathan Kingston, Jonathan Watt, 최종찬 (Jongchan Choi), Jordan Stephens, Jörn Zaefferer, Joseph Pecoraro, Josh Matthews, jub0bs, Julian Krispel-Samsel, Julian Reschke, 송정기 (Jungkee Song), Jussi Kalliokoski, Jxck, Kagami Sascha Rosylight, Keith Yeung, Kenji Baheux, Lachlan Hunt, Larry Masinter, Liam Brummitt, Linus Groh, Louis Ryan, Luca Casonato, Lucas Gonze, Łukasz Anforowicz, 呂康豪 (Kang-Hao Lu), Maciej Stachowiak, Malisa, Manfred Stock, Manish Goregaokar, Marc Silbey, Marcos Caceres, Marijn Kruisselbrink, Mark Nottingham, Mark S. Miller, Martin Dürst, Martin O’Neal, Martin Thomson, Matt Andrews, Matt Falkenhagen, Matt Menke, Matt Oshry, Matt Seddon, Matt Womer, Mhano Harkness, Michael Ficarra, Michael Kohler, Michael™ Smith, Mike Pennisi, Mike West, Mohamed Zergaoui, Mohammed Zubair Ahmed, Moritz Kneilmann, Ms2ger, Nico Schlömer, Nicolás Peña Moreno, Nidhi Jaju, Nikhil Marathe, Nikki Bee, Nikunj Mehta, Noam Rosenthal, Odin Hørthe Omdal, Olli Pettay, Ondřej Žára, O. Opsec, Patrick Meenan, Perry Jiang, Philip Jägenstedt, R. Auburn, Raphael Kubo da Costa, Robert Linder, Rondinelly, Rory Hewitt, Ross A. Baker, Ryan Sleevi, Sam Atkins, Samy Kamkar, Sébastien Cevey, Sendil Kumar N, Shao-xuan Kang, Sharath Udupa, Shivakumar Jagalur Matt, Shivani Sharma, Sigbjørn Finne, Simon Pieters, Simon Sapin, Simon Wülker, Srirama Chandra Sekhar Mogali, Stephan Paul, Steven Salat, Sunava Dutta, Surya Ismail, Tab Atkins-Bittner, Takashi Toyoshima, 吉野剛史 (Takeshi Yoshino), Thomas Roessler, Thomas Steiner, Thomas Wisniewski, Tiancheng "Timothy" Gu, Tobie Langel, Tom Schuster, Tomás Aparicio, triple-underscore, 保呂毅 (Tsuyoshi Horo), Tyler Close, Ujjwal Sharma, Vignesh Shanmugam, Vladimir Dzhuvinov, Wayne Carr, Xabier Rodríguez, Yehuda Katz, Yoav Weiss, Youenn Fablet, Yoichi Osato, 平野裕 (Yutaka Hirano), and Zhenbin Xu for being awesome. </p> <p>This standard is written by <a href="https://annevankesteren.nl/" lang="nl">Anne van Kesteren</a> (<a href="https://www.apple.com/">Apple</a>, <a href="mailto:annevk@annevk.nl">annevk@annevk.nl</a>). </p> <h2 class="no-num heading settled" id="ipr"><span class="content">Intellectual property rights</span><a class="self-link" href="#ipr"></a></h2> <p>Copyright © WHATWG (Apple, Google, Mozilla, Microsoft). This work is licensed under a <a href="https://creativecommons.org/licenses/by/4.0/" rel="license">Creative Commons Attribution 4.0 International License</a>. To the extent portions of it are incorporated into source code, such portions in the source code are licensed under the <a href="https://opensource.org/licenses/BSD-3-Clause" rel="license">BSD 3-Clause License</a> instead.</p> <p>This is the Living Standard. Those interested in the patent-review version should view the <a href="/review-drafts/2024-12/">Living Standard Review Draft</a>.</p> </main> <script> "use strict"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/service-worker.js"); } </script> <h2 class="no-num no-ref heading settled" id="index"><span class="content">Index</span><a class="self-link" href="#index"></a></h2> <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="content">Terms defined by this specification</span><a class="self-link" href="#index-defined-here"></a></h3> <ul class="index"> <li><a href="#dom-requestdestination">""</a><span>, in § 5.4</span> <li><a href="#abnf">ABNF</a><span>, in § 2</span> <li><a href="#fetch-controller-abort">abort</a><span>, in § 2</span> <li><a href="#fetch-params-aborted">aborted</a><span>, in § 2</span> <li><a href="#concept-response-aborted">aborted flag</a><span>, in § 2.2.6</span> <li><a href="#concept-aborted-network-error">aborted network error</a><span>, in § 2.2.6</span> <li><a href="#abort-fetch">Abort the fetch() call</a><span>, in § 5.6</span> <li><a href="#http-access-control-allow-credentials">Access-Control-Allow-Credentials</a><span>, in § 3.2.3</span> <li><a href="#http-access-control-allow-headers">Access-Control-Allow-Headers</a><span>, in § 3.2.3</span> <li><a href="#http-access-control-allow-methods">Access-Control-Allow-Methods</a><span>, in § 3.2.3</span> <li><a href="#http-access-control-allow-origin">Access-Control-Allow-Origin</a><span>, in § 3.2.3</span> <li><a href="#http-access-control-expose-headers">Access-Control-Expose-Headers</a><span>, in § 3.2.3</span> <li><a href="#http-access-control-max-age">Access-Control-Max-Age</a><span>, in § 3.2.3</span> <li><a href="#http-access-control-request-headers">Access-Control-Request-Headers</a><span>, in § 3.2.2</span> <li><a href="#http-access-control-request-method">Access-Control-Request-Method</a><span>, in § 3.2.2</span> <li><a href="#concept-request-add-range-header">add a range header</a><span>, in § 2.2.5</span> <li><a href="#connection-timing-info-alpn-negotiated-protocol">ALPN negotiated protocol</a><span>, in § 2.6</span> <li> append <ul> <li><a href="#concept-headers-append">dfn for Headers</a><span>, in § 5.1</span> <li><a href="#concept-header-list-append">dfn for header list</a><span>, in § 2.2.2</span> </ul> <li><a href="#append-a-request-origin-header">append a request `Origin` header</a><span>, in § 3.1</span> <li><a href="#dom-headers-append">append(name, value)</a><span>, in § 5.1</span> <li><a href="#appropriate-network-error">appropriate network error</a><span>, in § 2.2.6</span> <li><a href="#dom-body-arraybuffer">arrayBuffer()</a><span>, in § 5.3</span> <li><a href="#byte-sequence-as-a-body">as a body</a><span>, in § 2.2.4</span> <li><a href="#atomic-http-redirect-handling">Atomic HTTP redirect handling</a><span>, in § Unnumbered section</span> <li><a href="#dom-requestdestination-audio">"audio"</a><span>, in § 5.4</span> <li><a href="#dom-requestdestination-audioworklet">"audioworklet"</a><span>, in § 5.4</span> <li><a href="#authentication-entry">authentication entry</a><span>, in § 2.3</span> <li><a href="#dom-requestpriority-auto">"auto"</a><span>, in § 5.4</span> <li><a href="#bad-port">bad port</a><span>, in § 2.9</span> <li><a href="#dom-responsetype-basic">"basic"</a><span>, in § 5.5</span> <li><a href="#concept-filtered-response-basic">basic filtered response</a><span>, in § 2.2.6</span> <li><a href="#dom-body-blob">blob()</a><span>, in § 5.3</span> <li><a href="#block-bad-port">block bad port</a><span>, in § 2.9</span> <li><a href="#body">Body</a><span>, in § 5.3</span> <li> body <ul> <li><a href="#dom-body-body">attribute for Body</a><span>, in § 5.3</span> <li><a href="#concept-body">definition of</a><span>, in § 2.2.4</span> <li><a href="#concept-body-body">dfn for Body</a><span>, in § 5.3</span> <li><a href="#body-with-type-body">dfn for body with type</a><span>, in § 2.2.4</span> <li><a href="#data-url-struct-body">dfn for data: URL struct</a><span>, in § 6</span> <li><a href="#concept-request-body">dfn for request</a><span>, in § 2.2.5</span> <li><a href="#concept-response-body">dfn for response</a><span>, in § 2.2.6</span> <li><a href="#dom-requestinit-body">dict-member for RequestInit</a><span>, in § 5.4</span> </ul> <li><a href="#concept-response-body-info">body info</a><span>, in § 2.2.6</span> <li><a href="#bodyinit">BodyInit</a><span>, in § 5.2</span> <li><a href="#dom-body-bodyused">bodyUsed</a><span>, in § 5.3</span> <li><a href="#body-with-type">body with type</a><span>, in § 2.2.4</span> <li><a href="#build-a-content-range">build a content range</a><span>, in § 2.2.2</span> <li><a href="#dom-body-bytes">bytes()</a><span>, in § 5.3</span> <li><a href="#concept-cache-origin">byte-serialized origin</a><span>, in § 4.8</span> <li><a href="#byte-serializing-a-request-origin">Byte-serializing a request origin</a><span>, in § 2.2.5</span> <li> cache <ul> <li><a href="#dom-request-cache">attribute for Request</a><span>, in § 5.4</span> <li><a href="#dom-requestinit-cache">dict-member for RequestInit</a><span>, in § 5.4</span> </ul> <li><a href="#cache-entry">cache entry</a><span>, in § 4.8</span> <li><a href="#concept-cache-match">cache entry match</a><span>, in § 4.8</span> <li><a href="#concept-request-cache-mode">cache mode</a><span>, in § 2.2.5</span> <li><a href="#concept-response-cache-state">cache state</a><span>, in § 2.2.6</span> <li><a href="#fetch-params-canceled">canceled</a><span>, in § 2</span> <li><a href="#clamp-and-coarsen-connection-timing-info">clamp and coarsen connection timing info</a><span>, in § 2.6</span> <li><a href="#concept-cache-clear">clear cache entries</a><span>, in § 4.8</span> <li><a href="#concept-request-client">client</a><span>, in § 2.2.5</span> <li> clone <ul> <li><a href="#concept-body-clone">dfn for body</a><span>, in § 2.2.4</span> <li><a href="#concept-request-clone">dfn for request</a><span>, in § 2.2.5</span> <li><a href="#concept-response-clone">dfn for response</a><span>, in § 2.2.6</span> </ul> <li> clone() <ul> <li><a href="#dom-request-clone">method for Request</a><span>, in § 5.4</span> <li><a href="#dom-response-clone">method for Response</a><span>, in § 5.5</span> </ul> <li><a href="#collect-an-http-quoted-string">collect an HTTP quoted string</a><span>, in § 2.2</span> <li><a href="#collect-an-http-quoted-string">collecting an HTTP quoted string</a><span>, in § 2.2</span> <li><a href="#concept-header-list-combine">combine</a><span>, in § 2.2.2</span> <li><a href="#concept-connection">connection</a><span>, in § 2.6</span> <li><a href="#connection-timing-info-connection-end-time">connection end time</a><span>, in § 2.6</span> <li><a href="#concept-connection-pool">connection pool</a><span>, in § 2.6</span> <li><a href="#connection-timing-info-connection-start-time">connection start time</a><span>, in § 2.6</span> <li><a href="#connection-timing-info">connection timing info</a><span>, in § 2.6</span> <li> constructor() <ul> <li><a href="#dom-headers">constructor for Headers</a><span>, in § 5.1</span> <li><a href="#dom-response">constructor for Response</a><span>, in § 5.5</span> </ul> <li><a href="#dom-response">constructor(body)</a><span>, in § 5.5</span> <li><a href="#dom-response">constructor(body, init)</a><span>, in § 5.5</span> <li><a href="#dom-headers">constructor(init)</a><span>, in § 5.1</span> <li><a href="#dom-request">constructor(input)</a><span>, in § 5.4</span> <li><a href="#dom-request">constructor(input, init)</a><span>, in § 5.4</span> <li><a href="#concept-body-consume-body">consume body</a><span>, in § 5.3</span> <li><a href="#header-list-contains">contains</a><span>, in § 2.2.2</span> <li><a href="#response-body-info-content-type">content type</a><span>, in § 2</span> <li> controller <ul> <li><a href="#fetch-params-controller">dfn for fetch params</a><span>, in § 2</span> <li><a href="#concept-fetch-record-fetch">dfn for fetch record</a><span>, in § 2.4</span> </ul> <li><a href="#convert-header-names-to-a-sorted-lowercase-set">convert header names to a sorted-lowercase set</a><span>, in § 2.2.2</span> <li> "cors" <ul> <li><a href="#dom-requestmode-cors">enum-value for RequestMode</a><span>, in § 5.4</span> <li><a href="#dom-responsetype-cors">enum-value for ResponseType</a><span>, in § 5.5</span> </ul> <li><a href="#concept-cors-check">CORS check</a><span>, in § 4.9</span> <li><a href="#concept-response-cors-exposed-header-name-list">CORS-exposed header-name list</a><span>, in § 2.2.6</span> <li><a href="#concept-filtered-response-cors">CORS filtered response</a><span>, in § 2.2.6</span> <li><a href="#cors-non-wildcard-request-header-name">CORS non-wildcard request-header name</a><span>, in § 2.2.2</span> <li><a href="#concept-cache">CORS-preflight cache</a><span>, in § 4.8</span> <li><a href="#cors-preflight-fetch-0">CORS-preflight fetch</a><span>, in § 4.7</span> <li><a href="#cors-preflight-request">CORS-preflight request</a><span>, in § 3.2.2</span> <li><a href="#cors-protocol">CORS protocol</a><span>, in § 3.2</span> <li><a href="#cors-request">CORS request</a><span>, in § 3.2.2</span> <li><a href="#cors-safelisted-method">CORS-safelisted method</a><span>, in § 2.2.1</span> <li><a href="#cors-safelisted-request-header">CORS-safelisted request-header</a><span>, in § 2.2.2</span> <li><a href="#cors-safelisted-response-header-name">CORS-safelisted response-header name</a><span>, in § 2.2.2</span> <li><a href="#cors-unsafe-request-header-byte">CORS-unsafe request-header byte</a><span>, in § 2.2.2</span> <li><a href="#cors-unsafe-request-header-names">CORS-unsafe request-header names</a><span>, in § 2.2.2</span> <li> create <ul> <li><a href="#request-create">dfn for Request</a><span>, in § 5.4</span> <li><a href="#response-create">dfn for Response</a><span>, in § 5.5</span> </ul> <li><a href="#create-a-connection">create a connection</a><span>, in § 2.6</span> <li><a href="#concept-cache-create-entry">create a new cache entry</a><span>, in § 4.8</span> <li><a href="#create-an-opaque-timing-info">create an opaque timing info</a><span>, in § 2</span> <li> creating <ul> <li><a href="#request-create">dfn for Request</a><span>, in § 5.4</span> <li><a href="#response-create">dfn for Response</a><span>, in § 5.5</span> </ul> <li><a href="#create-an-opaque-timing-info">creating an opaque timing info</a><span>, in § 2</span> <li><a href="#credentials">Credentials</a><span>, in § 2</span> <li> credentials <ul> <li><a href="#dom-request-credentials">attribute for Request</a><span>, in § 5.4</span> <li><a href="#concept-cache-credentials">dfn for cache entry</a><span>, in § 4.8</span> <li><a href="#connection-credentials">dfn for connection</a><span>, in § 2.6</span> <li><a href="#dom-requestinit-credentials">dict-member for RequestInit</a><span>, in § 5.4</span> </ul> <li><a href="#concept-request-credentials-mode">credentials mode</a><span>, in § 2.2.5</span> <li><a href="#cross-origin-embedder-policy-allows-credentials">Cross-Origin-Embedder-Policy allows credentials</a><span>, in § 2.2.5</span> <li><a href="#fetch-params-cross-origin-isolated-capability">cross-origin isolated capability</a><span>, in § 2</span> <li><a href="#http-cross-origin-resource-policy">Cross-Origin-Resource-Policy</a><span>, in § 3.6</span> <li><a href="#cross-origin-resource-policy-check">cross-origin resource policy check</a><span>, in § 3.6</span> <li><a href="#cross-origin-resource-policy-internal-check">cross-origin resource policy internal check</a><span>, in § 3.6</span> <li><a href="#concept-request-nonce-metadata">cryptographic nonce metadata</a><span>, in § 2.2.5</span> <li><a href="#concept-request-current-url">current URL</a><span>, in § 2.2.5</span> <li><a href="#data-url-processor">data: URL processor</a><span>, in § 6</span> <li><a href="#data-url-struct">data: URL struct</a><span>, in § 6</span> <li><a href="#fetch-timing-info-decoded-body-size">decoded size</a><span>, in § 2</span> <li> "default" <ul> <li><a href="#dom-requestcache-default">enum-value for RequestCache</a><span>, in § 5.4</span> <li><a href="#dom-responsetype-default">enum-value for ResponseType</a><span>, in § 5.5</span> </ul> <li><a href="#default-user-agent-value">default `User-Agent` value</a><span>, in § 2.2.2</span> <li><a href="#concept-header-list-delete">delete</a><span>, in § 2.2.2</span> <li><a href="#dom-headers-delete">delete(name)</a><span>, in § 5.1</span> <li><a href="#deserialize-a-serialized-abort-reason">deserialize a serialized abort reason</a><span>, in § 2</span> <li> destination <ul> <li><a href="#dom-request-destination">attribute for Request</a><span>, in § 5.4</span> <li><a href="#concept-request-destination">dfn for request</a><span>, in § 2.2.5</span> </ul> <li><a href="#determine-nosniff">determine nosniff</a><span>, in § 3.5</span> <li><a href="#request-determine-the-environment">determine the environment</a><span>, in § 4.2</span> <li><a href="#determine-the-http-cache-partition">determine the HTTP cache partition</a><span>, in § 2.8</span> <li> determine the network partition key <ul> <li><a href="#determine-the-network-partition-key">definition of</a><span>, in § 2.7</span> <li><a href="#request-determine-the-network-partition-key">dfn for request</a><span>, in § 2.7</span> </ul> <li><a href="#dom-requestdestination-document">"document"</a><span>, in § 5.4</span> <li><a href="#document-accept-header-value">document `Accept` header value</a><span>, in § 2.2.2</span> <li><a href="#header-list-contains">does not contain</a><span>, in § 2.2.2</span> <li><a href="#connection-timing-info-domain-lookup-end-time">domain lookup end time</a><span>, in § 2.6</span> <li><a href="#connection-timing-info-domain-lookup-start-time">domain lookup start time</a><span>, in § 2.6</span> <li><a href="#done-flag">done flag</a><span>, in § 2.2.5</span> <li> duplex <ul> <li><a href="#dom-request-duplex">attribute for Request</a><span>, in § 5.4</span> <li><a href="#dom-requestinit-duplex">dict-member for RequestInit</a><span>, in § 5.4</span> </ul> <li><a href="#dom-requestdestination-embed">"embed"</a><span>, in § 5.4</span> <li><a href="#fetch-timing-info-encoded-body-size">encoded size</a><span>, in § 2</span> <li><a href="#fetch-timing-info-end-time">end time</a><span>, in § 2</span> <li> "error" <ul> <li><a href="#dom-requestredirect-error">enum-value for RequestRedirect</a><span>, in § 5.4</span> <li><a href="#dom-responsetype-error">enum-value for ResponseType</a><span>, in § 5.5</span> </ul> <li><a href="#dom-response-error">error()</a><span>, in § 5.5</span> <li><a href="#concept-bodyinit-extract">extract</a><span>, in § 5.2</span> <li><a href="#header-list-extract-a-length">extract a length</a><span>, in § 3.3</span> <li><a href="#concept-header-extract-mime-type">extract a MIME type</a><span>, in § 3.4</span> <li><a href="#extract-full-timing-info">extract full timing info</a><span>, in § 2</span> <li><a href="#extract-header-list-values">extract header list values</a><span>, in § 2.2.2</span> <li><a href="#extract-header-values">extract header values</a><span>, in § 2.2.2</span> <li><a href="#header-list-extract-a-length">extracting a length</a><span>, in § 3.3</span> <li><a href="#concept-header-extract-mime-type">extracting a MIME type</a><span>, in § 3.4</span> <li><a href="#extract-header-list-values">extracting header list values</a><span>, in § 2.2.2</span> <li><a href="#extract-header-values">extracting header values</a><span>, in § 2.2.2</span> <li><a href="#concept-fetch">fetch</a><span>, in § 4</span> <li><a href="#fetch-controller">fetch controller</a><span>, in § 2</span> <li><a href="#concept-fetch-group">fetch group</a><span>, in § 2.4</span> <li><a href="#dom-global-fetch">fetch(input)</a><span>, in § 5.6</span> <li><a href="#dom-global-fetch">fetch(input, init)</a><span>, in § 5.6</span> <li><a href="#fetch-params">fetch params</a><span>, in § 2</span> <li><a href="#concept-fetch-record">fetch record</a><span>, in § 2.4</span> <li><a href="#fetch-finale">fetch response handover</a><span>, in § 4.1</span> <li><a href="#fetch-scheme">fetch scheme</a><span>, in § 2.1</span> <li><a href="#fetch-timing-info">fetch timing info</a><span>, in § 2</span> <li><a href="#concept-headers-fill">fill</a><span>, in § 5.1</span> <li><a href="#concept-filtered-response">filtered response</a><span>, in § 2.2.6</span> <li><a href="#fetch-timing-info-final-connection-timing-info">final connection timing info</a><span>, in § 2</span> <li><a href="#fetch-timing-info-final-network-request-start-time">final network-request start time</a><span>, in § 2</span> <li><a href="#fetch-timing-info-final-network-response-start-time">final network-response start time</a><span>, in § 2</span> <li><a href="#fetch-timing-info-final-service-worker-start-time">final service worker start time</a><span>, in § 2</span> <li><a href="#fetch-timing-info-first-interim-network-response-start-time">first interim network-response start time</a><span>, in § 2</span> <li><a href="#dom-requestredirect-follow">"follow"</a><span>, in § 5.4</span> <li><a href="#dom-requestdestination-font">"font"</a><span>, in § 5.4</span> <li><a href="#forbidden-method">forbidden method</a><span>, in § 2.2.1</span> <li><a href="#forbidden-request-header">forbidden request-header</a><span>, in § 2.2.2</span> <li><a href="#forbidden-response-header-name">forbidden response-header name</a><span>, in § 2.2.2</span> <li><a href="#dom-requestcache-force-cache">"force-cache"</a><span>, in § 5.4</span> <li><a href="#dom-body-formdata">formData()</a><span>, in § 5.3</span> <li><a href="#dom-requestdestination-frame">"frame"</a><span>, in § 5.4</span> <li><a href="#concept-fresh-response">fresh response</a><span>, in § 2.2.6</span> <li><a href="#fetch-controller-full-timing-info">full timing info</a><span>, in § 2</span> <li><a href="#body-fully-read">fully read</a><span>, in § 2.2.4</span> <li><a href="#concept-header-list-get">get</a><span>, in § 2.2.2</span> <li><a href="#concept-header-list-get-structured-header">get a structured field value</a><span>, in § 2.2.2</span> <li> get, decode, and split <ul> <li><a href="#concept-header-list-get-decode-split">dfn for header list</a><span>, in § 2.2.2</span> <li><a href="#header-value-get-decode-and-split">dfn for header value</a><span>, in § 2.2.2</span> </ul> <li><a href="#dom-headers-get">get(name)</a><span>, in § 5.1</span> <li><a href="#dom-headers-getsetcookie">getSetCookie()</a><span>, in § 5.1</span> <li><a href="#concept-body-mime-type">get the MIME type</a><span>, in § 5.3</span> <li> getting, decoding, and splitting <ul> <li><a href="#concept-header-list-get-decode-split">dfn for header list</a><span>, in § 2.2.2</span> <li><a href="#header-value-get-decode-and-split">dfn for header value</a><span>, in § 2.2.2</span> </ul> <li><a href="#concept-headers-guard">guard</a><span>, in § 5.1</span> <li><a href="#dom-requestduplex-half">"half"</a><span>, in § 5.4</span> <li><a href="#handle-content-codings">handle content codings</a><span>, in § 2.2.4</span> <li><a href="#response-has-cross-origin-redirects">has-cross-origin-redirects</a><span>, in § 2.2.6</span> <li><a href="#dom-headers-has">has(name)</a><span>, in § 5.1</span> <li><a href="#concept-header">header</a><span>, in § 2.2.2</span> <li> header list <ul> <li><a href="#concept-header-list">definition of</a><span>, in § 2.2.2</span> <li><a href="#concept-headers-header-list">dfn for Headers</a><span>, in § 5.1</span> <li><a href="#concept-request-header-list">dfn for request</a><span>, in § 2.2.5</span> <li><a href="#concept-response-header-list">dfn for response</a><span>, in § 2.2.6</span> </ul> <li> header name <ul> <li><a href="#header-name">definition of</a><span>, in § 2.2.2</span> <li><a href="#concept-cache-header-name">dfn for cache entry</a><span>, in § 4.8</span> </ul> <li><a href="#concept-cache-match-header">header-name cache entry match</a><span>, in § 4.8</span> <li><a href="#headers">Headers</a><span>, in § 5.1</span> <li> headers <ul> <li><a href="#dom-request-headers">attribute for Request</a><span>, in § 5.4</span> <li><a href="#dom-response-headers">attribute for Response</a><span>, in § 5.5</span> <li><a href="#request-headers">dfn for Request</a><span>, in § 5.4</span> <li><a href="#response-headers">dfn for Response</a><span>, in § 5.5</span> <li><a href="#dom-requestinit-headers">dict-member for RequestInit</a><span>, in § 5.4</span> <li><a href="#dom-responseinit-headers">dict-member for ResponseInit</a><span>, in § 5.5</span> </ul> <li><a href="#dom-headers">Headers()</a><span>, in § 5.1</span> <li><a href="#headers-guard">headers guard</a><span>, in § 5.1</span> <li><a href="#dom-headers">Headers(init)</a><span>, in § 5.1</span> <li><a href="#typedefdef-headersinit">HeadersInit</a><span>, in § 5.1</span> <li><a href="#header-value">header value</a><span>, in § 2.2.2</span> <li><a href="#dom-requestpriority-high">"high"</a><span>, in § 5.4</span> <li><a href="#concept-request-history-navigation-flag">history-navigation flag</a><span>, in § 2.2.5</span> <li><a href="#concept-http-fetch">HTTP fetch</a><span>, in § 4.3</span> <li><a href="#http-header-layer-division">HTTP header layer division</a><span>, in § Unnumbered section</span> <li><a href="#concept-http-network-fetch">HTTP-network fetch</a><span>, in § 4.6</span> <li><a href="#concept-http-network-or-cache-fetch">HTTP-network-or-cache fetch</a><span>, in § 4.5</span> <li><a href="#http-newline-byte">HTTP newline byte</a><span>, in § 2.2</span> <li><a href="#concept-http-redirect-fetch">HTTP-redirect fetch</a><span>, in § 4.4</span> <li><a href="#http-scheme">HTTP(S) scheme</a><span>, in § 2.1</span> <li><a href="#http-tab-or-space">HTTP tab or space</a><span>, in § 2.2</span> <li><a href="#http-tab-or-space-byte">HTTP tab or space byte</a><span>, in § 2.2</span> <li><a href="#http-whitespace">HTTP whitespace</a><span>, in § 2.2</span> <li><a href="#http-whitespace-byte">HTTP whitespace byte</a><span>, in § 2.2</span> <li><a href="#dom-requestdestination-iframe">"iframe"</a><span>, in § 5.4</span> <li><a href="#dom-requestdestination-image">"image"</a><span>, in § 5.4</span> <li><a href="#dom-requestcredentials-include">"include"</a><span>, in § 5.4</span> <li><a href="#body-incrementally-read">incrementally read</a><span>, in § 2.2.4</span> <li><a href="#incrementally-read-loop">incrementally-read loop</a><span>, in § 2.2.4</span> <li><a href="#initialize-a-response">initialize a response</a><span>, in § 5.5</span> <li><a href="#concept-request-initiator">initiator</a><span>, in § 2.2.5</span> <li><a href="#request-initiator-type">initiator type</a><span>, in § 2.2.5</span> <li> integrity <ul> <li><a href="#dom-request-integrity">attribute for Request</a><span>, in § 5.4</span> <li><a href="#dom-requestinit-integrity">dict-member for RequestInit</a><span>, in § 5.4</span> </ul> <li><a href="#concept-request-integrity-metadata">integrity metadata</a><span>, in § 2.2.5</span> <li><a href="#request-internal-priority">internal priority</a><span>, in § 2.2.5</span> <li><a href="#concept-internal-response">internal response</a><span>, in § 2.2.6</span> <li><a href="#dom-request-ishistorynavigation">isHistoryNavigation</a><span>, in § 5.4</span> <li><a href="#is-local">is local</a><span>, in § 2.1</span> <li><a href="#dom-request-isreloadnavigation">isReloadNavigation</a><span>, in § 5.4</span> <li><a href="#dom-requestdestination-json">"json"</a><span>, in § 5.4</span> <li><a href="#dom-body-json">json()</a><span>, in § 5.3</span> <li><a href="#dom-response-json">json(data)</a><span>, in § 5.5</span> <li><a href="#dom-response-json">json(data, init)</a><span>, in § 5.5</span> <li> keepalive <ul> <li><a href="#dom-request-keepalive">attribute for Request</a><span>, in § 5.4</span> <li><a href="#keepalive">dfn for BodyInit/extract</a><span>, in § 5.2</span> <li><a href="#request-keepalive-flag">dfn for request</a><span>, in § 2.2.5</span> <li><a href="#dom-requestinit-keepalive">dict-member for RequestInit</a><span>, in § 5.4</span> </ul> <li> key <ul> <li><a href="#concept-cache-key">dfn for cache entry</a><span>, in § 4.8</span> <li><a href="#connection-key">dfn for connection</a><span>, in § 2.6</span> </ul> <li><a href="#legacy-extract-an-encoding">legacy extract an encoding</a><span>, in § 3.4</span> <li><a href="#concept-body-total-bytes">length</a><span>, in § 2.2.4</span> <li><a href="#local-scheme">local scheme</a><span>, in § 2.1</span> <li><a href="#local-urls-only-flag">local-URLs-only flag</a><span>, in § 2.2.5</span> <li><a href="#concept-response-location-url">location URL</a><span>, in § 2.2.6</span> <li><a href="#dom-requestpriority-low">"low"</a><span>, in § 5.4</span> <li><a href="#concept-main-fetch">main fetch</a><span>, in § 4.1</span> <li><a href="#dom-requestdestination-manifest">"manifest"</a><span>, in § 5.4</span> <li><a href="#dom-requestredirect-manual">"manual"</a><span>, in § 5.4</span> <li><a href="#concept-cache-max-age">max-age</a><span>, in § 4.8</span> <li> method <ul> <li><a href="#dom-request-method">attribute for Request</a><span>, in § 5.4</span> <li><a href="#concept-method">definition of</a><span>, in § 2.2.1</span> <li><a href="#concept-cache-method">dfn for cache entry</a><span>, in § 4.8</span> <li><a href="#concept-request-method">dfn for request</a><span>, in § 2.2.5</span> <li><a href="#dom-requestinit-method">dict-member for RequestInit</a><span>, in § 5.4</span> </ul> <li><a href="#concept-cache-match-method">method cache entry match</a><span>, in § 4.8</span> <li><a href="#data-url-struct-mime-type">MIME type</a><span>, in § 6</span> <li> mode <ul> <li><a href="#dom-request-mode">attribute for Request</a><span>, in § 5.4</span> <li><a href="#concept-request-mode">dfn for request</a><span>, in § 2.2.5</span> <li><a href="#dom-requestinit-mode">dict-member for RequestInit</a><span>, in § 5.4</span> </ul> <li><a href="#concept-header-name">name</a><span>, in § 2.2.2</span> <li><a href="#dom-requestmode-navigate">"navigate"</a><span>, in § 5.4</span> <li><a href="#navigation-request">navigation request</a><span>, in § 2.2.5</span> <li><a href="#concept-network-error">network error</a><span>, in § 2.2.6</span> <li><a href="#network-partition-key">network partition key</a><span>, in § 2.7</span> <li><a href="#new-connection-setting">new connection setting</a><span>, in § 2.6</span> <li><a href="#fetch-controller-next-manual-redirect-steps">next manual redirect steps</a><span>, in § 2</span> <li><a href="#dom-requestcache-no-cache">"no-cache"</a><span>, in § 5.4</span> <li><a href="#dom-requestmode-no-cors">"no-cors"</a><span>, in § 5.4</span> <li><a href="#no-cors-safelisted-request-header">no-CORS-safelisted request-header</a><span>, in § 2.2.2</span> <li><a href="#no-cors-safelisted-request-header-name">no-CORS-safelisted request-header name</a><span>, in § 2.2.2</span> <li><a href="#non-subresource-request">non-subresource request</a><span>, in § 2.2.5</span> <li> normalize <ul> <li><a href="#concept-header-value-normalize">dfn for header value</a><span>, in § 2.2.2</span> <li><a href="#concept-method-normalize">dfn for method</a><span>, in § 2.2.1</span> </ul> <li><a href="#dom-requestcache-no-store">"no-store"</a><span>, in § 5.4</span> <li><a href="#null-body-status">null body status</a><span>, in § 2.2.3</span> <li><a href="#dom-requestdestination-object">"object"</a><span>, in § 5.4</span> <li><a href="#concept-connection-obtain">obtain a connection</a><span>, in § 2.6</span> <li><a href="#dom-response-ok">ok</a><span>, in § 5.5</span> <li><a href="#ok-status">ok status</a><span>, in § 2.2.3</span> <li><a href="#dom-requestcredentials-omit">"omit"</a><span>, in § 5.4</span> <li><a href="#dom-requestcache-only-if-cached">"only-if-cached"</a><span>, in § 5.4</span> <li><a href="#dom-responsetype-opaque">"opaque"</a><span>, in § 5.5</span> <li><a href="#concept-filtered-response-opaque">opaque filtered response</a><span>, in § 2.2.6</span> <li><a href="#dom-responsetype-opaqueredirect">"opaqueredirect"</a><span>, in § 5.5</span> <li><a href="#concept-filtered-response-opaque-redirect">opaque-redirect filtered response</a><span>, in § 2.2.6</span> <li><a href="#http-origin">Origin</a><span>, in § 3.1</span> <li> origin <ul> <li><a href="#connection-origin">dfn for connection</a><span>, in § 2.6</span> <li><a href="#concept-request-origin">dfn for request</a><span>, in § 2.2.5</span> </ul> <li><a href="#dom-requestdestination-paintworklet">"paintworklet"</a><span>, in § 5.4</span> <li><a href="#simple-range-header-value">parse a single range header value</a><span>, in § 2.2.2</span> <li><a href="#concept-request-parser-metadata">parser metadata</a><span>, in § 2.2.5</span> <li><a href="#concept-request-policy-container">policy container</a><span>, in § 2.2.5</span> <li><a href="#populate-request-from-client">populate request from client</a><span>, in § 4</span> <li><a href="#fetch-timing-info-post-redirect-start-time">post-redirect start time</a><span>, in § 2</span> <li><a href="#concept-potential-destination">potential destination</a><span>, in § 2.2.7</span> <li><a href="#fetch-params-preloaded-response-candidate">preloaded response candidate</a><span>, in § 2</span> <li><a href="#no-cache-prevent-cache-control">prevent no-cache cache-control header modification flag</a><span>, in § 2.2.5</span> <li> priority <ul> <li><a href="#request-priority">dfn for request</a><span>, in § 2.2.5</span> <li><a href="#dom-requestinit-priority">dict-member for RequestInit</a><span>, in § 5.4</span> </ul> <li><a href="#privileged-no-cors-request-header-name">privileged no-CORS request-header name</a><span>, in § 2.2.2</span> <li><a href="#fetch-params-process-early-hints-response">process early hints response</a><span>, in § 2</span> <li><a href="#fetch-processearlyhintsresponse">processEarlyHintsResponse</a><span>, in § 4</span> <li><a href="#fetch-params-process-request-body">process request body chunk length</a><span>, in § 2</span> <li><a href="#process-request-body">processRequestBodyChunkLength</a><span>, in § 4</span> <li><a href="#fetch-params-process-request-end-of-body">process request end-of-body</a><span>, in § 2</span> <li><a href="#process-request-end-of-body">processRequestEndOfBody</a><span>, in § 4</span> <li><a href="#fetch-params-process-response">process response</a><span>, in § 2</span> <li><a href="#process-response">processResponse</a><span>, in § 4</span> <li><a href="#fetch-params-process-response-consume-body">process response consume body</a><span>, in § 2</span> <li><a href="#process-response-end-of-body">processResponseConsumeBody</a><span>, in § 4</span> <li><a href="#fetch-params-process-response-end-of-body">process response end-of-body</a><span>, in § 2</span> <li><a href="#fetch-processresponseendofbody">processResponseEndOfBody</a><span>, in § 4</span> <li><a href="#fetch-controller-process-the-next-manual-redirect">process the next manual redirect</a><span>, in § 2</span> <li><a href="#proxy-authentication-entry">proxy-authentication entry</a><span>, in § 2.3</span> <li><a href="#queue-a-cross-origin-embedder-policy-corp-violation-report">queue a cross-origin embedder policy CORP violation report</a><span>, in § 3.6</span> <li><a href="#queue-a-fetch-task">queue a fetch task</a><span>, in § 2</span> <li><a href="#concept-response-range-requested-flag">range-requested flag</a><span>, in § 2.2.6</span> <li><a href="#record-connection-timing-info">record connection timing info</a><span>, in § 2.6</span> <li> redirect <ul> <li><a href="#dom-request-redirect">attribute for Request</a><span>, in § 5.4</span> <li><a href="#dom-requestinit-redirect">dict-member for RequestInit</a><span>, in § 5.4</span> </ul> <li><a href="#concept-request-redirect-count">redirect count</a><span>, in § 2.2.5</span> <li><a href="#dom-response-redirected">redirected</a><span>, in § 5.5</span> <li><a href="#fetch-timing-info-redirect-end-time">redirect end time</a><span>, in § 2</span> <li><a href="#concept-request-redirect-mode">redirect mode</a><span>, in § 2.2.5</span> <li><a href="#fetch-timing-info-redirect-start-time">redirect start time</a><span>, in § 2</span> <li><a href="#redirect-status">redirect status</a><span>, in § 2.2.3</span> <li><a href="#concept-request-tainted-origin">redirect-tainted origin</a><span>, in § 2.2.5</span> <li><a href="#dom-response-redirect">redirect(url)</a><span>, in § 5.5</span> <li><a href="#dom-response-redirect">redirect(url, status)</a><span>, in § 5.5</span> <li> referrer <ul> <li><a href="#dom-request-referrer">attribute for Request</a><span>, in § 5.4</span> <li><a href="#concept-request-referrer">dfn for request</a><span>, in § 2.2.5</span> <li><a href="#dom-requestinit-referrer">dict-member for RequestInit</a><span>, in § 5.4</span> </ul> <li><a href="#concept-request-referrer-policy">referrer policy</a><span>, in § 2.2.5</span> <li> referrerPolicy <ul> <li><a href="#dom-request-referrerpolicy">attribute for Request</a><span>, in § 5.4</span> <li><a href="#dom-requestinit-referrerpolicy">dict-member for RequestInit</a><span>, in § 5.4</span> </ul> <li><a href="#dom-requestcache-reload">"reload"</a><span>, in § 5.4</span> <li><a href="#concept-request-reload-navigation-flag">reload-navigation flag</a><span>, in § 2.2.5</span> <li><a href="#concept-headers-remove-privileged-no-cors-request-headers">remove privileged no-CORS request-headers</a><span>, in § 5.1</span> <li> render-blocking <ul> <li><a href="#fetch-timing-info-render-blocking">dfn for fetch timing info</a><span>, in § 2</span> <li><a href="#request-render-blocking">dfn for request</a><span>, in § 2.2.5</span> </ul> <li><a href="#concept-request-replaces-client-id">replaces client id</a><span>, in § 2.2.5</span> <li><a href="#dom-requestdestination-report">"report"</a><span>, in § 5.4</span> <li><a href="#finalize-and-report-timing">report timing</a><span>, in § 2</span> <li><a href="#fetch-controller-report-timing-steps">report timing steps</a><span>, in § 2</span> <li><a href="#request">Request</a><span>, in § 5.4</span> <li> request <ul> <li><a href="#concept-request">definition of</a><span>, in § 2.2.5</span> <li><a href="#concept-request-request">dfn for Request</a><span>, in § 5.4</span> <li><a href="#fetch-params-request">dfn for fetch params</a><span>, in § 2</span> <li><a href="#concept-fetch-record-request">dfn for fetch record</a><span>, in § 2.4</span> </ul> <li><a href="#request-body-header-name">request-body-header name</a><span>, in § 2.2.2</span> <li><a href="#requestcache">RequestCache</a><span>, in § 5.4</span> <li><a href="#requestcredentials">RequestCredentials</a><span>, in § 5.4</span> <li><a href="#requestdestination">RequestDestination</a><span>, in § 5.4</span> <li><a href="#enumdef-requestduplex">RequestDuplex</a><span>, in § 5.4</span> <li><a href="#response-request-includes-credentials">request-includes-credentials</a><span>, in § 2.2.6</span> <li><a href="#requestinfo">RequestInfo</a><span>, in § 5.4</span> <li><a href="#requestinit">RequestInit</a><span>, in § 5.4</span> <li><a href="#dom-request">Request(input)</a><span>, in § 5.4</span> <li><a href="#dom-request">Request(input, init)</a><span>, in § 5.4</span> <li><a href="#requestmode">RequestMode</a><span>, in § 5.4</span> <li><a href="#enumdef-requestpriority">RequestPriority</a><span>, in § 5.4</span> <li><a href="#requestredirect">RequestRedirect</a><span>, in § 5.4</span> <li><a href="#obtain-a-connection-requireunreliable">requireUnreliable</a><span>, in § 2.6</span> <li><a href="#concept-request-reserved-client">reserved client</a><span>, in § 2.2.5</span> <li><a href="#resolve-an-origin">resolve an origin</a><span>, in § 2.5</span> <li><a href="#response">Response</a><span>, in § 5.5</span> <li> response <ul> <li><a href="#concept-response">definition of</a><span>, in § 2.2.6</span> <li><a href="#concept-response-response">dfn for Response</a><span>, in § 5.5</span> </ul> <li><a href="#dom-response">Response()</a><span>, in § 5.5</span> <li><a href="#dom-response">Response(body)</a><span>, in § 5.5</span> <li><a href="#response-body-info">response body info</a><span>, in § 2</span> <li><a href="#dom-response">Response(body, init)</a><span>, in § 5.5</span> <li><a href="#responseinit">ResponseInit</a><span>, in § 5.5</span> <li><a href="#concept-request-response-tainting">response tainting</a><span>, in § 2.2.5</span> <li><a href="#responsetype">ResponseType</a><span>, in § 5.5</span> <li><a href="#concept-fetch-resume">resumed</a><span>, in § 4</span> <li><a href="#bodyinit-safely-extract">safely extract</a><span>, in § 5.2</span> <li> "same-origin" <ul> <li><a href="#dom-requestcredentials-same-origin">enum-value for RequestCredentials</a><span>, in § 5.4</span> <li><a href="#dom-requestmode-same-origin">enum-value for RequestMode</a><span>, in § 5.4</span> </ul> <li><a href="#concept-scheme-fetch">scheme fetch</a><span>, in § 4.2</span> <li><a href="#dom-requestdestination-script">"script"</a><span>, in § 5.4</span> <li><a href="#request-destination-script-like">script-like</a><span>, in § 2.2.5</span> <li><a href="#http-sec-purpose">Sec-Purpose</a><span>, in § 3.7</span> <li><a href="#connection-timing-info-secure-connection-start-time">secure connection start time</a><span>, in § 2.6</span> <li><a href="#serialize-an-integer">serialize an integer</a><span>, in § 2</span> <li><a href="#serialize-a-response-url-for-reporting">serialize a response URL for reporting</a><span>, in § 2.2.5</span> <li><a href="#fetch-controller-serialized-abort-reason">serialized abort reason</a><span>, in § 2</span> <li><a href="#serializing-a-request-origin">Serializing a request origin</a><span>, in § 2.2.5</span> <li><a href="#fetch-timing-info-server-timing-headers">server-timing headers</a><span>, in § 2</span> <li><a href="#request-service-workers-mode">service-workers mode</a><span>, in § 2.2.5</span> <li><a href="#response-service-worker-timing-info">service worker timing info</a><span>, in § 2.2.6</span> <li><a href="#concept-header-list-set">set</a><span>, in § 2.2.2</span> <li><a href="#concept-header-list-set-structured-header">set a structured field value</a><span>, in § 2.2.2</span> <li><a href="#dom-headers-set">set(name, value)</a><span>, in § 5.1</span> <li><a href="#dom-requestdestination-sharedworker">"sharedworker"</a><span>, in § 5.4</span> <li><a href="#should-response-to-request-be-blocked-due-to-mime-type?">should response to request be blocked due to mime type</a><span>, in § 2.9</span> <li><a href="#should-response-to-request-be-blocked-due-to-nosniff?">should response to request be blocked due to nosniff</a><span>, in § 3.5</span> <li> signal <ul> <li><a href="#dom-request-signal">attribute for Request</a><span>, in § 5.4</span> <li><a href="#request-signal">dfn for Request</a><span>, in § 5.4</span> <li><a href="#dom-requestinit-signal">dict-member for RequestInit</a><span>, in § 5.4</span> </ul> <li><a href="#concept-header-list-sort-and-combine">sort and combine</a><span>, in § 2.2.2</span> <li><a href="#concept-body-source">source</a><span>, in § 2.2.4</span> <li><a href="#concept-stale-response">stale response</a><span>, in § 2.2.6</span> <li><a href="#concept-stale-while-revalidate-response">stale-while-revalidate response</a><span>, in § 2.2.6</span> <li><a href="#fetch-timing-info-start-time">start time</a><span>, in § 2</span> <li><a href="#fetch-controller-state">state</a><span>, in § 2</span> <li> status <ul> <li><a href="#dom-response-status">attribute for Response</a><span>, in § 5.5</span> <li><a href="#concept-status">definition of</a><span>, in § 2.2.3</span> <li><a href="#concept-response-status">dfn for response</a><span>, in § 2.2.6</span> <li><a href="#dom-responseinit-status">dict-member for ResponseInit</a><span>, in § 5.5</span> </ul> <li><a href="#concept-response-status-message">status message</a><span>, in § 2.2.6</span> <li> statusText <ul> <li><a href="#dom-response-statustext">attribute for Response</a><span>, in § 5.5</span> <li><a href="#dom-responseinit-statustext">dict-member for ResponseInit</a><span>, in § 5.5</span> </ul> <li><a href="#concept-body-stream">stream</a><span>, in § 2.2.4</span> <li><a href="#dom-requestdestination-style">"style"</a><span>, in § 5.4</span> <li><a href="#subresource-request">subresource request</a><span>, in § 2.2.5</span> <li><a href="#concept-fetch-suspend">suspend</a><span>, in § 4</span> <li><a href="#concept-tao-check">TAO check</a><span>, in § 4.10</span> <li><a href="#fetch-params-task-destination">task destination</a><span>, in § 2</span> <li><a href="#fetch-controller-terminate">terminate</a><span>, in § 2</span> <li><a href="#concept-fetch-group-terminate">terminated</a><span>, in § 2.4</span> <li><a href="#dom-body-text">text()</a><span>, in § 5.3</span> <li><a href="#timing-allow-failed">timing allow failed flag</a><span>, in § 2.2.5</span> <li><a href="#concept-response-timing-allow-passed">timing allow passed flag</a><span>, in § 2.2.6</span> <li> timing info <ul> <li><a href="#concept-connection-timing-info">dfn for connection</a><span>, in § 2.6</span> <li><a href="#fetch-params-timing-info">dfn for fetch params</a><span>, in § 2</span> </ul> <li><a href="#dom-requestdestination-track">"track"</a><span>, in § 5.4</span> <li><a href="#concept-potential-destination-translate">translate</a><span>, in § 2.2.7</span> <li> type <ul> <li><a href="#dom-response-type">attribute for Response</a><span>, in § 5.5</span> <li><a href="#body-with-type-type">dfn for body with type</a><span>, in § 2.2.4</span> <li><a href="#concept-response-type">dfn for response</a><span>, in § 2.2.6</span> </ul> <li><a href="#unsafe-request-flag">unsafe-request flag</a><span>, in § 2.2.5</span> <li><a href="#body-unusable">unusable</a><span>, in § 5.3</span> <li> URL <ul> <li><a href="#concept-cache-url">dfn for cache entry</a><span>, in § 4.8</span> <li><a href="#concept-request-url">dfn for request</a><span>, in § 2.2.5</span> <li><a href="#concept-response-url">dfn for response</a><span>, in § 2.2.6</span> </ul> <li> url <ul> <li><a href="#dom-request-url">attribute for Request</a><span>, in § 5.4</span> <li><a href="#dom-response-url">attribute for Response</a><span>, in § 5.5</span> </ul> <li> URL list <ul> <li><a href="#concept-request-url-list">dfn for request</a><span>, in § 2.2.5</span> <li><a href="#concept-response-url-list">dfn for response</a><span>, in § 2.2.6</span> </ul> <li><a href="#use-cors-preflight-flag">use-CORS-preflight flag</a><span>, in § 2.2.5</span> <li><a href="#fetch-useparallelqueue">useParallelQueue</a><span>, in § 4</span> <li><a href="#request-user-activation">user-activation</a><span>, in § 2.2.5</span> <li><a href="#concept-request-use-url-credentials-flag">use-URL-credentials flag</a><span>, in § 2.2.5</span> <li><a href="#headers-validate">validate</a><span>, in § 5.1</span> <li><a href="#concept-header-value">value</a><span>, in § 2.2.2</span> <li><a href="#dom-requestdestination-video">"video"</a><span>, in § 5.4</span> <li> window <ul> <li><a href="#concept-request-window">dfn for request</a><span>, in § 2.2.5</span> <li><a href="#dom-requestinit-window">dict-member for RequestInit</a><span>, in § 5.4</span> </ul> <li><a href="#dom-requestdestination-worker">"worker"</a><span>, in § 5.4</span> <li><a href="#http-x-content-type-options">X-Content-Type-Options</a><span>, in § 3.5</span> <li><a href="#typedefdef-xmlhttprequestbodyinit">XMLHttpRequestBodyInit</a><span>, in § 5.2</span> <li><a href="#dom-requestdestination-xslt">"xslt"</a><span>, in § 5.4</span> </ul> <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span class="content">Terms defined by reference</span><a class="self-link" href="#index-defined-elsewhere"></a></h3> <ul class="index"> <li> <a data-link-type="biblio">[BEACON]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="14305455">sendBeacon()</span> </ul> <li> <a data-link-type="biblio">[CSP]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="7bb14fda">Report Content Security Policy violations for request</span> <li><span class="dfn-paneled" id="a413e715">Should request be blocked by Content Security Policy?</span> <li><span class="dfn-paneled" id="5662e806">Should response to request be blocked by Content Security Policy?</span> </ul> <li> <a data-link-type="biblio">[CSS-VALUES-4]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="ee30bd68">fetch a style resource</span> </ul> <li> <a data-link-type="biblio">[DOM]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="cca3cdb2">AbortSignal</span> <li><span class="dfn-paneled" id="85394472">Document</span> <li><span class="dfn-paneled" id="28e64574">abort reason</span> <li><span class="dfn-paneled" id="535dd335">aborted</span> <li><span class="dfn-paneled" id="87bc23a5">add</span> <li><span class="dfn-paneled" id="c9db6cec">create a dependent abort signal</span> <li><span class="dfn-paneled" id="27d9b7ea">element</span> <li><span class="dfn-paneled" id="5216e1a0">node document</span> <li><span class="dfn-paneled" id="c62cd7cf">origin</span> </ul> <li> <a data-link-type="biblio">[ECMASCRIPT]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="3aec4bbc">current realm</span> <li><span class="dfn-paneled" id="32132694">realm</span> <li><span class="dfn-paneled" id="582251ac">Record</span> </ul> <li> <a data-link-type="biblio">[ENCODING]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="65bee524">encoding</span> <li><span class="dfn-paneled" id="8ddcd9b8">getting an encoding</span> <li><span class="dfn-paneled" id="bffb633e">UTF-8</span> <li><span class="dfn-paneled" id="b0fcb8d7">UTF-8 decode</span> <li><span class="dfn-paneled" id="a3033be5">UTF-8 decode without BOM</span> <li><span class="dfn-paneled" id="0303e8e5">UTF-8 encode</span> </ul> <li> <a data-link-type="biblio">[FETCH-METADATA]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="c503ee23">append the Fetch metadata headers for a request</span> <li><span class="dfn-paneled" id="a4f8c442">Sec-Fetch-Dest</span> </ul> <li> <a data-link-type="biblio">[FILEAPI]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="b7d73f5b">Blob</span> <li><span class="dfn-paneled" id="cd028611">File</span> <li><span class="dfn-paneled" id="f0bb458c">get stream</span> <li><span class="dfn-paneled" id="1441e3bf">name</span> <li><span class="dfn-paneled" id="bb81860a">obtain a blob object</span> <li><span class="dfn-paneled" id="a6ade6da">size</span> <li><span class="dfn-paneled" id="26f7c6bf">slice blob</span> <li><span class="dfn-paneled" id="e303c02d">type</span> </ul> <li> <a data-link-type="biblio">[HR-TIME-3]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="0e9f636b">DOMHighResTimeStamp</span> <li><span class="dfn-paneled" id="80bf04ff">coarsen time</span> <li><span class="dfn-paneled" id="27402d04">coarsened shared current time</span> <li><span class="dfn-paneled" id="69ea869d">relative high resolution time</span> <li><span class="dfn-paneled" id="9a31d086">unsafe shared current time</span> </ul> <li> <a data-link-type="biblio">[HTML]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="7b15dfcf">"coep" report type</span> <li><span class="dfn-paneled" id="daecad44">EventSource</span> <li><span class="dfn-paneled" id="0800bdf4">StructuredDeserialize</span> <li><span class="dfn-paneled" id="89786baf">StructuredSerialize</span> <li><span class="dfn-paneled" id="5d7209e9">Window</span> <li><span class="dfn-paneled" id="5f6d392d">WindowOrWorkerGlobalScope</span> <li><span class="dfn-paneled" id="bfc1c271">Worker</span> <li><span class="dfn-paneled" id="35972864">active document</span> <li><span class="dfn-paneled" id="ece2ee9d">ancestor navigables</span> <li><span class="dfn-paneled" id="1b5b1c0c">API base URL</span> <li><span class="dfn-paneled" id="b410a6ef">ASCII serialization of an origin</span> <li><span class="dfn-paneled" id="3349d69f">associated Document</span> <li><span class="dfn-paneled" id="00c57527">clone a policy container</span> <li><span class="dfn-paneled" id="3e2ce8c6">consume a preloaded resource</span> <li><span class="dfn-paneled" id="f3bd62d5">credentialless</span> <li><span class="dfn-paneled" id="473036cd">cross-origin isolated capability</span> <li><span class="dfn-paneled" id="12b8dfc0">current settings object</span> <li><span class="dfn-paneled" id="621cb009">download the hyperlink</span> <li><span class="dfn-paneled" id="f149351d">embedder policy</span> <li><span class="dfn-paneled" id="4338c067">embedder policy value</span> <li><span class="dfn-paneled" id="e4d92278">enqueue steps</span> <li><span class="dfn-paneled" id="892a0d69">entry</span> <li><span class="dfn-paneled" id="24cf98a1">environment</span> <li><span class="dfn-paneled" id="3e12e042">environment settings object</span> <li><span class="dfn-paneled" id="c6d19e56">event loop</span> <li><span class="dfn-paneled" id="0436ba7b">fetch a classic script</span> <li><span class="dfn-paneled" id="946a9318">form</span> <li><span class="dfn-paneled" id="4b6086d7">global object</span> <li><span class="dfn-paneled" id="8a30477b">global object <small>(for environment settings object)</small></span> <li><span class="dfn-paneled" id="77a2ee6e">host</span> <li><span class="dfn-paneled" id="73a186aa">id</span> <li><span class="dfn-paneled" id="a72449dd">in parallel</span> <li><span class="dfn-paneled" id="3c4ba245">multipart/form-data boundary string</span> <li><span class="dfn-paneled" id="c59df421">multipart/form-data encoding algorithm</span> <li><span class="dfn-paneled" id="2594e562">navigate</span> <li><span class="dfn-paneled" id="9054717a">navigating</span> <li><span class="dfn-paneled" id="b6ae4501">networking task source</span> <li><span class="dfn-paneled" id="602b1a68">obtain a site</span> <li><span class="dfn-paneled" id="b01b1359">opaque origin</span> <li><span class="dfn-paneled" id="086e3aff">origin</span> <li><span class="dfn-paneled" id="43ac8374">origin <small>(for environment settings object)</small></span> <li><span class="dfn-paneled" id="7de33c29">parallel queue</span> <li><span class="dfn-paneled" id="b33787b2">policy container</span> <li><span class="dfn-paneled" id="bd1db03d">policy container <small>(for environment settings object)</small></span> <li><span class="dfn-paneled" id="48438eb3">queue a global task</span> <li><span class="dfn-paneled" id="cd03669e">referrer policy</span> <li><span class="dfn-paneled" id="e99bd18e">relevant global object</span> <li><span class="dfn-paneled" id="5991ccfb">relevant realm</span> <li><span class="dfn-paneled" id="9c4c1e66">relevant settings object</span> <li><span class="dfn-paneled" id="f77a5712">report only reporting endpoint</span> <li><span class="dfn-paneled" id="5b3ad2ec">report only value</span> <li><span class="dfn-paneled" id="c6dbeae8">reporting endpoint</span> <li><span class="dfn-paneled" id="07f994bb">require-corp</span> <li><span class="dfn-paneled" id="1350df08">resource fetch algorithm</span> <li><span class="dfn-paneled" id="7393da89">same origin</span> <li><span class="dfn-paneled" id="a23d12a9">scheme</span> <li><span class="dfn-paneled" id="0757a962">schemelessly same site</span> <li><span class="dfn-paneled" id="65181da8">secure context</span> <li><span class="dfn-paneled" id="dae0bfde">serialization of an origin</span> <li><span class="dfn-paneled" id="fb9bb722">site</span> <li><span class="dfn-paneled" id="8219d486">starting a new parallel queue</span> <li><span class="dfn-paneled" id="085ddd0a">target browsing context</span> <li><span class="dfn-paneled" id="2c6fd92e">top-level creation URL</span> <li><span class="dfn-paneled" id="c63519ed">top-level origin</span> <li><span class="dfn-paneled" id="1d2aa117">tuple origin</span> <li><span class="dfn-paneled" id="10502966">unsafe-none</span> <li><span class="dfn-paneled" id="f4e7ce41">value</span> </ul> <li> <a data-link-type="biblio">[HTTP]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="348e9cc6">field-name</span> <li><span class="dfn-paneled" id="9c3246cc">field-value</span> <li><span class="dfn-paneled" id="d49287c6">method</span> <li><span class="dfn-paneled" id="03da54e6">unsafe</span> </ul> <li> <a data-link-type="biblio">[HTTP-CACHING]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="67669525">Constructing Responses from Caches</span> <li><span class="dfn-paneled" id="1cd74840">current age</span> <li><span class="dfn-paneled" id="7dd5fc4d">delta-seconds</span> <li><span class="dfn-paneled" id="c0365179">Freshening Stored Responses upon Validation</span> <li><span class="dfn-paneled" id="8890f902">freshness lifetime</span> <li><span class="dfn-paneled" id="fb8db318">Invalidating Stored Responses</span> <li><span class="dfn-paneled" id="28ef792c">Sending a Validation Request</span> <li><span class="dfn-paneled" id="f9d7e29c">Storing Responses in Caches</span> </ul> <li> <a data-link-type="biblio">[HTTP1]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="198a4eef">reason-phrase</span> </ul> <li> <a data-link-type="biblio">[INFRA]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="1adcc035">abort when</span> <li><span class="dfn-paneled" id="53275e46">append <small>(for list)</small></span> <li><span class="dfn-paneled" id="a3b18719">append <small>(for set)</small></span> <li><span class="dfn-paneled" id="7f9469b5">ASCII case-insensitive</span> <li><span class="dfn-paneled" id="3b38c2fe">ASCII digit</span> <li><span class="dfn-paneled" id="2d5a2765">ASCII string</span> <li><span class="dfn-paneled" id="5fb1ed8a">ASCII whitespace</span> <li><span class="dfn-paneled" id="77b4c09a">assert</span> <li><span class="dfn-paneled" id="7b0d918d">break</span> <li><span class="dfn-paneled" id="6e4c081e">byte less than</span> <li><span class="dfn-paneled" id="3de9e659">byte sequence</span> <li><span class="dfn-paneled" id="970896d2">byte-case-insensitive</span> <li><span class="dfn-paneled" id="7838e1c1">byte-lowercase</span> <li><span class="dfn-paneled" id="3e0b5f4d">byte-uppercase</span> <li><span class="dfn-paneled" id="027e3e49">clone</span> <li><span class="dfn-paneled" id="915aff5e">code point</span> <li><span class="dfn-paneled" id="d24334b4">collect a sequence of code points</span> <li><span class="dfn-paneled" id="60184fa5">collecting a sequence of code points</span> <li><span class="dfn-paneled" id="ae8def21">contain</span> <li><span class="dfn-paneled" id="f937b7b6">continue</span> <li><span class="dfn-paneled" id="1243a891">exist</span> <li><span class="dfn-paneled" id="16d07e10">for each <small>(for list)</small></span> <li><span class="dfn-paneled" id="45209803">for each <small>(for map)</small></span> <li><span class="dfn-paneled" id="73e75483">forgiving-base64 decode</span> <li><span class="dfn-paneled" id="715f22e4">if aborted</span> <li><span class="dfn-paneled" id="860300d4">implementation-defined</span> <li><span class="dfn-paneled" id="6b815fdd">is empty</span> <li><span class="dfn-paneled" id="dd460c8e">is not empty <small>(for list)</small></span> <li><span class="dfn-paneled" id="8e67c0a3">is not empty <small>(for map)</small></span> <li><span class="dfn-paneled" id="d8b963e8">isomorphic decode</span> <li><span class="dfn-paneled" id="16b1470a">isomorphic encode</span> <li><span class="dfn-paneled" id="5afbefcd">item <small>(for list)</small></span> <li><span class="dfn-paneled" id="c88f3887">item <small>(for struct)</small></span> <li><span class="dfn-paneled" id="36333997">length</span> <li><span class="dfn-paneled" id="649608b9">list</span> <li><span class="dfn-paneled" id="692595fe">ordered set</span> <li><span class="dfn-paneled" id="1a196bc2">parse JSON from bytes</span> <li><span class="dfn-paneled" id="75bee4d5">position variable</span> <li><span class="dfn-paneled" id="99c988d6">remove</span> <li><span class="dfn-paneled" id="762869d3">scalar value string</span> <li><span class="dfn-paneled" id="70624575">serialize a JavaScript value to JSON bytes</span> <li><span class="dfn-paneled" id="15e48c39">set</span> <li><span class="dfn-paneled" id="0204d188">size</span> <li><span class="dfn-paneled" id="95c866a0">sorting</span> <li><span class="dfn-paneled" id="904cdc91">starts with <small>(for byte sequence)</small></span> <li><span class="dfn-paneled" id="54627f47">starts with <small>(for string)</small></span> <li><span class="dfn-paneled" id="0698d556">string</span> <li><span class="dfn-paneled" id="a37f05fd">strip leading and trailing ASCII whitespace</span> <li><span class="dfn-paneled" id="984221ca">struct</span> <li><span class="dfn-paneled" id="0e8de730">tuple</span> </ul> <li> <a data-link-type="biblio">[MIMESNIFF]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="7c195f8b">essence</span> <li><span class="dfn-paneled" id="a93f0b06">JavaScript MIME type</span> <li><span class="dfn-paneled" id="16785ec4">MIME type</span> <li><span class="dfn-paneled" id="3111c473">minimize a supported MIME type</span> <li><span class="dfn-paneled" id="fc5a3214">parameters</span> <li><span class="dfn-paneled" id="d72dabca">parse a MIME type</span> <li><span class="dfn-paneled" id="d6e5d5bd">serialize a MIME type</span> <li><span class="dfn-paneled" id="641f6dc8">serialize a MIME type to bytes</span> </ul> <li> <a data-link-type="biblio">[MIX]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="3d877348">Should fetching request be blocked as mixed content?</span> <li><span class="dfn-paneled" id="d06e9dd5">Should response to request be blocked as mixed content?</span> <li><span class="dfn-paneled" id="b5a77fa5">Upgrade a mixed content request to a potentially trustworthy URL, if appropriate</span> </ul> <li> <a data-link-type="biblio">[REFERRER]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="f07e6880">ReferrerPolicy</span> <li><span class="dfn-paneled" id="d55747e5">Determine request's Referrer</span> <li><span class="dfn-paneled" id="2d09a0dd">referrer policy</span> <li><span class="dfn-paneled" id="5c812577">Set request's referrer policy on redirect</span> </ul> <li> <a data-link-type="biblio">[REPORTING]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="7ed9d314">generate and queue a report</span> </ul> <li> <a data-link-type="biblio">[RESOURCE-TIMING]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="7be741bb">mark resource timing</span> </ul> <li> <a data-link-type="biblio">[RFC9651]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="e55134e0">parsing structured fields</span> <li><span class="dfn-paneled" id="17dffeed">serializing structured fields</span> <li><span class="dfn-paneled" id="e8de91bc">structured field token</span> <li><span class="dfn-paneled" id="9832aeab">structured field value</span> <li><span class="dfn-paneled" id="20f4be51">structured header</span> </ul> <li> <a data-link-type="biblio">[SRI]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="d54c5411">Do bytes match metadataList?</span> </ul> <li> <a data-link-type="biblio">[STALE-WHILE-REVALIDATE]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="4ff71fe9">stale-while-revalidate lifetime</span> </ul> <li> <a data-link-type="biblio">[STREAMS]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="59ed4e57">ReadableStream</span> <li><span class="dfn-paneled" id="9cae8b68">ReadableStreamDefaultReader</span> <li><span class="dfn-paneled" id="47e93e3e">TransformStream</span> <li><span class="dfn-paneled" id="e3e2d506">cancel</span> <li><span class="dfn-paneled" id="b5b30abb">cancelAlgorithm</span> <li><span class="dfn-paneled" id="43d35049">chunk steps</span> <li><span class="dfn-paneled" id="b3cf1c94">close</span> <li><span class="dfn-paneled" id="f0e85418">close steps</span> <li><span class="dfn-paneled" id="6c371952">creating a proxy</span> <li><span class="dfn-paneled" id="f33a5993">disturbed</span> <li><span class="dfn-paneled" id="6b6bb798">enqueue <small>(for ReadableStream)</small></span> <li><span class="dfn-paneled" id="593deb55">enqueue <small>(for TransformStream)</small></span> <li><span class="dfn-paneled" id="3bd18bd6">error</span> <li><span class="dfn-paneled" id="5655d36f">error steps</span> <li><span class="dfn-paneled" id="41d0ebd7">errored</span> <li><span class="dfn-paneled" id="3af29886">flushAlgorithm</span> <li><span class="dfn-paneled" id="ef28f15d">get a reader</span> <li><span class="dfn-paneled" id="4409e8ce">getReader()</span> <li><span class="dfn-paneled" id="bf6531af">getting a reader</span> <li><span class="dfn-paneled" id="03c3f3ed">identity transform stream</span> <li><span class="dfn-paneled" id="ffba9cf8">locked</span> <li><span class="dfn-paneled" id="0a07d90a">piped through</span> <li><span class="dfn-paneled" id="5b8ceec9">pull from bytes</span> <li><span class="dfn-paneled" id="42f97769">pullAlgorithm</span> <li><span class="dfn-paneled" id="ad191408">read a chunk</span> <li><span class="dfn-paneled" id="742b8bae">read all bytes</span> <li><span class="dfn-paneled" id="6d997105">read request</span> <li><span class="dfn-paneled" id="45e5c0e5">readable</span> <li><span class="dfn-paneled" id="2a7798d8">set up</span> <li><span class="dfn-paneled" id="c0350ab0">set up with byte reading support</span> <li><span class="dfn-paneled" id="6d6bce8e">teeing</span> <li><span class="dfn-paneled" id="c7574ff1">transformAlgorithm</span> </ul> <li> <a data-link-type="biblio">[SW]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="86d2a717">ServiceWorkerGlobalScope</span> <li><span class="dfn-paneled" id="9ff3511b">fetch</span> <li><span class="dfn-paneled" id="09abaedd">Handle Fetch</span> <li><span class="dfn-paneled" id="4eb8f82a">service worker timing info</span> </ul> <li> <a data-link-type="biblio">[UPGRADE-INSECURE-REQUESTS]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="fb12580d">Upgrade request to a potentially trustworthy URL, if appropriate</span> </ul> <li> <a data-link-type="biblio">[URL]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="adfe3014">URLSearchParams</span> <li><span class="dfn-paneled" id="26d9087e">absolute-URL-with-fragment string</span> <li><span class="dfn-paneled" id="b8852b0a">blob URL entry</span> <li><span class="dfn-paneled" id="22477314">domain</span> <li><span class="dfn-paneled" id="75f6894f">exclude fragment</span> <li><span class="dfn-paneled" id="ed948033">fragment</span> <li><span class="dfn-paneled" id="752d140b">host</span> <li><span class="dfn-paneled" id="b85ee3be">host <small>(for url)</small></span> <li><span class="dfn-paneled" id="b8380af8">include credentials</span> <li><span class="dfn-paneled" id="43e1db05">includes credentials</span> <li><span class="dfn-paneled" id="0ee1989a">IP address</span> <li><span class="dfn-paneled" id="d6e2b0d9">IPv6 address</span> <li><span class="dfn-paneled" id="839793c3">list</span> <li><span class="dfn-paneled" id="959ad97b">origin</span> <li><span class="dfn-paneled" id="a1288f2a">password</span> <li><span class="dfn-paneled" id="c0868016">path</span> <li><span class="dfn-paneled" id="8f69ce41">percent-decode</span> <li><span class="dfn-paneled" id="852ada56">port</span> <li><span class="dfn-paneled" id="bd6b32a4">public suffix</span> <li><span class="dfn-paneled" id="3a711be7">scheme</span> <li><span class="dfn-paneled" id="c59c07d7">set the password</span> <li><span class="dfn-paneled" id="a1358bae">set the username</span> <li><span class="dfn-paneled" id="dcffbccd">URL</span> <li><span class="dfn-paneled" id="ca3ca4ae">URL parser</span> <li><span class="dfn-paneled" id="5442ea33">URL serializer</span> <li><span class="dfn-paneled" id="10d9e2a0">urlencoded parser</span> <li><span class="dfn-paneled" id="d7edb843">urlencoded serializer</span> <li><span class="dfn-paneled" id="218c9455">username</span> </ul> <li> <a data-link-type="biblio">[WEBIDL]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="d25dfb2c">AbortError</span> <li><span class="dfn-paneled" id="2f8afbfe">ArrayBuffer</span> <li><span class="dfn-paneled" id="3aff2fb3">BufferSource</span> <li><span class="dfn-paneled" id="22cb9a16">ByteString</span> <li><span class="dfn-paneled" id="dca2de17">DOMException</span> <li><span class="dfn-paneled" id="8855a9aa">DOMString</span> <li><span class="dfn-paneled" id="889e932f">Exposed</span> <li><span class="dfn-paneled" id="c807e273">NewObject</span> <li><span class="dfn-paneled" id="bdbd19d1">Promise</span> <li><span class="dfn-paneled" id="ec878a66">RangeError</span> <li><span class="dfn-paneled" id="a5c91173">SameObject</span> <li><span class="dfn-paneled" id="be2d2b4c">SyntaxError</span> <li><span class="dfn-paneled" id="82ca3efc">TypeError</span> <li><span class="dfn-paneled" id="b0d7f3c3">USVString</span> <li><span class="dfn-paneled" id="95d7775a">Uint8Array</span> <li><span class="dfn-paneled" id="dacde8b5">a new promise</span> <li><span class="dfn-paneled" id="d0b4a948">a promise rejected with</span> <li><span class="dfn-paneled" id="6c6b1005">any</span> <li><span class="dfn-paneled" id="5372cca8">boolean</span> <li><span class="dfn-paneled" id="35f3967f">create <small>(for ArrayBuffer)</small></span> <li><span class="dfn-paneled" id="88a9cf19">create <small>(for ArrayBufferView)</small></span> <li><span class="dfn-paneled" id="cd787c3f">exception</span> <li><span class="dfn-paneled" id="92d13070">get a copy of the buffer source</span> <li><span class="dfn-paneled" id="1422ec4e">interface</span> <li><span class="dfn-paneled" id="56f81a8e">new</span> <li><span class="dfn-paneled" id="7787d359">record</span> <li><span class="dfn-paneled" id="b262501e">reject</span> <li><span class="dfn-paneled" id="3b90bdcd">resolve</span> <li><span class="dfn-paneled" id="9cce47fd">sequence</span> <li><span class="dfn-paneled" id="4013a022">this</span> <li><span class="dfn-paneled" id="b4cfa5ce">throw</span> <li><span class="dfn-paneled" id="5f90bbfb">undefined</span> <li><span class="dfn-paneled" id="450958f7">unsigned short</span> <li><span class="dfn-paneled" id="42a03705">value pairs to iterate over</span> </ul> <li> <a data-link-type="biblio">[WEBSOCKETS]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="6eeed17d">WebSocket</span> <li><span class="dfn-paneled" id="22b84272">establish a WebSocket connection</span> <li><span class="dfn-paneled" id="eef3cd47">obtain a WebSocket connection</span> </ul> <li> <a data-link-type="biblio">[XHR]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="61cd38cd">FormData</span> <li><span class="dfn-paneled" id="d06b2b8c">XMLHttpRequest</span> <li><span class="dfn-paneled" id="f5a157b3">XMLHttpRequestUpload</span> <li><span class="dfn-paneled" id="86f2bcb8">entry list</span> </ul> </ul> <h2 class="no-num no-ref heading settled" id="references"><span class="content">References</span><a class="self-link" href="#references"></a></h2> <h3 class="no-num no-ref heading settled" id="normative"><span class="content">Normative References</span><a class="self-link" href="#normative"></a></h3> <dl> <dt id="biblio-abnf">[ABNF] <dd>D. Crocker, Ed.; P. Overell. <a href="https://www.rfc-editor.org/rfc/rfc5234"><cite>Augmented BNF for Syntax Specifications: ABNF</cite></a>. January 2008. Internet Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc5234">https://www.rfc-editor.org/rfc/rfc5234</a> <dt id="biblio-beacon">[BEACON] <dd>Ilya Grigorik; Alois Reitbauer. <a href="https://w3c.github.io/beacon/"><cite>Beacon</cite></a>. URL: <a href="https://w3c.github.io/beacon/">https://w3c.github.io/beacon/</a> <dt id="biblio-cookies">[COOKIES] <dd>A. Barth. <a href="https://httpwg.org/specs/rfc6265.html"><cite>HTTP State Management Mechanism</cite></a>. April 2011. Proposed Standard. URL: <a href="https://httpwg.org/specs/rfc6265.html">https://httpwg.org/specs/rfc6265.html</a> <dt id="biblio-csp">[CSP] <dd>Mike West; Antonio Sartori. <a href="https://w3c.github.io/webappsec-csp/"><cite>Content Security Policy Level 3</cite></a>. URL: <a href="https://w3c.github.io/webappsec-csp/">https://w3c.github.io/webappsec-csp/</a> <dt id="biblio-css-values-4">[CSS-VALUES-4] <dd>Tab Atkins Jr.; Elika Etemad. <a href="https://drafts.csswg.org/css-values-4/"><cite>CSS Values and Units Module Level 4</cite></a>. URL: <a href="https://drafts.csswg.org/css-values-4/">https://drafts.csswg.org/css-values-4/</a> <dt id="biblio-dom">[DOM] <dd>Anne van Kesteren. <a href="https://dom.spec.whatwg.org/"><cite>DOM Standard</cite></a>. Living Standard. URL: <a href="https://dom.spec.whatwg.org/">https://dom.spec.whatwg.org/</a> <dt id="biblio-ecmascript">[ECMASCRIPT] <dd><a href="https://tc39.es/ecma262/multipage/"><cite>ECMAScript Language Specification</cite></a>. URL: <a href="https://tc39.es/ecma262/multipage/">https://tc39.es/ecma262/multipage/</a> <dt id="biblio-encoding">[ENCODING] <dd>Anne van Kesteren. <a href="https://encoding.spec.whatwg.org/"><cite>Encoding Standard</cite></a>. Living Standard. URL: <a href="https://encoding.spec.whatwg.org/">https://encoding.spec.whatwg.org/</a> <dt id="biblio-fetch-metadata">[FETCH-METADATA] <dd>Mike West. <a href="https://w3c.github.io/webappsec-fetch-metadata/"><cite>Fetch Metadata Request Headers</cite></a>. URL: <a href="https://w3c.github.io/webappsec-fetch-metadata/">https://w3c.github.io/webappsec-fetch-metadata/</a> <dt id="biblio-fileapi">[FILEAPI] <dd>Marijn Kruisselbrink. <a href="https://w3c.github.io/FileAPI/"><cite>File API</cite></a>. URL: <a href="https://w3c.github.io/FileAPI/">https://w3c.github.io/FileAPI/</a> <dt id="biblio-hr-time-3">[HR-TIME-3] <dd>Yoav Weiss. <a href="https://w3c.github.io/hr-time/"><cite>High Resolution Time</cite></a>. URL: <a href="https://w3c.github.io/hr-time/">https://w3c.github.io/hr-time/</a> <dt id="biblio-hsts">[HSTS] <dd>J. Hodges; C. Jackson; A. Barth. <a href="https://www.rfc-editor.org/rfc/rfc6797"><cite>HTTP Strict Transport Security (HSTS)</cite></a>. November 2012. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc6797">https://www.rfc-editor.org/rfc/rfc6797</a> <dt id="biblio-html">[HTML] <dd>Anne van Kesteren; et al. <a href="https://html.spec.whatwg.org/multipage/"><cite>HTML Standard</cite></a>. Living Standard. URL: <a href="https://html.spec.whatwg.org/multipage/">https://html.spec.whatwg.org/multipage/</a> <dt id="biblio-http">[HTTP] <dd>R. Fielding, Ed.; M. Nottingham, Ed.; J. Reschke, Ed.. <a href="https://httpwg.org/specs/rfc9110.html"><cite>HTTP Semantics</cite></a>. June 2022. Internet Standard. URL: <a href="https://httpwg.org/specs/rfc9110.html">https://httpwg.org/specs/rfc9110.html</a> <dt id="biblio-http-caching">[HTTP-CACHING] <dd>R. Fielding, Ed.; M. Nottingham, Ed.; J. Reschke, Ed.. <a href="https://httpwg.org/specs/rfc9111.html"><cite>HTTP Caching</cite></a>. June 2022. Internet Standard. URL: <a href="https://httpwg.org/specs/rfc9111.html">https://httpwg.org/specs/rfc9111.html</a> <dt id="biblio-http1">[HTTP1] <dd>R. Fielding, Ed.; M. Nottingham, Ed.; J. Reschke, Ed.. <a href="https://httpwg.org/specs/rfc9112.html"><cite>HTTP/1.1</cite></a>. June 2022. Internet Standard. URL: <a href="https://httpwg.org/specs/rfc9112.html">https://httpwg.org/specs/rfc9112.html</a> <dt id="biblio-http3">[HTTP3] <dd>M. Bishop, Ed.. <a href="https://httpwg.org/specs/rfc9114.html"><cite>HTTP/3</cite></a>. June 2022. Proposed Standard. URL: <a href="https://httpwg.org/specs/rfc9114.html">https://httpwg.org/specs/rfc9114.html</a> <dt id="biblio-http3-datagram">[HTTP3-DATAGRAM] <dd>D. Schinazi; L. Pardue. <a href="https://www.rfc-editor.org/rfc/rfc9297"><cite>HTTP Datagrams and the Capsule Protocol</cite></a>. August 2022. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc9297">https://www.rfc-editor.org/rfc/rfc9297</a> <dt id="biblio-infra">[INFRA] <dd>Anne van Kesteren; Domenic Denicola. <a href="https://infra.spec.whatwg.org/"><cite>Infra Standard</cite></a>. Living Standard. URL: <a href="https://infra.spec.whatwg.org/">https://infra.spec.whatwg.org/</a> <dt id="biblio-mimesniff">[MIMESNIFF] <dd>Gordon P. Hemsley. <a href="https://mimesniff.spec.whatwg.org/"><cite>MIME Sniffing Standard</cite></a>. Living Standard. URL: <a href="https://mimesniff.spec.whatwg.org/">https://mimesniff.spec.whatwg.org/</a> <dt id="biblio-mix">[MIX] <dd>Emily Stark; Mike West; Carlos IbarraLopez. <a href="https://w3c.github.io/webappsec-mixed-content/"><cite>Mixed Content</cite></a>. URL: <a href="https://w3c.github.io/webappsec-mixed-content/">https://w3c.github.io/webappsec-mixed-content/</a> <dt id="biblio-referrer">[REFERRER] <dd>Jochen Eisinger; Emily Stark. <a href="https://w3c.github.io/webappsec-referrer-policy/"><cite>Referrer Policy</cite></a>. URL: <a href="https://w3c.github.io/webappsec-referrer-policy/">https://w3c.github.io/webappsec-referrer-policy/</a> <dt id="biblio-reporting">[REPORTING] <dd>Douglas Creager; Ian Clelland; Mike West. <a href="https://w3c.github.io/reporting/"><cite>Reporting API</cite></a>. URL: <a href="https://w3c.github.io/reporting/">https://w3c.github.io/reporting/</a> <dt id="biblio-resource-timing">[RESOURCE-TIMING] <dd>Yoav Weiss; Noam Rosenthal. <a href="https://w3c.github.io/resource-timing/"><cite>Resource Timing</cite></a>. URL: <a href="https://w3c.github.io/resource-timing/">https://w3c.github.io/resource-timing/</a> <dt id="biblio-rfc7405">[RFC7405] <dd>P. Kyzivat. <a href="https://www.rfc-editor.org/rfc/rfc7405"><cite>Case-Sensitive String Support in ABNF</cite></a>. December 2014. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc7405">https://www.rfc-editor.org/rfc/rfc7405</a> <dt id="biblio-rfc7578">[RFC7578] <dd>L. Masinter. <a href="https://www.rfc-editor.org/rfc/rfc7578"><cite>Returning Values from Forms: multipart/form-data</cite></a>. July 2015. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc7578">https://www.rfc-editor.org/rfc/rfc7578</a> <dt id="biblio-rfc9218">[RFC9218] <dd>K. Oku; L. Pardue. <a href="https://httpwg.org/specs/rfc9218.html"><cite>Extensible Prioritization Scheme for HTTP</cite></a>. June 2022. Proposed Standard. URL: <a href="https://httpwg.org/specs/rfc9218.html">https://httpwg.org/specs/rfc9218.html</a> <dt id="biblio-rfc9651">[RFC9651] <dd>M. Nottingham; P-H. Kamp. <a href="https://www.rfc-editor.org/rfc/rfc9651"><cite>Structured Field Values for HTTP</cite></a>. September 2024. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc9651">https://www.rfc-editor.org/rfc/rfc9651</a> <dt id="biblio-sri">[SRI] <dd>Devdatta Akhawe; et al. <a href="https://w3c.github.io/webappsec-subresource-integrity/"><cite>Subresource Integrity</cite></a>. URL: <a href="https://w3c.github.io/webappsec-subresource-integrity/">https://w3c.github.io/webappsec-subresource-integrity/</a> <dt id="biblio-stale-while-revalidate">[STALE-WHILE-REVALIDATE] <dd>M. Nottingham. <a href="https://httpwg.org/specs/rfc5861.html"><cite>HTTP Cache-Control Extensions for Stale Content</cite></a>. May 2010. Informational. URL: <a href="https://httpwg.org/specs/rfc5861.html">https://httpwg.org/specs/rfc5861.html</a> <dt id="biblio-streams">[STREAMS] <dd>Adam Rice; et al. <a href="https://streams.spec.whatwg.org/"><cite>Streams Standard</cite></a>. Living Standard. URL: <a href="https://streams.spec.whatwg.org/">https://streams.spec.whatwg.org/</a> <dt id="biblio-svcb">[SVCB] <dd>Ben Schwartz; Mike Bishop; Erik Nygren. <a href="https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https"><cite>Service binding and parameter specification via the DNS (DNS SVCB and HTTPS RRs)</cite></a>. URL: <a href="https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https">https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https</a> <dt id="biblio-sw">[SW] <dd>Yoshisato Yanagisawa; Monica CHINTALA. <a href="https://w3c.github.io/ServiceWorker/"><cite>Service Workers</cite></a>. URL: <a href="https://w3c.github.io/ServiceWorker/">https://w3c.github.io/ServiceWorker/</a> <dt id="biblio-tls">[TLS] <dd>E. Rescorla. <a href="https://www.rfc-editor.org/rfc/rfc8446"><cite>The Transport Layer Security (TLS) Protocol Version 1.3</cite></a>. August 2018. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc8446">https://www.rfc-editor.org/rfc/rfc8446</a> <dt id="biblio-upgrade-insecure-requests">[UPGRADE-INSECURE-REQUESTS] <dd>Mike West. <a href="https://w3c.github.io/webappsec-upgrade-insecure-requests/"><cite>Upgrade Insecure Requests</cite></a>. URL: <a href="https://w3c.github.io/webappsec-upgrade-insecure-requests/">https://w3c.github.io/webappsec-upgrade-insecure-requests/</a> <dt id="biblio-url">[URL] <dd>Anne van Kesteren. <a href="https://url.spec.whatwg.org/"><cite>URL Standard</cite></a>. Living Standard. URL: <a href="https://url.spec.whatwg.org/">https://url.spec.whatwg.org/</a> <dt id="biblio-webidl">[WEBIDL] <dd>Edgar Chen; Timothy Gu. <a href="https://webidl.spec.whatwg.org/"><cite>Web IDL Standard</cite></a>. Living Standard. URL: <a href="https://webidl.spec.whatwg.org/">https://webidl.spec.whatwg.org/</a> <dt id="biblio-websockets">[WEBSOCKETS] <dd>Adam Rice. <a href="https://websockets.spec.whatwg.org/"><cite>WebSockets Standard</cite></a>. Living Standard. URL: <a href="https://websockets.spec.whatwg.org/">https://websockets.spec.whatwg.org/</a> <dt id="biblio-webtransport-http3">[WEBTRANSPORT-HTTP3] <dd>V. Vasiliev. <a href="https://datatracker.ietf.org/doc/html/draft-ietf-webtrans-http3"><cite>WebTransport over HTTP/3</cite></a>. URL: <a href="https://datatracker.ietf.org/doc/html/draft-ietf-webtrans-http3">https://datatracker.ietf.org/doc/html/draft-ietf-webtrans-http3</a> <dt id="biblio-xhr">[XHR] <dd>Anne van Kesteren. <a href="https://xhr.spec.whatwg.org/"><cite>XMLHttpRequest Standard</cite></a>. Living Standard. URL: <a href="https://xhr.spec.whatwg.org/">https://xhr.spec.whatwg.org/</a> </dl> <h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3> <dl> <dt id="biblio-httpverbsec1">[HTTPVERBSEC1] <dd><a href="https://www.kb.cert.org/vuls/id/867593"><cite>Multiple vendors' web servers enable HTTP TRACE method by default.</cite></a>. URL: <a href="https://www.kb.cert.org/vuls/id/867593">https://www.kb.cert.org/vuls/id/867593</a> <dt id="biblio-httpverbsec2">[HTTPVERBSEC2] <dd><a href="https://www.kb.cert.org/vuls/id/288308"><cite>Microsoft Internet Information Server (IIS) vulnerable to cross-site scripting via HTTP TRACK method.</cite></a>. URL: <a href="https://www.kb.cert.org/vuls/id/288308">https://www.kb.cert.org/vuls/id/288308</a> <dt id="biblio-httpverbsec3">[HTTPVERBSEC3] <dd><a href="https://www.kb.cert.org/vuls/id/150227"><cite>HTTP proxy default configurations allow arbitrary TCP connections.</cite></a>. URL: <a href="https://www.kb.cert.org/vuls/id/150227">https://www.kb.cert.org/vuls/id/150227</a> <dt id="biblio-navigation-timing">[NAVIGATION-TIMING] <dd>Zhiheng Wang. <a href="https://www.w3.org/TR/navigation-timing/"><cite>Navigation Timing</cite></a>. 17 December 2012. REC. URL: <a href="https://www.w3.org/TR/navigation-timing/">https://www.w3.org/TR/navigation-timing/</a> <dt id="biblio-origin">[ORIGIN] <dd>A. Barth. <a href="https://www.rfc-editor.org/rfc/rfc6454"><cite>The Web Origin Concept</cite></a>. December 2011. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc6454">https://www.rfc-editor.org/rfc/rfc6454</a> <dt id="biblio-rfc1035">[RFC1035] <dd>P. Mockapetris. <a href="https://www.rfc-editor.org/rfc/rfc1035"><cite>Domain names - implementation and specification</cite></a>. November 1987. Internet Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc1035">https://www.rfc-editor.org/rfc/rfc1035</a> <dt id="biblio-rfc2397">[RFC2397] <dd>L. Masinter. <a href="https://www.rfc-editor.org/rfc/rfc2397"><cite>The "data" URL scheme</cite></a>. August 1998. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc2397">https://www.rfc-editor.org/rfc/rfc2397</a> <dt id="biblio-rfc6960">[RFC6960] <dd>S. Santesson; et al. <a href="https://www.rfc-editor.org/rfc/rfc6960"><cite>X.509 Internet Public Key Infrastructure Online Certificate Status Protocol - OCSP</cite></a>. June 2013. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc6960">https://www.rfc-editor.org/rfc/rfc6960</a> <dt id="biblio-rfc7301">[RFC7301] <dd>S. Friedl; et al. <a href="https://www.rfc-editor.org/rfc/rfc7301"><cite>Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension</cite></a>. July 2014. Proposed Standard. URL: <a href="https://www.rfc-editor.org/rfc/rfc7301">https://www.rfc-editor.org/rfc/rfc7301</a> <dt id="biblio-rfc7918">[RFC7918] <dd>A. Langley; N. Modadugu; B. Moeller. <a href="https://www.rfc-editor.org/rfc/rfc7918"><cite>Transport Layer Security (TLS) False Start</cite></a>. August 2016. Informational. URL: <a href="https://www.rfc-editor.org/rfc/rfc7918">https://www.rfc-editor.org/rfc/rfc7918</a> <dt id="biblio-rfc8470">[RFC8470] <dd>M. Thomson; M. Nottingham; W. Tarreau. <a href="https://httpwg.org/specs/rfc8470.html"><cite>Using Early Data in HTTP</cite></a>. September 2018. Proposed Standard. URL: <a href="https://httpwg.org/specs/rfc8470.html">https://httpwg.org/specs/rfc8470.html</a> <dt id="biblio-rfc9163">[RFC9163] <dd>E. Stark. <a href="https://www.rfc-editor.org/rfc/rfc9163"><cite>Expect-CT Extension for HTTP</cite></a>. June 2022. Experimental. URL: <a href="https://www.rfc-editor.org/rfc/rfc9163">https://www.rfc-editor.org/rfc/rfc9163</a> </dl> <h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">IDL Index</span><a class="self-link" href="#idl-index"></a></h2> <pre class="idl highlight def"><c- b>typedef</c-> (<a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#idl-sequence"><c- b>sequence</c-></a><<a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#idl-sequence"><c- b>sequence</c-></a><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a>>> <c- b>or</c-> <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#idl-record"><c- b>record</c-></a><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a>, <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a>>) <a href="#typedefdef-headersinit"><code><c- g>HeadersInit</c-></code></a>; [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#Exposed"><c- g>Exposed</c-></a>=(<c- n>Window</c->,<c- n>Worker</c->)] <c- b>interface</c-> <a href="#headers"><code><c- g>Headers</c-></code></a> { <a class="idl-code" data-link-type="constructor" href="#dom-headers"><c- g>constructor</c-></a>(<c- b>optional</c-> <a data-link-type="idl-name" href="#typedefdef-headersinit"><c- n>HeadersInit</c-></a> <a href="#dom-headers-headers-init-init"><code><c- g>init</c-></code></a>); <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-undefined"><c- b>undefined</c-></a> <a class="idl-code" data-link-type="method" href="#dom-headers-append"><c- g>append</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a> <a href="#dom-headers-append-name-value-name"><code><c- g>name</c-></code></a>, <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a> <a href="#dom-headers-append-name-value-value"><code><c- g>value</c-></code></a>); <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-undefined"><c- b>undefined</c-></a> <a class="idl-code" data-link-type="method" href="#dom-headers-delete"><c- g>delete</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a> <a href="#dom-headers-delete-name-name"><code><c- g>name</c-></code></a>); <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a>? <a class="idl-code" data-link-type="method" href="#dom-headers-get"><c- g>get</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a> <a href="#dom-headers-get-name-name"><code><c- g>name</c-></code></a>); <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#idl-sequence"><c- b>sequence</c-></a><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-headers-getsetcookie"><c- g>getSetCookie</c-></a>(); <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean"><c- b>boolean</c-></a> <a class="idl-code" data-link-type="method" href="#dom-headers-has"><c- g>has</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a> <a href="#dom-headers-has-name-name"><code><c- g>name</c-></code></a>); <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-undefined"><c- b>undefined</c-></a> <a class="idl-code" data-link-type="method" href="#dom-headers-set"><c- g>set</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a> <a href="#dom-headers-set-name-value-name"><code><c- g>name</c-></code></a>, <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a> <a href="#dom-headers-set-name-value-value"><code><c- g>value</c-></code></a>); <c- b>iterable</c-><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a>, <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a>>; }; <c- b>typedef</c-> (<a data-link-type="idl-name" href="https://w3c.github.io/FileAPI/#dfn-Blob"><c- n>Blob</c-></a> <c- b>or</c-> <a data-link-type="idl-name" href="https://webidl.spec.whatwg.org/#BufferSource"><c- n>BufferSource</c-></a> <c- b>or</c-> <a data-link-type="idl-name" href="https://xhr.spec.whatwg.org/#formdata"><c- n>FormData</c-></a> <c- b>or</c-> <a data-link-type="idl-name" href="https://url.spec.whatwg.org/#urlsearchparams"><c- n>URLSearchParams</c-></a> <c- b>or</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString"><c- b>USVString</c-></a>) <a href="#typedefdef-xmlhttprequestbodyinit"><code><c- g>XMLHttpRequestBodyInit</c-></code></a>; <c- b>typedef</c-> (<a data-link-type="idl-name" href="https://streams.spec.whatwg.org/#readablestream"><c- n>ReadableStream</c-></a> <c- b>or</c-> <a data-link-type="idl-name" href="#typedefdef-xmlhttprequestbodyinit"><c- n>XMLHttpRequestBodyInit</c-></a>) <a href="#bodyinit"><code><c- g>BodyInit</c-></code></a>; <c- b>interface</c-> <c- b>mixin</c-> <a href="#body"><code><c- g>Body</c-></code></a> { <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="https://streams.spec.whatwg.org/#readablestream"><c- n>ReadableStream</c-></a>? <a class="idl-code" data-link-type="attribute" data-readonly data-type="ReadableStream?" href="#dom-body-body"><c- g>body</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean"><c- b>boolean</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="boolean" href="#dom-body-bodyused"><c- g>bodyUsed</c-></a>; [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject"><c- g>NewObject</c-></a>] <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise"><c- b>Promise</c-></a><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ArrayBuffer"><c- b>ArrayBuffer</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-body-arraybuffer"><c- g>arrayBuffer</c-></a>(); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject"><c- g>NewObject</c-></a>] <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise"><c- b>Promise</c-></a><<a data-link-type="idl-name" href="https://w3c.github.io/FileAPI/#dfn-Blob"><c- n>Blob</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-body-blob"><c- g>blob</c-></a>(); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject"><c- g>NewObject</c-></a>] <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise"><c- b>Promise</c-></a><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-Uint8Array"><c- b>Uint8Array</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-body-bytes"><c- g>bytes</c-></a>(); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject"><c- g>NewObject</c-></a>] <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise"><c- b>Promise</c-></a><<a data-link-type="idl-name" href="https://xhr.spec.whatwg.org/#formdata"><c- n>FormData</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-body-formdata"><c- g>formData</c-></a>(); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject"><c- g>NewObject</c-></a>] <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise"><c- b>Promise</c-></a><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-any"><c- b>any</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-body-json"><c- g>json</c-></a>(); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject"><c- g>NewObject</c-></a>] <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise"><c- b>Promise</c-></a><<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString"><c- b>USVString</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-body-text"><c- g>text</c-></a>(); }; <c- b>typedef</c-> (<a data-link-type="idl-name" href="#request"><c- n>Request</c-></a> <c- b>or</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString"><c- b>USVString</c-></a>) <a href="#requestinfo"><code><c- g>RequestInfo</c-></code></a>; [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#Exposed"><c- g>Exposed</c-></a>=(<c- n>Window</c->,<c- n>Worker</c->)] <c- b>interface</c-> <a href="#request"><code><c- g>Request</c-></code></a> { <a class="idl-code" data-link-type="constructor" href="#dom-request"><c- g>constructor</c-></a>(<a data-link-type="idl-name" href="#requestinfo"><c- n>RequestInfo</c-></a> <a href="#dom-request-request-input-init-input"><code><c- g>input</c-></code></a>, <c- b>optional</c-> <a data-link-type="idl-name" href="#requestinit"><c- n>RequestInit</c-></a> <a href="#dom-request-request-input-init-init"><code><c- g>init</c-></code></a> = {}); <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="ByteString" href="#dom-request-method"><c- g>method</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString"><c- b>USVString</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="USVString" href="#dom-request-url"><c- g>url</c-></a>; [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#SameObject"><c- g>SameObject</c-></a>] <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#headers"><c- n>Headers</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="Headers" href="#dom-request-headers"><c- g>headers</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#requestdestination"><c- n>RequestDestination</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="RequestDestination" href="#dom-request-destination"><c- g>destination</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString"><c- b>USVString</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="USVString" href="#dom-request-referrer"><c- g>referrer</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="https://w3c.github.io/webappsec-referrer-policy/#enumdef-referrerpolicy"><c- n>ReferrerPolicy</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="ReferrerPolicy" href="#dom-request-referrerpolicy"><c- g>referrerPolicy</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#requestmode"><c- n>RequestMode</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="RequestMode" href="#dom-request-mode"><c- g>mode</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#requestcredentials"><c- n>RequestCredentials</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="RequestCredentials" href="#dom-request-credentials"><c- g>credentials</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#requestcache"><c- n>RequestCache</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="RequestCache" href="#dom-request-cache"><c- g>cache</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#requestredirect"><c- n>RequestRedirect</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="RequestRedirect" href="#dom-request-redirect"><c- g>redirect</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-DOMString"><c- b>DOMString</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="DOMString" href="#dom-request-integrity"><c- g>integrity</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean"><c- b>boolean</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="boolean" href="#dom-request-keepalive"><c- g>keepalive</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean"><c- b>boolean</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="boolean" href="#dom-request-isreloadnavigation"><c- g>isReloadNavigation</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean"><c- b>boolean</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="boolean" href="#dom-request-ishistorynavigation"><c- g>isHistoryNavigation</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="https://dom.spec.whatwg.org/#abortsignal"><c- n>AbortSignal</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="AbortSignal" href="#dom-request-signal"><c- g>signal</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#enumdef-requestduplex"><c- n>RequestDuplex</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="RequestDuplex" href="#dom-request-duplex"><c- g>duplex</c-></a>; [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject"><c- g>NewObject</c-></a>] <a data-link-type="idl-name" href="#request"><c- n>Request</c-></a> <a class="idl-code" data-link-type="method" href="#dom-request-clone"><c- g>clone</c-></a>(); }; <a data-link-type="idl-name" href="#request"><c- n>Request</c-></a> <c- b>includes</c-> <a data-link-type="idl-name" href="#body"><c- n>Body</c-></a>; <c- b>dictionary</c-> <a href="#requestinit"><code><c- g>RequestInit</c-></code></a> { <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a> <a data-type="ByteString" href="#dom-requestinit-method"><code><c- g>method</c-></code></a>; <a data-link-type="idl-name" href="#typedefdef-headersinit"><c- n>HeadersInit</c-></a> <a data-type="HeadersInit" href="#dom-requestinit-headers"><code><c- g>headers</c-></code></a>; <a data-link-type="idl-name" href="#bodyinit"><c- n>BodyInit</c-></a>? <a data-type="BodyInit?" href="#dom-requestinit-body"><code><c- g>body</c-></code></a>; <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString"><c- b>USVString</c-></a> <a data-type="USVString" href="#dom-requestinit-referrer"><code><c- g>referrer</c-></code></a>; <a data-link-type="idl-name" href="https://w3c.github.io/webappsec-referrer-policy/#enumdef-referrerpolicy"><c- n>ReferrerPolicy</c-></a> <a data-type="ReferrerPolicy" href="#dom-requestinit-referrerpolicy"><code><c- g>referrerPolicy</c-></code></a>; <a data-link-type="idl-name" href="#requestmode"><c- n>RequestMode</c-></a> <a data-type="RequestMode" href="#dom-requestinit-mode"><code><c- g>mode</c-></code></a>; <a data-link-type="idl-name" href="#requestcredentials"><c- n>RequestCredentials</c-></a> <a data-type="RequestCredentials" href="#dom-requestinit-credentials"><code><c- g>credentials</c-></code></a>; <a data-link-type="idl-name" href="#requestcache"><c- n>RequestCache</c-></a> <a data-type="RequestCache" href="#dom-requestinit-cache"><code><c- g>cache</c-></code></a>; <a data-link-type="idl-name" href="#requestredirect"><c- n>RequestRedirect</c-></a> <a data-type="RequestRedirect" href="#dom-requestinit-redirect"><code><c- g>redirect</c-></code></a>; <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-DOMString"><c- b>DOMString</c-></a> <a data-type="DOMString" href="#dom-requestinit-integrity"><code><c- g>integrity</c-></code></a>; <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean"><c- b>boolean</c-></a> <a data-type="boolean" href="#dom-requestinit-keepalive"><code><c- g>keepalive</c-></code></a>; <a data-link-type="idl-name" href="https://dom.spec.whatwg.org/#abortsignal"><c- n>AbortSignal</c-></a>? <a data-type="AbortSignal?" href="#dom-requestinit-signal"><code><c- g>signal</c-></code></a>; <a data-link-type="idl-name" href="#enumdef-requestduplex"><c- n>RequestDuplex</c-></a> <a data-type="RequestDuplex" href="#dom-requestinit-duplex"><code><c- g>duplex</c-></code></a>; <a data-link-type="idl-name" href="#enumdef-requestpriority"><c- n>RequestPriority</c-></a> <a data-type="RequestPriority" href="#dom-requestinit-priority"><code><c- g>priority</c-></code></a>; <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-any"><c- b>any</c-></a> <a data-type="any" href="#dom-requestinit-window"><code><c- g>window</c-></code></a>; // can only be set to null }; <c- b>enum</c-> <a href="#requestdestination"><code><c- g>RequestDestination</c-></code></a> { <a href="#dom-requestdestination"><code><c- s>""</c-></code></a>, <a href="#dom-requestdestination-audio"><code><c- s>"audio"</c-></code></a>, <a href="#dom-requestdestination-audioworklet"><code><c- s>"audioworklet"</c-></code></a>, <a href="#dom-requestdestination-document"><code><c- s>"document"</c-></code></a>, <a href="#dom-requestdestination-embed"><code><c- s>"embed"</c-></code></a>, <a href="#dom-requestdestination-font"><code><c- s>"font"</c-></code></a>, <a href="#dom-requestdestination-frame"><code><c- s>"frame"</c-></code></a>, <a href="#dom-requestdestination-iframe"><code><c- s>"iframe"</c-></code></a>, <a href="#dom-requestdestination-image"><code><c- s>"image"</c-></code></a>, <a href="#dom-requestdestination-json"><code><c- s>"json"</c-></code></a>, <a href="#dom-requestdestination-manifest"><code><c- s>"manifest"</c-></code></a>, <a href="#dom-requestdestination-object"><code><c- s>"object"</c-></code></a>, <a href="#dom-requestdestination-paintworklet"><code><c- s>"paintworklet"</c-></code></a>, <a href="#dom-requestdestination-report"><code><c- s>"report"</c-></code></a>, <a href="#dom-requestdestination-script"><code><c- s>"script"</c-></code></a>, <a href="#dom-requestdestination-sharedworker"><code><c- s>"sharedworker"</c-></code></a>, <a href="#dom-requestdestination-style"><code><c- s>"style"</c-></code></a>, <a href="#dom-requestdestination-track"><code><c- s>"track"</c-></code></a>, <a href="#dom-requestdestination-video"><code><c- s>"video"</c-></code></a>, <a href="#dom-requestdestination-worker"><code><c- s>"worker"</c-></code></a>, <a href="#dom-requestdestination-xslt"><code><c- s>"xslt"</c-></code></a> }; <c- b>enum</c-> <a href="#requestmode"><code><c- g>RequestMode</c-></code></a> { <a href="#dom-requestmode-navigate"><code><c- s>"navigate"</c-></code></a>, <a href="#dom-requestmode-same-origin"><code><c- s>"same-origin"</c-></code></a>, <a href="#dom-requestmode-no-cors"><code><c- s>"no-cors"</c-></code></a>, <a href="#dom-requestmode-cors"><code><c- s>"cors"</c-></code></a> }; <c- b>enum</c-> <a href="#requestcredentials"><code><c- g>RequestCredentials</c-></code></a> { <a href="#dom-requestcredentials-omit"><code><c- s>"omit"</c-></code></a>, <a href="#dom-requestcredentials-same-origin"><code><c- s>"same-origin"</c-></code></a>, <a href="#dom-requestcredentials-include"><code><c- s>"include"</c-></code></a> }; <c- b>enum</c-> <a href="#requestcache"><code><c- g>RequestCache</c-></code></a> { <a href="#dom-requestcache-default"><code><c- s>"default"</c-></code></a>, <a href="#dom-requestcache-no-store"><code><c- s>"no-store"</c-></code></a>, <a href="#dom-requestcache-reload"><code><c- s>"reload"</c-></code></a>, <a href="#dom-requestcache-no-cache"><code><c- s>"no-cache"</c-></code></a>, <a href="#dom-requestcache-force-cache"><code><c- s>"force-cache"</c-></code></a>, <a href="#dom-requestcache-only-if-cached"><code><c- s>"only-if-cached"</c-></code></a> }; <c- b>enum</c-> <a href="#requestredirect"><code><c- g>RequestRedirect</c-></code></a> { <a href="#dom-requestredirect-follow"><code><c- s>"follow"</c-></code></a>, <a href="#dom-requestredirect-error"><code><c- s>"error"</c-></code></a>, <a href="#dom-requestredirect-manual"><code><c- s>"manual"</c-></code></a> }; <c- b>enum</c-> <a href="#enumdef-requestduplex"><code><c- g>RequestDuplex</c-></code></a> { <a href="#dom-requestduplex-half"><code><c- s>"half"</c-></code></a> }; <c- b>enum</c-> <a href="#enumdef-requestpriority"><code><c- g>RequestPriority</c-></code></a> { <a href="#dom-requestpriority-high"><code><c- s>"high"</c-></code></a>, <a href="#dom-requestpriority-low"><code><c- s>"low"</c-></code></a>, <a href="#dom-requestpriority-auto"><code><c- s>"auto"</c-></code></a> }; [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#Exposed"><c- g>Exposed</c-></a>=(<c- n>Window</c->,<c- n>Worker</c->)]<c- b>interface</c-> <a href="#response"><code><c- g>Response</c-></code></a> { <a class="idl-code" data-link-type="constructor" href="#dom-response"><c- g>constructor</c-></a>(<c- b>optional</c-> <a data-link-type="idl-name" href="#bodyinit"><c- n>BodyInit</c-></a>? <a href="#dom-response-response-body-init-body"><code><c- g>body</c-></code></a> = <c- b>null</c->, <c- b>optional</c-> <a data-link-type="idl-name" href="#responseinit"><c- n>ResponseInit</c-></a> <a href="#dom-response-response-body-init-init"><code><c- g>init</c-></code></a> = {}); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject"><c- g>NewObject</c-></a>] <c- b>static</c-> <a data-link-type="idl-name" href="#response"><c- n>Response</c-></a> <a class="idl-code" data-link-type="method" href="#dom-response-error"><c- g>error</c-></a>(); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject"><c- g>NewObject</c-></a>] <c- b>static</c-> <a data-link-type="idl-name" href="#response"><c- n>Response</c-></a> <a class="idl-code" data-link-type="method" href="#dom-response-redirect"><c- g>redirect</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString"><c- b>USVString</c-></a> <a href="#dom-response-redirect-url-status-url"><code><c- g>url</c-></code></a>, <c- b>optional</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-unsigned-short"><c- b>unsigned</c-> <c- b>short</c-></a> <a href="#dom-response-redirect-url-status-status"><code><c- g>status</c-></code></a> = 302); [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject"><c- g>NewObject</c-></a>] <c- b>static</c-> <a data-link-type="idl-name" href="#response"><c- n>Response</c-></a> <a class="idl-code" data-link-type="method" href="#dom-response-json"><c- g>json</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-any"><c- b>any</c-></a> <a href="#dom-response-json-data-init-data"><code><c- g>data</c-></code></a>, <c- b>optional</c-> <a data-link-type="idl-name" href="#responseinit"><c- n>ResponseInit</c-></a> <a href="#dom-response-json-data-init-init"><code><c- g>init</c-></code></a> = {}); <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#responsetype"><c- n>ResponseType</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="ResponseType" href="#dom-response-type"><c- g>type</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString"><c- b>USVString</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="USVString" href="#dom-response-url"><c- g>url</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean"><c- b>boolean</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="boolean" href="#dom-response-redirected"><c- g>redirected</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-unsigned-short"><c- b>unsigned</c-> <c- b>short</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="unsigned short" href="#dom-response-status"><c- g>status</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean"><c- b>boolean</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="boolean" href="#dom-response-ok"><c- g>ok</c-></a>; <c- b>readonly</c-> <c- b>attribute</c-> <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="ByteString" href="#dom-response-statustext"><c- g>statusText</c-></a>; [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#SameObject"><c- g>SameObject</c-></a>] <c- b>readonly</c-> <c- b>attribute</c-> <a data-link-type="idl-name" href="#headers"><c- n>Headers</c-></a> <a class="idl-code" data-link-type="attribute" data-readonly data-type="Headers" href="#dom-response-headers"><c- g>headers</c-></a>; [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject"><c- g>NewObject</c-></a>] <a data-link-type="idl-name" href="#response"><c- n>Response</c-></a> <a class="idl-code" data-link-type="method" href="#dom-response-clone"><c- g>clone</c-></a>(); }; <a data-link-type="idl-name" href="#response"><c- n>Response</c-></a> <c- b>includes</c-> <a data-link-type="idl-name" href="#body"><c- n>Body</c-></a>; <c- b>dictionary</c-> <a href="#responseinit"><code><c- g>ResponseInit</c-></code></a> { <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-unsigned-short"><c- b>unsigned</c-> <c- b>short</c-></a> <a data-default="200" data-type="unsigned short" href="#dom-responseinit-status"><code><c- g>status</c-></code></a> = 200; <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-ByteString"><c- b>ByteString</c-></a> <a data-default="""" data-type="ByteString" href="#dom-responseinit-statustext"><code><c- g>statusText</c-></code></a> = ""; <a data-link-type="idl-name" href="#typedefdef-headersinit"><c- n>HeadersInit</c-></a> <a data-type="HeadersInit" href="#dom-responseinit-headers"><code><c- g>headers</c-></code></a>; }; <c- b>enum</c-> <a href="#responsetype"><code><c- g>ResponseType</c-></code></a> { <a href="#dom-responsetype-basic"><code><c- s>"basic"</c-></code></a>, <a href="#dom-responsetype-cors"><code><c- s>"cors"</c-></code></a>, <a href="#dom-responsetype-default"><code><c- s>"default"</c-></code></a>, <a href="#dom-responsetype-error"><code><c- s>"error"</c-></code></a>, <a href="#dom-responsetype-opaque"><code><c- s>"opaque"</c-></code></a>, <a href="#dom-responsetype-opaqueredirect"><code><c- s>"opaqueredirect"</c-></code></a> }; <c- b>partial</c-> <c- b>interface</c-> <c- b>mixin</c-> <a class="idl-code" data-link-type="interface" href="https://html.spec.whatwg.org/multipage/webappapis.html#windoworworkerglobalscope"><c- g>WindowOrWorkerGlobalScope</c-></a> { [<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#NewObject"><c- g>NewObject</c-></a>] <a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise"><c- b>Promise</c-></a><<a data-link-type="idl-name" href="#response"><c- n>Response</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-global-fetch"><c- g>fetch</c-></a>(<a data-link-type="idl-name" href="#requestinfo"><c- n>RequestInfo</c-></a> <a href="#dom-windoworworkerglobalscope-fetch-input-init-input"><code><c- g>input</c-></code></a>, <c- b>optional</c-> <a data-link-type="idl-name" href="#requestinit"><c- n>RequestInit</c-></a> <a href="#dom-windoworworkerglobalscope-fetch-input-init-init"><code><c- g>init</c-></code></a> = {}); }; </pre> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-headers①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Headers/Headers" title="The Headers() constructor creates a new Headers object.">Headers/Headers</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> <hr> <span class="nodejs yes"><span>Node.js</span><span>18.0.0+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-headers-append①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Headers/append" title="The append() method of the Headers interface appends a new value onto an existing header inside a Headers object, or adds the header if it does not already exist.">Headers/append</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> <hr> <span class="nodejs yes"><span>Node.js</span><span>18.0.0+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-headers-delete①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Headers/delete" title="The delete() method of the Headers interface deletes a header from the current Headers object.">Headers/delete</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> <hr> <span class="nodejs yes"><span>Node.js</span><span>18.0.0+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-headers-get①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Headers/get" title="The get() method of the Headers interface returns a byte string of all the values of a header within a Headers object with a given name. If the requested header doesn't exist in the Headers object, it returns null.">Headers/get</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> <hr> <span class="nodejs yes"><span>Node.js</span><span>18.0.0+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="dom-headers-getsetcookie"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Headers/getSetCookie" title="The getSetCookie() method of the Headers interface returns an array containing the values of all Set-Cookie headers associated with a response. This allows Headers objects to handle having multiple Set-Cookie headers, which wasn't possible prior to its implementation.">Headers/getSetCookie</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>112+</span></span><span class="safari yes"><span>Safari</span><span>17+</span></span><span class="chrome yes"><span>Chrome</span><span>113+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>113+</span></span> <hr> <span class="edge no"><span>Edge (Legacy)</span><span>?</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> <hr> <span class="nodejs yes"><span>Node.js</span><span>19.7.0+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-headers-has①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Headers/has" title="The has() method of the Headers interface returns a boolean stating whether a Headers object contains a certain header.">Headers/has</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> <hr> <span class="nodejs yes"><span>Node.js</span><span>18.0.0+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-headers-set①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Headers/set" title="The set() method of the Headers interface sets a new value for an existing header inside a Headers object, or adds the header if it does not already exist.">Headers/set</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> <hr> <span class="nodejs yes"><span>Node.js</span><span>18.0.0+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="headers-class"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Headers" title="The Headers interface of the Fetch API allows you to perform various actions on HTTP request and response headers. These actions include retrieving, setting, adding to, and removing headers from the list of the request's headers.">Headers</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> <hr> <span class="nodejs yes"><span>Node.js</span><span>18.0.0+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-request①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/Request" title="The Request() constructor creates a new Request object.">Request/Request</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>40+</span></span> <hr> <span class="opera yes"><span>Opera</span><span>27+</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android yes"><span>Opera Mobile</span><span>27+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-body-arraybuffer①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/arrayBuffer" title="The arrayBuffer() method of the Request interface reads the request body and returns it as a promise that resolves with an ArrayBuffer.">Request/arrayBuffer</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/arrayBuffer" title="The arrayBuffer() method of the Response interface takes a Response stream and reads it to completion. It returns a promise that resolves with an ArrayBuffer.">Response/arrayBuffer</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-body-blob①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/blob" title="The blob() method of the Request interface reads the request body and returns it as a promise that resolves with a Blob.">Request/blob</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/blob" title="The blob() method of the Response interface takes a Response stream and reads it to completion. It returns a promise that resolves with a Blob.">Response/blob</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-body-body①"> <summary><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/body" title="The read-only body property of the Request interface contains a ReadableStream with the body contents that have been added to the request. Note that a request using the GET or HEAD method cannot have a body and null is returned in these cases.">Request/body</a></p> <div class="support"> <span class="firefox no"><span>Firefox</span><span>None</span></span><span class="safari yes"><span>Safari</span><span>11.1+</span></span><span class="chrome yes"><span>Chrome</span><span>105+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>105+</span></span> <hr> <span class="edge no"><span>Edge (Legacy)</span><span>?</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/body" title="The body read-only property of the Response interface is a ReadableStream of the body contents.">Response/body</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>65+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>43+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-body-bodyused①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/bodyUsed" title="The read-only bodyUsed property of the Request interface is a boolean value that indicates whether the request body has been read yet.">Request/bodyUsed</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/bodyUsed" title="The bodyUsed read-only property of the Response interface is a boolean value that indicates whether the body has been read yet.">Response/bodyUsed</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-request-cache②"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/cache" title="The cache read-only property of the Request interface contains the cache mode of the request. It controls how the request will interact with the browser's HTTP cache.">Request/cache</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>48+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>64+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-request-clone①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/clone" title="The clone() method of the Request interface creates a copy of the current Request object.">Request/clone</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>40+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-request-credentials②"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/credentials" title="The credentials read-only property of the Request interface indicates whether the user agent should send or receive cookies from the other domain in the case of cross-origin requests.">Request/credentials</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>40+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-request-destination①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/destination" title="The destination read-only property of the Request interface returns a string describing the type of content being requested.">Request/destination</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>61+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>65+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-body-formdata①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/formData" title="The formData() method of the Request interface reads the request body and returns it as a promise that resolves with a FormData object.">Request/formData</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>14.1+</span></span><span class="chrome yes"><span>Chrome</span><span>60+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge no"><span>Edge (Legacy)</span><span>?</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/formData" title="The formData() method of the Response interface takes a Response stream and reads it to completion. It returns a promise that resolves with a FormData object.">Response/formData</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>14.1+</span></span><span class="chrome yes"><span>Chrome</span><span>60+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge no"><span>Edge (Legacy)</span><span>?</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-request-headers②"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/headers" title="The headers read-only property of the Request interface contains the Headers object associated with the request.">Request/headers</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>40+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-request-integrity②"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/integrity" title="The integrity read-only property of the Request interface contains the subresource integrity value of the request.">Request/integrity</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>51+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>46+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-body-json①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/json" title="The json() method of the Request interface reads the request body and returns it as a promise that resolves with the result of parsing the body text as JSON.">Request/json</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/json" title="The json() method of the Response interface takes a Response stream and reads it to completion. It returns a promise which resolves with the result of parsing the body text as JSON.">Response/json</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-request-method②"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/method" title="The method read-only property of the Request interface contains the request's method (GET, POST, etc.)">Request/method</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>40+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-request-mode②"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/mode" title="The mode read-only property of the Request interface contains the mode of the request (e.g., cors, no-cors, same-origin, navigate or websocket.) This is used to determine if cross-origin requests lead to valid responses, and which properties of the response are readable.">Request/mode</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>40+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-request-redirect②"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/redirect" title="The redirect read-only property of the Request interface contains the mode for how redirects are handled.">Request/redirect</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>43+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>46+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-request-referrer①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/referrer" title="The referrer read-only property of the Request interface is set by the user agent to be the referrer of the Request. (e.g., client, no-referrer, or a URL.)">Request/referrer</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>40+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-request-referrerpolicy②"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/referrerPolicy" title="The referrerPolicy read-only property of the Request interface returns the referrer policy, which governs what referrer information, sent in the Referer header, should be included with the request.">Request/referrerPolicy</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>47+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>52+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android yes"><span>Samsung Internet</span><span>7.2+</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-request-signal②"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/signal" title="The read-only signal property of the Request interface returns the AbortSignal associated with the request.">Request/signal</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>57+</span></span><span class="safari yes"><span>Safari</span><span>12.1+</span></span><span class="chrome yes"><span>Chrome</span><span>66+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>16+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-body-text①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/text" title="The text() method of the Request interface reads the request body and returns it as a promise that resolves with a String. The response is always decoded using UTF-8.">Request/text</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/text" title="The text() method of the Response interface takes a Response stream and reads it to completion. It returns a promise that resolves with a String. The response is always decoded using UTF-8.">Response/text</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-request-url③"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request/url" title="The url read-only property of the Request interface contains the URL of the request.">Request/url</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>40+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android yes"><span>Opera Mobile</span><span>27+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="request-class"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Request" title="The Request interface of the Fetch API represents a resource request.">Request</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> <hr> <span class="nodejs yes"><span>Node.js</span><span>18.0.0+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-response①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/Response" title="The Response() constructor creates a new Response object.">Response/Response</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>40+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-response-clone①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/clone" title="The clone() method of the Response interface creates a clone of a response object, identical in every way, but stored in a different variable.">Response/clone</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>40+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-response-error①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/error_static" title="The error() static method of the Response interface returns a new Response object associated with a network error.">Response/error_static</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>43+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>16+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-response-headers①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/headers" title="The headers read-only property of the Response interface contains the Headers object associated with the response.">Response/headers</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>40+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-response-json①"> <summary><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/json_static" title="The json() static method of the Response interface returns a Response that contains the provided JSON data as body, and a Content-Type header which is set to application/json. The response status, status message, and additional headers can also be set.">Response/json_static</a></p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>115+</span></span><span class="safari no"><span>Safari</span><span>None</span></span><span class="chrome yes"><span>Chrome</span><span>105+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>105+</span></span> <hr> <span class="edge no"><span>Edge (Legacy)</span><span>?</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-response-ok②"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/ok" title="The ok read-only property of the Response interface contains a Boolean stating whether the response was successful (status in the range 200-299) or not.">Response/ok</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-response-redirect①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/redirect_static" title="The redirect() static method of the Response interface returns a Response resulting in a redirect to the specified URL.">Response/redirect_static</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>44+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>16+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-response-redirected①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/redirected" title="The read-only redirected property of the Response interface indicates whether or not the response is the result of a request you made which was redirected.">Response/redirected</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>49+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>57+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>16+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android yes"><span>Android WebView</span><span>60+</span></span><span class="samsunginternet_android yes"><span>Samsung Internet</span><span>8.0+</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-response-status①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/status" title="The status read-only property of the Response interface contains the HTTP status codes of the response.">Response/status</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>40+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-response-statustext①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/statusText" title="The statusText read-only property of the Response interface contains the status message corresponding to the HTTP status code in Response.status.">Response/statusText</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>40+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-response-type①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/type" title="The type read-only property of the Response interface contains the type of the response. It can be one of the following:">Response/type</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>40+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="ref-for-dom-response-url①"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response/url" title="The url read-only property of the Response interface contains the URL of the response. The value of the url property will be the final URL obtained after any redirects.">Response/url</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>40+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="response-class"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Response" title="The Response interface of the Fetch API represents the response to a request.">Response</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> <hr> <span class="nodejs yes"><span>Node.js</span><span>18.0.0+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="fetch-method"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/API/fetch" title="The global fetch() method starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.">fetch</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>39+</span></span><span class="safari yes"><span>Safari</span><span>10.1+</span></span><span class="chrome yes"><span>Chrome</span><span>42+</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>14+</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> <hr> <span class="nodejs yes"><span>Node.js</span><span>18.0.0+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="http-access-control-allow-credentials"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials" title="The Access-Control-Allow-Credentials response header tells browsers whether to expose the response to the frontend JavaScript code when the request's credentials mode (Request.credentials) is include.">Headers/Access-Control-Allow-Credentials</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>3.5+</span></span><span class="safari yes"><span>Safari</span><span>4+</span></span><span class="chrome yes"><span>Chrome</span><span>4+</span></span> <hr> <span class="opera yes"><span>Opera</span><span>12+</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>12+</span></span><span class="ie yes"><span>IE</span><span>10+</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android yes"><span>Chrome for Android</span><span>Yes</span></span><span class="webview_android yes"><span>Android WebView</span><span>2+</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android yes"><span>Opera Mobile</span><span>12+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="http-access-control-allow-headers"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers" title="The Access-Control-Allow-Headers response header is used in response to a preflight request which includes the Access-Control-Request-Headers to indicate which HTTP headers can be used during the actual request.">Headers/Access-Control-Allow-Headers</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>3.5+</span></span><span class="safari yes"><span>Safari</span><span>4+</span></span><span class="chrome yes"><span>Chrome</span><span>4+</span></span> <hr> <span class="opera yes"><span>Opera</span><span>12+</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>12+</span></span><span class="ie yes"><span>IE</span><span>10+</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android yes"><span>Chrome for Android</span><span>Yes</span></span><span class="webview_android yes"><span>Android WebView</span><span>2+</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android yes"><span>Opera Mobile</span><span>12+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="http-access-control-allow-methods"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Methods" title="The Access-Control-Allow-Methods response header specifies one or more methods allowed when accessing a resource in response to a preflight request.">Headers/Access-Control-Allow-Methods</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>3.5+</span></span><span class="safari yes"><span>Safari</span><span>4+</span></span><span class="chrome yes"><span>Chrome</span><span>4+</span></span> <hr> <span class="opera yes"><span>Opera</span><span>12+</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>12+</span></span><span class="ie yes"><span>IE</span><span>10+</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android yes"><span>Chrome for Android</span><span>Yes</span></span><span class="webview_android yes"><span>Android WebView</span><span>2+</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android yes"><span>Opera Mobile</span><span>12+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="http-access-control-allow-origin"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin" title="The Access-Control-Allow-Origin response header indicates whether the response can be shared with requesting code from the given origin.">Headers/Access-Control-Allow-Origin</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>3.5+</span></span><span class="safari yes"><span>Safari</span><span>4+</span></span><span class="chrome yes"><span>Chrome</span><span>4+</span></span> <hr> <span class="opera yes"><span>Opera</span><span>12+</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>12+</span></span><span class="ie yes"><span>IE</span><span>10+</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android yes"><span>Chrome for Android</span><span>Yes</span></span><span class="webview_android yes"><span>Android WebView</span><span>2+</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android yes"><span>Opera Mobile</span><span>12+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="http-access-control-expose-headers"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Expose-Headers" title="The Access-Control-Expose-Headers response header allows a server to indicate which response headers should be made available to scripts running in the browser, in response to a cross-origin request.">Headers/Access-Control-Expose-Headers</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>3.5+</span></span><span class="safari yes"><span>Safari</span><span>4+</span></span><span class="chrome yes"><span>Chrome</span><span>4+</span></span> <hr> <span class="opera yes"><span>Opera</span><span>12+</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>12+</span></span><span class="ie yes"><span>IE</span><span>10+</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android yes"><span>Chrome for Android</span><span>Yes</span></span><span class="webview_android yes"><span>Android WebView</span><span>2+</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android yes"><span>Opera Mobile</span><span>12+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="http-access-control-max-age"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Max-Age" title="The Access-Control-Max-Age response header indicates how long the results of a preflight request (that is the information contained in the Access-Control-Allow-Methods and Access-Control-Allow-Headers headers) can be cached.">Headers/Access-Control-Max-Age</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>3.5+</span></span><span class="safari yes"><span>Safari</span><span>4+</span></span><span class="chrome yes"><span>Chrome</span><span>4+</span></span> <hr> <span class="opera yes"><span>Opera</span><span>12+</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>12+</span></span><span class="ie yes"><span>IE</span><span>10+</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android yes"><span>Chrome for Android</span><span>Yes</span></span><span class="webview_android yes"><span>Android WebView</span><span>2+</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android yes"><span>Opera Mobile</span><span>12+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="http-access-control-request-headers"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Request-Headers" title="The Access-Control-Request-Headers request header is used by browsers when issuing a preflight request to let the server know which HTTP headers the client might send when the actual request is made (such as with setRequestHeader()). The complementary server-side header of Access-Control-Allow-Headers will answer this browser-side header.">Headers/Access-Control-Request-Headers</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>3.5+</span></span><span class="safari yes"><span>Safari</span><span>4+</span></span><span class="chrome yes"><span>Chrome</span><span>4+</span></span> <hr> <span class="opera yes"><span>Opera</span><span>12+</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>12+</span></span><span class="ie yes"><span>IE</span><span>10+</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android yes"><span>Chrome for Android</span><span>Yes</span></span><span class="webview_android yes"><span>Android WebView</span><span>2+</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android yes"><span>Opera Mobile</span><span>12+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="http-access-control-request-method"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Request-Method" title="The Access-Control-Request-Method request header is used by browsers when issuing a preflight request, to let the server know which HTTP method will be used when the actual request is made. This header is necessary as the preflight request is always an OPTIONS and doesn't use the same method as the actual request.">Headers/Access-Control-Request-Method</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>3.5+</span></span><span class="safari yes"><span>Safari</span><span>4+</span></span><span class="chrome yes"><span>Chrome</span><span>4+</span></span> <hr> <span class="opera yes"><span>Opera</span><span>12+</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>12+</span></span><span class="ie yes"><span>IE</span><span>10+</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android yes"><span>Chrome for Android</span><span>Yes</span></span><span class="webview_android yes"><span>Android WebView</span><span>2+</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android yes"><span>Opera Mobile</span><span>12+</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="cross-origin-resource-policy-header"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Resource-Policy" title="The HTTP Cross-Origin-Resource-Policy response header conveys a desire that the browser blocks no-cors cross-origin/cross-site requests to the given resource.">Headers/Cross-Origin-Resource-Policy</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>74+</span></span><span class="safari yes"><span>Safari</span><span>12+</span></span><span class="chrome yes"><span>Chrome</span><span>73+</span></span> <hr> <span class="opera no"><span>Opera</span><span>None</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge no"><span>Edge (Legacy)</span><span>None</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>None</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android yes"><span>Samsung Internet</span><span>11.0+</span></span><span class="opera_android no"><span>Opera Mobile</span><span>None</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="origin-header"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin" title="The Origin request header indicates the origin (scheme, hostname, and port) that caused the request. For example, if a user agent needs to request resources included in a page, or fetched by scripts that it executes, then the origin of the page may be included in the request.">Headers/Origin</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>70+</span></span><span class="safari yes"><span>Safari</span><span>Yes</span></span><span class="chrome yes"><span>Chrome</span><span>Yes</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink yes"><span>Edge</span><span>Yes</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>12+</span></span><span class="ie yes"><span>IE</span><span>Yes</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>?</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="sec-purpose-header"> <summary><b class="less-than-two-engines-flag" title="This feature is in less than two current engines.">⚠</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Purpose" title="The Sec-Purpose fetch metadata request header indicates the purpose for which the requested resource will be used, when that purpose is something other than immediate use by the user-agent.">Headers/Sec-Purpose</a></p> <p class="less-than-two-engines-text">In only one current engine.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>115+</span></span><span class="safari no"><span>Safari</span><span>None</span></span><span class="chrome no"><span>Chrome</span><span>None</span></span> <hr> <span class="opera no"><span>Opera</span><span>?</span></span><span class="edge_blink no"><span>Edge</span><span>None</span></span> <hr> <span class="edge no"><span>Edge (Legacy)</span><span>?</span></span><span class="ie no"><span>IE</span><span>None</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android no"><span>Chrome for Android</span><span>?</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android no"><span>Opera Mobile</span><span>None</span></span> </div> </div> </details> <details class="mdn-anno unpositioned" data-anno-for="x-content-type-options-header"> <summary><b class="all-engines-flag" title="This feature is in all current engines.">✔</b><span>MDN</span></summary> <div class="feature"> <p><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options" title="The X-Content-Type-Options response HTTP header is a marker used by the server to indicate that the MIME types advertised in the Content-Type headers should be followed and not be changed. The header allows you to avoid MIME type sniffing by saying that the MIME types are deliberately configured.">Headers/X-Content-Type-Options</a></p> <p class="all-engines-text">In all current engines.</p> <div class="support"> <span class="firefox yes"><span>Firefox</span><span>50+</span></span><span class="safari yes"><span>Safari</span><span>11+</span></span><span class="chrome yes"><span>Chrome</span><span>64+</span></span> <hr> <span class="opera yes"><span>Opera</span><span>Yes</span></span><span class="edge_blink yes"><span>Edge</span><span>79+</span></span> <hr> <span class="edge yes"><span>Edge (Legacy)</span><span>12+</span></span><span class="ie yes"><span>IE</span><span>8+</span></span> <hr> <span class="firefox_android no"><span>Firefox for Android</span><span>?</span></span><span class="safari_ios no"><span>iOS Safari</span><span>?</span></span><span class="chrome_android yes"><span>Chrome for Android</span><span>64+</span></span><span class="webview_android no"><span>Android WebView</span><span>?</span></span><span class="samsunginternet_android no"><span>Samsung Internet</span><span>?</span></span><span class="opera_android yes"><span>Opera Mobile</span><span>Yes</span></span> </div> </div> </details> <script>/* Boilerplate: script-dom-helper */ "use strict"; function query(sel) { return document.querySelector(sel); } function queryAll(sel) { return [...document.querySelectorAll(sel)]; } function iter(obj) { if(!obj) return []; var it = obj[Symbol.iterator]; if(it) return it; return Object.entries(obj); } function mk(tagname, attrs, ...children) { const el = document.createElement(tagname); for(const [k,v] of iter(attrs)) { if(k.slice(0,3) == "_on") { const eventName = k.slice(3); el.addEventListener(eventName, v); } else if(k[0] == "_") { // property, not attribute el[k.slice(1)] = v; } else { if(v === false || v == null) { continue; } else if(v === true) { el.setAttribute(k, ""); continue; } else { el.setAttribute(k, v); } } } append(el, children); return el; } /* Create shortcuts for every known HTML element */ [ "a", "abbr", "acronym", "address", "applet", "area", "article", "aside", "audio", "b", "base", "basefont", "bdo", "big", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "datalist", "dd", "del", "details", "dfn", "dialog", "div", "dl", "dt", "em", "embed", "fieldset", "figcaption", "figure", "font", "footer", "form", "frame", "frameset", "head", "header", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "html", "i", "iframe", "img", "input", "ins", "kbd", "label", "legend", "li", "link", "main", "map", "mark", "meta", "meter", "nav", "nobr", "noscript", "object", "ol", "optgroup", "option", "output", "p", "param", "pre", "progress", "q", "s", "samp", "script", "section", "select", "small", "source", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "title", "tr", "u", "ul", "var", "video", "wbr", "xmp", ].forEach(tagname=>{ mk[tagname] = (...args) => mk(tagname, ...args); }); function* nodesFromChildList(children) { for(const child of children.flat(Infinity)) { if(child instanceof Node) { yield child; } else { yield new Text(child); } } } function append(el, ...children) { for(const child of nodesFromChildList(children)) { if(el instanceof Node) el.appendChild(child); else el.push(child); } return el; } function insertAfter(el, ...children) { for(const child of nodesFromChildList(children)) { el.parentNode.insertBefore(child, el.nextSibling); } return el; } function clearContents(el) { el.innerHTML = ""; return el; } function parseHTML(markup) { if(markup.toLowerCase().trim().indexOf('<!doctype') === 0) { const doc = document.implementation.createHTMLDocument(""); doc.documentElement.innerHTML = markup; return doc; } else { const el = mk.template({}); el.innerHTML = markup; return el.content; } }</script> <script>/* Boilerplate: script-dfn-panel */ "use strict"; { let dfnPanelData = { "00c57527": {"dfnID":"00c57527","dfnText":"clone a policy container","external":true,"refSections":[{"refs":[{"id":"ref-for-clone-a-policy-container"}],"title":"4. Fetching"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#clone-a-policy-container"}, "0204d188": {"dfnID":"0204d188","dfnText":"size","external":true,"refSections":[{"refs":[{"id":"ref-for-list-size"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-list-size\u2460"}],"title":"5.5. Response class"}],"url":"https://infra.spec.whatwg.org/#list-size"}, "027e3e49": {"dfnID":"027e3e49","dfnText":"clone","external":true,"refSections":[{"refs":[{"id":"ref-for-list-clone"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-list-clone\u2460"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-list-clone\u2461"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-list-clone\u2462"}],"title":"5.4. Request class"}],"url":"https://infra.spec.whatwg.org/#list-clone"}, "0303e8e5": {"dfnID":"0303e8e5","dfnText":"UTF-8 encode","external":true,"refSections":[{"refs":[{"id":"ref-for-utf-8-encode"}],"title":"5.2. BodyInit unions"}],"url":"https://encoding.spec.whatwg.org/#utf-8-encode"}, "03c3f3ed": {"dfnID":"03c3f3ed","dfnText":"identity transform stream","external":true,"refSections":[{"refs":[{"id":"ref-for-identity-transform-stream"}],"title":"4.1. Main fetch"}],"url":"https://streams.spec.whatwg.org/#identity-transform-stream"}, "03da54e6": {"dfnID":"03da54e6","dfnText":"unsafe","external":true,"refSections":[{"refs":[{"id":"ref-for-rfc.section.9.2.1"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"https://httpwg.org/specs/rfc9110.html#rfc.section.9.2.1"}, "0436ba7b": {"dfnID":"0436ba7b","dfnText":"fetch a classic script","external":true,"refSections":[{"refs":[{"id":"ref-for-fetch-a-classic-script"}],"title":"Invoking fetch and processing responses"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-classic-script"}, "0698d556": {"dfnID":"0698d556","dfnText":"string","external":true,"refSections":[{"refs":[{"id":"ref-for-string"}],"title":"2.2. HTTP"},{"refs":[{"id":"ref-for-string\u2460"},{"id":"ref-for-string\u2461"},{"id":"ref-for-string\u2462"}],"title":"2.2.2. Headers"}],"url":"https://infra.spec.whatwg.org/#string"}, "0757a962": {"dfnID":"0757a962","dfnText":"schemelessly same site","external":true,"refSections":[{"refs":[{"id":"ref-for-schemelessly-same-site"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#schemelessly-same-site"}, "07f994bb": {"dfnID":"07f994bb","dfnText":"require-corp","external":true,"refSections":[{"refs":[{"id":"ref-for-coep-require-corp"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#coep-require-corp"}, "0800bdf4": {"dfnID":"0800bdf4","dfnText":"StructuredDeserialize","external":true,"refSections":[{"refs":[{"id":"ref-for-structureddeserialize"}],"title":"2. Infrastructure"}],"url":"https://html.spec.whatwg.org/multipage/structured-data.html#structureddeserialize"}, "085ddd0a": {"dfnID":"085ddd0a","dfnText":"target browsing context","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-environment-target-browsing-context"}],"title":"2.2.5. Requests"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-target-browsing-context"}, "086e3aff": {"dfnID":"086e3aff","dfnText":"origin","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-origin"},{"id":"ref-for-concept-origin\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-origin\u2461"}],"title":"2.5. Resolving domains"},{"refs":[{"id":"ref-for-concept-origin\u2462"},{"id":"ref-for-concept-origin\u2463"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-concept-origin\u2464"}],"title":"2.7. Network partition keys"},{"refs":[{"id":"ref-for-concept-origin\u2465"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-origin\u2466"}],"title":"3.2. CORS protocol"},{"refs":[{"id":"ref-for-concept-origin\u2467"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-origin\u2468"},{"id":"ref-for-concept-origin\u2460\u24ea"}],"title":"CORS protocol and HTTP caches"},{"refs":[{"id":"ref-for-concept-origin\u2460\u2460"}],"title":"Invoking fetch and processing responses"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin"}, "09abaedd": {"dfnID":"09abaedd","dfnText":"Handle Fetch","external":true,"refSections":[{"refs":[{"id":"ref-for-handle-fetch"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-handle-fetch\u2460"}],"title":"4.3. HTTP fetch"}],"url":"https://w3c.github.io/ServiceWorker/#handle-fetch"}, "0a07d90a": {"dfnID":"0a07d90a","dfnText":"piped through","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-pipe-through"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-readablestream-pipe-through\u2460"}],"title":"4.3. HTTP fetch"}],"url":"https://streams.spec.whatwg.org/#readablestream-pipe-through"}, "0e8de730": {"dfnID":"0e8de730","dfnText":"tuple","external":true,"refSections":[{"refs":[{"id":"ref-for-tuple"},{"id":"ref-for-tuple\u2460"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-tuple\u2461"}],"title":"2.2.4. Bodies"}],"url":"https://infra.spec.whatwg.org/#tuple"}, "0e9f636b": {"dfnID":"0e9f636b","dfnText":"DOMHighResTimeStamp","external":true,"refSections":[{"refs":[{"id":"ref-for-dom-domhighrestimestamp"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-dom-domhighrestimestamp\u2460"},{"id":"ref-for-dom-domhighrestimestamp\u2461"}],"title":"2.6. Connections"}],"url":"https://w3c.github.io/hr-time/#dom-domhighrestimestamp"}, "0ee1989a": {"dfnID":"0ee1989a","dfnText":"IP address","external":true,"refSections":[{"refs":[{"id":"ref-for-ip-address"},{"id":"ref-for-ip-address\u2460"},{"id":"ref-for-ip-address\u2461"},{"id":"ref-for-ip-address\u2462"},{"id":"ref-for-ip-address\u2463"}],"title":"2.5. Resolving domains"},{"refs":[{"id":"ref-for-ip-address\u2464"}],"title":"2.6. Connections"}],"url":"https://url.spec.whatwg.org/#ip-address"}, "10502966": {"dfnID":"10502966","dfnText":"unsafe-none","external":true,"refSections":[{"refs":[{"id":"ref-for-coep-unsafe-none"},{"id":"ref-for-coep-unsafe-none\u2460"},{"id":"ref-for-coep-unsafe-none\u2461"},{"id":"ref-for-coep-unsafe-none\u2462"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#coep-unsafe-none"}, "10d9e2a0": {"dfnID":"10d9e2a0","dfnText":"urlencoded parser","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-urlencoded-parser"}],"title":"5.3. Body mixin"}],"url":"https://url.spec.whatwg.org/#concept-urlencoded-parser"}, "1243a891": {"dfnID":"1243a891","dfnText":"exist","external":true,"refSections":[{"refs":[{"id":"ref-for-map-exists"},{"id":"ref-for-map-exists\u2460"},{"id":"ref-for-map-exists\u2461"}],"title":"3.4. `Content-Type` header"},{"refs":[{"id":"ref-for-map-exists\u2462"},{"id":"ref-for-map-exists\u2463"},{"id":"ref-for-map-exists\u2464"},{"id":"ref-for-map-exists\u2465"},{"id":"ref-for-map-exists\u2466"},{"id":"ref-for-map-exists\u2467"},{"id":"ref-for-map-exists\u2468"},{"id":"ref-for-map-exists\u2460\u24ea"},{"id":"ref-for-map-exists\u2460\u2460"},{"id":"ref-for-map-exists\u2460\u2461"},{"id":"ref-for-map-exists\u2460\u2462"},{"id":"ref-for-map-exists\u2460\u2463"},{"id":"ref-for-map-exists\u2460\u2464"},{"id":"ref-for-map-exists\u2460\u2465"},{"id":"ref-for-map-exists\u2460\u2466"},{"id":"ref-for-map-exists\u2460\u2467"},{"id":"ref-for-map-exists\u2460\u2468"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-map-exists\u2461\u24ea"}],"title":"5.5. Response class"}],"url":"https://infra.spec.whatwg.org/#map-exists"}, "12b8dfc0": {"dfnID":"12b8dfc0","dfnText":"current settings object","external":true,"refSections":[{"refs":[{"id":"ref-for-current-settings-object"}],"title":"5.5. Response class"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#current-settings-object"}, "1350df08": {"dfnID":"1350df08","dfnText":"resource fetch algorithm","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-media-load-resource"}],"title":"2.2.2. Headers"}],"url":"https://html.spec.whatwg.org/multipage/media.html#concept-media-load-resource"}, "1422ec4e": {"dfnID":"1422ec4e","dfnText":"interface","external":true,"refSections":[{"refs":[{"id":"ref-for-dfn-interface"}],"title":"Setting up a request"}],"url":"https://webidl.spec.whatwg.org/#dfn-interface"}, "14305455": {"dfnID":"14305455","dfnText":"sendBeacon()","external":true,"refSections":[{"refs":[{"id":"ref-for-dom-navigator-sendbeacon"}],"title":"Invoking fetch and processing responses"}],"url":"https://w3c.github.io/beacon/#dom-navigator-sendbeacon"}, "1441e3bf": {"dfnID":"1441e3bf","dfnText":"name","external":true,"refSections":[{"refs":[{"id":"ref-for-dfn-name"}],"title":"5.3. Body mixin"}],"url":"https://w3c.github.io/FileAPI/#dfn-name"}, "15e48c39": {"dfnID":"15e48c39","dfnText":"set","external":true,"refSections":[{"refs":[{"id":"ref-for-ordered-set"},{"id":"ref-for-ordered-set\u2460"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-ordered-set\u2461"},{"id":"ref-for-ordered-set\u2462"}],"title":"2.5. Resolving domains"},{"refs":[{"id":"ref-for-ordered-set\u2463"}],"title":"2.6. Connections"}],"url":"https://infra.spec.whatwg.org/#ordered-set"}, "16785ec4": {"dfnID":"16785ec4","dfnText":"MIME type","external":true,"refSections":[{"refs":[{"id":"ref-for-mime-type"}],"title":"2.2. HTTP"},{"refs":[{"id":"ref-for-mime-type\u2460"},{"id":"ref-for-mime-type\u2461"},{"id":"ref-for-mime-type\u2462"},{"id":"ref-for-mime-type\u2463"}],"title":"3.4. `Content-Type` header"},{"refs":[{"id":"ref-for-mime-type\u2464"}],"title":"6. data: URLs"}],"url":"https://mimesniff.spec.whatwg.org/#mime-type"}, "16b1470a": {"dfnID":"16b1470a","dfnText":"isomorphic encode","external":true,"refSections":[{"refs":[{"id":"ref-for-isomorphic-encode"},{"id":"ref-for-isomorphic-encode\u2460"},{"id":"ref-for-isomorphic-encode\u2461"},{"id":"ref-for-isomorphic-encode\u2462"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-isomorphic-encode\u2463"},{"id":"ref-for-isomorphic-encode\u2464"},{"id":"ref-for-isomorphic-encode\u2465"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-isomorphic-encode\u2466"},{"id":"ref-for-isomorphic-encode\u2467"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-isomorphic-encode\u2468"},{"id":"ref-for-isomorphic-encode\u2460\u24ea"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-isomorphic-encode\u2460\u2460"}],"title":"5.5. Response class"}],"url":"https://infra.spec.whatwg.org/#isomorphic-encode"}, "16d07e10": {"dfnID":"16d07e10","dfnText":"for each (for list)","external":true,"refSections":[{"refs":[{"id":"ref-for-list-iterate"},{"id":"ref-for-list-iterate\u2460"},{"id":"ref-for-list-iterate\u2461"},{"id":"ref-for-list-iterate\u2462"},{"id":"ref-for-list-iterate\u2463"},{"id":"ref-for-list-iterate\u2464"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-list-iterate\u2465"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-list-iterate\u2466"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-list-iterate\u2467"}],"title":"3.3. `Content-Length` header"},{"refs":[{"id":"ref-for-list-iterate\u2468"}],"title":"3.4. `Content-Type` header"},{"refs":[{"id":"ref-for-list-iterate\u2460\u24ea"},{"id":"ref-for-list-iterate\u2460\u2460"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-list-iterate\u2460\u2461"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-list-iterate\u2460\u2462"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-list-iterate\u2460\u2463"},{"id":"ref-for-list-iterate\u2460\u2464"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-list-iterate\u2460\u2465"}],"title":"5.4. Request class"}],"url":"https://infra.spec.whatwg.org/#list-iterate"}, "17dffeed": {"dfnID":"17dffeed","dfnText":"serializing structured fields","external":true,"refSections":[{"refs":[{"id":"ref-for-text-serialize"}],"title":"2.2.2. Headers"}],"url":"https://httpwg.org/specs/rfc9651.html#text-serialize"}, "198a4eef": {"dfnID":"198a4eef","dfnText":"reason-phrase","external":true,"refSections":[{"refs":[{"id":"ref-for-status.line"}],"title":"5.5. Response class"}],"url":"https://httpwg.org/specs/rfc9112.html#status.line"}, "1a196bc2": {"dfnID":"1a196bc2","dfnText":"parse JSON from bytes","external":true,"refSections":[{"refs":[{"id":"ref-for-parse-json-bytes-to-a-javascript-value"}],"title":"5.3. Body mixin"}],"url":"https://infra.spec.whatwg.org/#parse-json-bytes-to-a-javascript-value"}, "1adcc035": {"dfnID":"1adcc035","dfnText":"abort when","external":true,"refSections":[{"refs":[{"id":"ref-for-abort-when"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-abort-when\u2460"},{"id":"ref-for-abort-when\u2461"}],"title":"4.6. HTTP-network fetch"}],"url":"https://infra.spec.whatwg.org/#abort-when"}, "1b5b1c0c": {"dfnID":"1b5b1c0c","dfnText":"API base URL","external":true,"refSections":[{"refs":[{"id":"ref-for-api-base-url"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-api-base-url\u2460"}],"title":"5.5. Response class"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#api-base-url"}, "1cd74840": {"dfnID":"1cd74840","dfnText":"current age","external":true,"refSections":[{"refs":[{"id":"ref-for-age.calculations"},{"id":"ref-for-age.calculations\u2460"}],"title":"2.2.6. Responses"}],"url":"https://httpwg.org/specs/rfc9111.html#age.calculations"}, "1d2aa117": {"dfnID":"1d2aa117","dfnText":"tuple origin","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-origin-tuple"}],"title":"3.1. `Origin` header"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-tuple"}, "20f4be51": {"dfnID":"20f4be51","dfnText":"structured header","external":true,"refSections":[{"refs":[{"id":"ref-for-something"}],"title":"3.7. `Sec-Purpose` header"}],"url":"https://httpwg.org/specs/rfc9651.html#"}, "218c9455": {"dfnID":"218c9455","dfnText":"username","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-url-username"}],"title":"2.2.5. Requests"}],"url":"https://url.spec.whatwg.org/#concept-url-username"}, "22477314": {"dfnID":"22477314","dfnText":"domain","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-domain"}],"title":"4.1. Main fetch"}],"url":"https://url.spec.whatwg.org/#concept-domain"}, "22b84272": {"dfnID":"22b84272","dfnText":"establish a WebSocket connection","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-websocket-establish"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-concept-websocket-establish\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"concept-websocket-establish"}],"title":"WebSockets"}],"url":"https://websockets.spec.whatwg.org/#concept-websocket-establish"}, "22cb9a16": {"dfnID":"22cb9a16","dfnText":"ByteString","external":true,"refSections":[{"refs":[{"id":"ref-for-idl-ByteString"},{"id":"ref-for-idl-ByteString\u2460"},{"id":"ref-for-idl-ByteString\u2461"},{"id":"ref-for-idl-ByteString\u2462"},{"id":"ref-for-idl-ByteString\u2463"},{"id":"ref-for-idl-ByteString\u2464"},{"id":"ref-for-idl-ByteString\u2465"},{"id":"ref-for-idl-ByteString\u2466"},{"id":"ref-for-idl-ByteString\u2467"},{"id":"ref-for-idl-ByteString\u2468"},{"id":"ref-for-idl-ByteString\u2460\u24ea"},{"id":"ref-for-idl-ByteString\u2460\u2460"},{"id":"ref-for-idl-ByteString\u2460\u2461"},{"id":"ref-for-idl-ByteString\u2460\u2462"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-idl-ByteString\u2460\u2463"},{"id":"ref-for-idl-ByteString\u2460\u2464"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-idl-ByteString\u2460\u2465"},{"id":"ref-for-idl-ByteString\u2460\u2466"}],"title":"5.5. Response class"}],"url":"https://webidl.spec.whatwg.org/#idl-ByteString"}, "24cf98a1": {"dfnID":"24cf98a1","dfnText":"environment","external":true,"refSections":[{"refs":[{"id":"ref-for-environment"},{"id":"ref-for-environment\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-environment\u2461"}],"title":"2.7. Network partition keys"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#environment"}, "2594e562": {"dfnID":"2594e562","dfnText":"navigate","external":true,"refSections":[{"refs":[{"id":"ref-for-navigate"}],"title":"4.2. Scheme fetch"}],"url":"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate"}, "26d9087e": {"dfnID":"26d9087e","dfnText":"absolute-URL-with-fragment string","external":true,"refSections":[{"refs":[{"id":"ref-for-absolute-url-with-fragment-string"}],"title":"2.2.6. Responses"}],"url":"https://url.spec.whatwg.org/#absolute-url-with-fragment-string"}, "26f7c6bf": {"dfnID":"26f7c6bf","dfnText":"slice blob","external":true,"refSections":[{"refs":[{"id":"ref-for-slice-blob"},{"id":"ref-for-slice-blob\u2460"},{"id":"ref-for-slice-blob\u2461"}],"title":"4.2. Scheme fetch"}],"url":"https://w3c.github.io/FileAPI/#slice-blob"}, "27402d04": {"dfnID":"27402d04","dfnText":"coarsened shared current time","external":true,"refSections":[{"refs":[{"id":"ref-for-dfn-coarsened-shared-current-time"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-dfn-coarsened-shared-current-time\u2460"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-dfn-coarsened-shared-current-time\u2461"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-dfn-coarsened-shared-current-time\u2462"},{"id":"ref-for-dfn-coarsened-shared-current-time\u2463"}],"title":"4.6. HTTP-network fetch"}],"url":"https://w3c.github.io/hr-time/#dfn-coarsened-shared-current-time"}, "27d9b7ea": {"dfnID":"27d9b7ea","dfnText":"element","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-element"}],"title":"Setting up a request"}],"url":"https://dom.spec.whatwg.org/#concept-element"}, "28e64574": {"dfnID":"28e64574","dfnText":"abort reason","external":true,"refSections":[{"refs":[{"id":"ref-for-abortsignal-abort-reason"},{"id":"ref-for-abortsignal-abort-reason\u2460"},{"id":"ref-for-abortsignal-abort-reason\u2461"}],"title":"5.6. Fetch method"}],"url":"https://dom.spec.whatwg.org/#abortsignal-abort-reason"}, "28ef792c": {"dfnID":"28ef792c","dfnText":"Sending a Validation Request","external":true,"refSections":[{"refs":[{"id":"ref-for-validation.sent"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"https://httpwg.org/specs/rfc9111.html#validation.sent"}, "2a7798d8": {"dfnID":"2a7798d8","dfnText":"set up","external":true,"refSections":[{"refs":[{"id":"ref-for-transformstream-set-up"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-transformstream-set-up\u2460"}],"title":"4.3. HTTP fetch"}],"url":"https://streams.spec.whatwg.org/#transformstream-set-up"}, "2c6fd92e": {"dfnID":"2c6fd92e","dfnText":"top-level creation URL","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-environment-top-level-creation-url"}],"title":"2.7. Network partition keys"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-creation-url"}, "2d09a0dd": {"dfnID":"2d09a0dd","dfnText":"referrer policy","external":true,"refSections":[{"refs":[{"id":"ref-for-referrer-policy"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-referrer-policy\u2460"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-referrer-policy\u2461"}],"title":"Setting up a request"}],"url":"https://w3c.github.io/webappsec-referrer-policy/#referrer-policy"}, "2d5a2765": {"dfnID":"2d5a2765","dfnText":"ASCII string","external":true,"refSections":[{"refs":[{"id":"ref-for-ascii-string"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-ascii-string\u2460"}],"title":"2.2.6. Responses"}],"url":"https://infra.spec.whatwg.org/#ascii-string"}, "2f8afbfe": {"dfnID":"2f8afbfe","dfnText":"ArrayBuffer","external":true,"refSections":[{"refs":[{"id":"ref-for-idl-ArrayBuffer"},{"id":"ref-for-idl-ArrayBuffer\u2460"},{"id":"ref-for-idl-ArrayBuffer\u2461"}],"title":"5.3. Body mixin"}],"url":"https://webidl.spec.whatwg.org/#idl-ArrayBuffer"}, "3111c473": {"dfnID":"3111c473","dfnText":"minimize a supported MIME type","external":true,"refSections":[{"refs":[{"id":"ref-for-minimize-a-supported-mime-type"}],"title":"4.1. Main fetch"}],"url":"https://mimesniff.spec.whatwg.org/#minimize-a-supported-mime-type"}, "32132694": {"dfnID":"32132694","dfnText":"realm","external":true,"refSections":[{"refs":[{"id":"ref-for-realm"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-realm\u2460"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-realm\u2461"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-realm\u2462"}],"title":"5.5. Response class"}],"url":"https://tc39.es/ecma262/#realm"}, "3349d69f": {"dfnID":"3349d69f","dfnText":"associated Document","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-document-window"}],"title":"2.2.5. Requests"}],"url":"https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window"}, "348e9cc6": {"dfnID":"348e9cc6","dfnText":"field-name","external":true,"refSections":[{"refs":[{"id":"ref-for-fields.names"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-fields.names\u2460"},{"id":"ref-for-fields.names\u2461"},{"id":"ref-for-fields.names\u2462"}],"title":"3.2.4. HTTP new-header syntax"}],"url":"https://httpwg.org/specs/rfc9110.html#fields.names"}, "35972864": {"dfnID":"35972864","dfnText":"active document","external":true,"refSections":[{"refs":[{"id":"ref-for-nav-document"}],"title":"2.2.5. Requests"}],"url":"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document"}, "35f3967f": {"dfnID":"35f3967f","dfnText":"create (for ArrayBuffer)","external":true,"refSections":[{"refs":[{"id":"ref-for-arraybuffer-create"}],"title":"5.3. Body mixin"}],"url":"https://webidl.spec.whatwg.org/#arraybuffer-create"}, "36333997": {"dfnID":"36333997","dfnText":"length","external":true,"refSections":[{"refs":[{"id":"ref-for-byte-sequence-length"},{"id":"ref-for-byte-sequence-length\u2460"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-byte-sequence-length\u2461"},{"id":"ref-for-byte-sequence-length\u2462"},{"id":"ref-for-byte-sequence-length\u2463"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-byte-sequence-length\u2464"}],"title":"5.2. BodyInit unions"}],"url":"https://infra.spec.whatwg.org/#byte-sequence-length"}, "3a711be7": {"dfnID":"3a711be7","dfnText":"scheme","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-url-scheme"}],"title":"2.1. URL"},{"refs":[{"id":"ref-for-concept-url-scheme\u2460"}],"title":"2.9. Port blocking"},{"refs":[{"id":"ref-for-concept-url-scheme\u2461"},{"id":"ref-for-concept-url-scheme\u2462"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-url-scheme\u2463"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-url-scheme\u2464"},{"id":"ref-for-concept-url-scheme\u2465"},{"id":"ref-for-concept-url-scheme\u2466"},{"id":"ref-for-concept-url-scheme\u2467"},{"id":"ref-for-concept-url-scheme\u2468"},{"id":"ref-for-concept-url-scheme\u2460\u24ea"},{"id":"ref-for-concept-url-scheme\u2460\u2460"},{"id":"ref-for-concept-url-scheme\u2460\u2461"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-url-scheme\u2460\u2462"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-url-scheme\u2460\u2463"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-url-scheme\u2460\u2464"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-url-scheme\u2460\u2465"}],"title":"6. data: URLs"}],"url":"https://url.spec.whatwg.org/#concept-url-scheme"}, "3aec4bbc": {"dfnID":"3aec4bbc","dfnText":"current realm","external":true,"refSections":[{"refs":[{"id":"ref-for-current-realm"},{"id":"ref-for-current-realm\u2460"},{"id":"ref-for-current-realm\u2461"}],"title":"5.5. Response class"}],"url":"https://tc39.es/ecma262/#current-realm"}, "3af29886": {"dfnID":"3af29886","dfnText":"flushAlgorithm","external":true,"refSections":[{"refs":[{"id":"ref-for-transformstream-set-up-flushalgorithm"}],"title":"4.1. Main fetch"}],"url":"https://streams.spec.whatwg.org/#transformstream-set-up-flushalgorithm"}, "3aff2fb3": {"dfnID":"3aff2fb3","dfnText":"BufferSource","external":true,"refSections":[{"refs":[{"id":"ref-for-BufferSource"},{"id":"ref-for-BufferSource\u2460"}],"title":"5.2. BodyInit unions"}],"url":"https://webidl.spec.whatwg.org/#BufferSource"}, "3b38c2fe": {"dfnID":"3b38c2fe","dfnText":"ASCII digit","external":true,"refSections":[{"refs":[{"id":"ref-for-ascii-digit"},{"id":"ref-for-ascii-digit\u2460"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-ascii-digit\u2461"}],"title":"3.3. `Content-Length` header"}],"url":"https://infra.spec.whatwg.org/#ascii-digit"}, "3b90bdcd": {"dfnID":"3b90bdcd","dfnText":"resolve","external":true,"refSections":[{"refs":[{"id":"ref-for-resolve"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-resolve\u2460"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-resolve\u2461"}],"title":"5.6. Fetch method"}],"url":"https://webidl.spec.whatwg.org/#resolve"}, "3bd18bd6": {"dfnID":"3bd18bd6","dfnText":"error","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-error"},{"id":"ref-for-readablestream-error\u2460"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-readablestream-error\u2461"}],"title":"5.6. Fetch method"}],"url":"https://streams.spec.whatwg.org/#readablestream-error"}, "3c4ba245": {"dfnID":"3c4ba245","dfnText":"multipart/form-data boundary string","external":true,"refSections":[{"refs":[{"id":"ref-for-multipart%2Fform-data-boundary-string"}],"title":"5.2. BodyInit unions"}],"url":"https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart%2Fform-data-boundary-string"}, "3d877348": {"dfnID":"3d877348","dfnText":"Should fetching request be blocked as mixed content?","external":true,"refSections":[{"refs":[{"id":"ref-for-should-block-fetch"}],"title":"4.1. Main fetch"}],"url":"https://w3c.github.io/webappsec-mixed-content/#should-block-fetch"}, "3de9e659": {"dfnID":"3de9e659","dfnText":"byte sequence","external":true,"refSections":[{"refs":[{"id":"ref-for-byte-sequence"}],"title":"2.2.1. Methods"},{"refs":[{"id":"ref-for-byte-sequence\u2460"},{"id":"ref-for-byte-sequence\u2461"},{"id":"ref-for-byte-sequence\u2462"},{"id":"ref-for-byte-sequence\u2463"},{"id":"ref-for-byte-sequence\u2464"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-byte-sequence\u2465"},{"id":"ref-for-byte-sequence\u2466"},{"id":"ref-for-byte-sequence\u2467"},{"id":"ref-for-byte-sequence\u2468"},{"id":"ref-for-byte-sequence\u2460\u24ea"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-byte-sequence\u2460\u2460"},{"id":"ref-for-byte-sequence\u2460\u2461"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-byte-sequence\u2460\u2462"},{"id":"ref-for-byte-sequence\u2460\u2463"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-byte-sequence\u2460\u2464"},{"id":"ref-for-byte-sequence\u2460\u2465"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-byte-sequence\u2460\u2466"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-byte-sequence\u2460\u2467"}],"title":"4.8. CORS-preflight cache"},{"refs":[{"id":"ref-for-byte-sequence\u2460\u2468"},{"id":"ref-for-byte-sequence\u2461\u24ea"},{"id":"ref-for-byte-sequence\u2461\u2460"},{"id":"ref-for-byte-sequence\u2461\u2461"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-byte-sequence\u2461\u2462"},{"id":"ref-for-byte-sequence\u2461\u2463"},{"id":"ref-for-byte-sequence\u2461\u2464"},{"id":"ref-for-byte-sequence\u2461\u2465"},{"id":"ref-for-byte-sequence\u2461\u2466"},{"id":"ref-for-byte-sequence\u2461\u2467"},{"id":"ref-for-byte-sequence\u2461\u2468"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-byte-sequence\u2462\u24ea"}],"title":"6. data: URLs"},{"refs":[{"id":"ref-for-byte-sequence\u2462\u2460"}],"title":"Setting up a request"},{"refs":[{"id":"ref-for-byte-sequence\u2462\u2461"},{"id":"ref-for-byte-sequence\u2462\u2462"},{"id":"ref-for-byte-sequence\u2462\u2463"},{"id":"ref-for-byte-sequence\u2462\u2464"}],"title":"Invoking fetch and processing responses"}],"url":"https://infra.spec.whatwg.org/#byte-sequence"}, "3e0b5f4d": {"dfnID":"3e0b5f4d","dfnText":"byte-uppercase","external":true,"refSections":[{"refs":[{"id":"ref-for-byte-uppercase"}],"title":"2.2.1. Methods"}],"url":"https://infra.spec.whatwg.org/#byte-uppercase"}, "3e12e042": {"dfnID":"3e12e042","dfnText":"environment settings object","external":true,"refSections":[{"refs":[{"id":"ref-for-environment-settings-object"},{"id":"ref-for-environment-settings-object\u2460"},{"id":"ref-for-environment-settings-object\u2461"},{"id":"ref-for-environment-settings-object\u2462"},{"id":"ref-for-environment-settings-object\u2463"},{"id":"ref-for-environment-settings-object\u2464"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-environment-settings-object\u2465"}],"title":"2.4. Fetch groups"},{"refs":[{"id":"ref-for-environment-settings-object\u2466"},{"id":"ref-for-environment-settings-object\u2467"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-environment-settings-object\u2468"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-environment-settings-object\u2460\u24ea"},{"id":"ref-for-environment-settings-object\u2460\u2460"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-environment-settings-object\u2460\u2461"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-environment-settings-object\u2460\u2462"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-environment-settings-object\u2460\u2463"},{"id":"ref-for-environment-settings-object\u2460\u2464"}],"title":"Setting up a request"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object"}, "3e2ce8c6": {"dfnID":"3e2ce8c6","dfnText":"consume a preloaded resource","external":true,"refSections":[{"refs":[{"id":"ref-for-consume-a-preloaded-resource"}],"title":"4. Fetching"}],"url":"https://html.spec.whatwg.org/multipage/links.html#consume-a-preloaded-resource"}, "4013a022": {"dfnID":"4013a022","dfnText":"this","external":true,"refSections":[{"refs":[{"id":"ref-for-this"},{"id":"ref-for-this\u2460"},{"id":"ref-for-this\u2461"},{"id":"ref-for-this\u2462"},{"id":"ref-for-this\u2463"},{"id":"ref-for-this\u2464"},{"id":"ref-for-this\u2465"},{"id":"ref-for-this\u2466"},{"id":"ref-for-this\u2467"},{"id":"ref-for-this\u2468"},{"id":"ref-for-this\u2460\u24ea"},{"id":"ref-for-this\u2460\u2460"},{"id":"ref-for-this\u2460\u2461"},{"id":"ref-for-this\u2460\u2462"},{"id":"ref-for-this\u2460\u2463"},{"id":"ref-for-this\u2460\u2464"},{"id":"ref-for-this\u2460\u2465"},{"id":"ref-for-this\u2460\u2466"},{"id":"ref-for-this\u2460\u2467"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-this\u2460\u2468"},{"id":"ref-for-this\u2461\u24ea"},{"id":"ref-for-this\u2461\u2460"},{"id":"ref-for-this\u2461\u2461"},{"id":"ref-for-this\u2461\u2462"},{"id":"ref-for-this\u2461\u2463"},{"id":"ref-for-this\u2461\u2464"},{"id":"ref-for-this\u2461\u2465"},{"id":"ref-for-this\u2461\u2466"},{"id":"ref-for-this\u2461\u2467"},{"id":"ref-for-this\u2461\u2468"},{"id":"ref-for-this\u2462\u24ea"},{"id":"ref-for-this\u2462\u2460"},{"id":"ref-for-this\u2462\u2461"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-this\u2462\u2462"},{"id":"ref-for-this\u2462\u2463"},{"id":"ref-for-this\u2462\u2464"},{"id":"ref-for-this\u2462\u2465"},{"id":"ref-for-this\u2462\u2466"},{"id":"ref-for-this\u2462\u2467"},{"id":"ref-for-this\u2462\u2468"},{"id":"ref-for-this\u2463\u24ea"},{"id":"ref-for-this\u2463\u2460"},{"id":"ref-for-this\u2463\u2461"},{"id":"ref-for-this\u2463\u2462"},{"id":"ref-for-this\u2463\u2463"},{"id":"ref-for-this\u2463\u2464"},{"id":"ref-for-this\u2463\u2465"},{"id":"ref-for-this\u2463\u2466"},{"id":"ref-for-this\u2463\u2467"},{"id":"ref-for-this\u2463\u2468"},{"id":"ref-for-this\u2464\u24ea"},{"id":"ref-for-this\u2464\u2460"},{"id":"ref-for-this\u2464\u2461"},{"id":"ref-for-this\u2464\u2462"},{"id":"ref-for-this\u2464\u2463"},{"id":"ref-for-this\u2464\u2464"},{"id":"ref-for-this\u2464\u2465"},{"id":"ref-for-this\u2464\u2466"},{"id":"ref-for-this\u2464\u2467"},{"id":"ref-for-this\u2464\u2468"},{"id":"ref-for-this\u2465\u24ea"},{"id":"ref-for-this\u2465\u2460"},{"id":"ref-for-this\u2465\u2461"},{"id":"ref-for-this\u2465\u2462"},{"id":"ref-for-this\u2465\u2463"},{"id":"ref-for-this\u2465\u2464"},{"id":"ref-for-this\u2465\u2465"},{"id":"ref-for-this\u2465\u2466"},{"id":"ref-for-this\u2465\u2467"},{"id":"ref-for-this\u2465\u2468"},{"id":"ref-for-this\u2466\u24ea"},{"id":"ref-for-this\u2466\u2460"},{"id":"ref-for-this\u2466\u2461"},{"id":"ref-for-this\u2466\u2462"},{"id":"ref-for-this\u2466\u2463"},{"id":"ref-for-this\u2466\u2464"},{"id":"ref-for-this\u2466\u2465"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-this\u2466\u2466"},{"id":"ref-for-this\u2466\u2467"},{"id":"ref-for-this\u2466\u2468"},{"id":"ref-for-this\u2467\u24ea"},{"id":"ref-for-this\u2467\u2460"},{"id":"ref-for-this\u2467\u2461"},{"id":"ref-for-this\u2467\u2462"},{"id":"ref-for-this\u2467\u2463"},{"id":"ref-for-this\u2467\u2464"},{"id":"ref-for-this\u2467\u2465"},{"id":"ref-for-this\u2467\u2466"},{"id":"ref-for-this\u2467\u2467"},{"id":"ref-for-this\u2467\u2468"},{"id":"ref-for-this\u2468\u24ea"},{"id":"ref-for-this\u2468\u2460"},{"id":"ref-for-this\u2468\u2461"},{"id":"ref-for-this\u2468\u2462"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-this\u2468\u2463"}],"title":"5.6. Fetch method"},{"refs":[{"id":"ref-for-this\u2468\u2464"},{"id":"ref-for-this\u2468\u2465"},{"id":"ref-for-this\u2468\u2466"}],"title":"Invoking fetch and processing responses"}],"url":"https://webidl.spec.whatwg.org/#this"}, "41d0ebd7": {"dfnID":"41d0ebd7","dfnText":"errored","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-errored"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-readablestream-errored\u2460"}],"title":"5.2. BodyInit unions"}],"url":"https://streams.spec.whatwg.org/#readablestream-errored"}, "42a03705": {"dfnID":"42a03705","dfnText":"value pairs to iterate over","external":true,"refSections":[{"refs":[{"id":"ref-for-dfn-value-pairs-to-iterate-over"}],"title":"5.1. Headers class"}],"url":"https://webidl.spec.whatwg.org/#dfn-value-pairs-to-iterate-over"}, "42f97769": {"dfnID":"42f97769","dfnText":"pullAlgorithm","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-set-up-pullalgorithm"}],"title":"4.6. HTTP-network fetch"}],"url":"https://streams.spec.whatwg.org/#readablestream-set-up-pullalgorithm"}, "4338c067": {"dfnID":"4338c067","dfnText":"embedder policy value","external":true,"refSections":[{"refs":[{"id":"ref-for-embedder-policy-value"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-value"}, "43ac8374": {"dfnID":"43ac8374","dfnText":"origin (for environment settings object)","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-settings-object-origin"},{"id":"ref-for-concept-settings-object-origin\u2460"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-settings-object-origin\u2461"},{"id":"ref-for-concept-settings-object-origin\u2462"}],"title":"5.4. Request class"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin"}, "43d35049": {"dfnID":"43d35049","dfnText":"chunk steps","external":true,"refSections":[{"refs":[{"id":"ref-for-read-request-chunk-steps"}],"title":"2.2.4. Bodies"}],"url":"https://streams.spec.whatwg.org/#read-request-chunk-steps"}, "43e1db05": {"dfnID":"43e1db05","dfnText":"includes credentials","external":true,"refSections":[{"refs":[{"id":"ref-for-include-credentials"},{"id":"ref-for-include-credentials\u2460"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-include-credentials\u2461"},{"id":"ref-for-include-credentials\u2462"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-include-credentials\u2463"}],"title":"5.4. Request class"}],"url":"https://url.spec.whatwg.org/#include-credentials"}, "4409e8ce": {"dfnID":"4409e8ce","dfnText":"getReader()","external":true,"refSections":[{"refs":[{"id":"ref-for-rs-get-reader"}],"title":"5.7. Garbage collection"}],"url":"https://streams.spec.whatwg.org/#rs-get-reader"}, "450958f7": {"dfnID":"450958f7","dfnText":"unsigned short","external":true,"refSections":[{"refs":[{"id":"ref-for-idl-unsigned-short"},{"id":"ref-for-idl-unsigned-short\u2460"},{"id":"ref-for-idl-unsigned-short\u2461"}],"title":"5.5. Response class"}],"url":"https://webidl.spec.whatwg.org/#idl-unsigned-short"}, "45209803": {"dfnID":"45209803","dfnText":"for each (for map)","external":true,"refSections":[{"refs":[{"id":"ref-for-map-iterate"}],"title":"5.1. Headers class"}],"url":"https://infra.spec.whatwg.org/#map-iterate"}, "45e5c0e5": {"dfnID":"45e5c0e5","dfnText":"readable","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-readable"},{"id":"ref-for-readablestream-readable\u2460"},{"id":"ref-for-readablestream-readable\u2461"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-readablestream-readable\u2462"},{"id":"ref-for-readablestream-readable\u2463"}],"title":"5.6. Fetch method"}],"url":"https://streams.spec.whatwg.org/#readablestream-readable"}, "473036cd": {"dfnID":"473036cd","dfnText":"cross-origin isolated capability","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-settings-object-cross-origin-isolated-capability"}],"title":"4. Fetching"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-cross-origin-isolated-capability"}, "47e93e3e": {"dfnID":"47e93e3e","dfnText":"TransformStream","external":true,"refSections":[{"refs":[{"id":"ref-for-transformstream"},{"id":"ref-for-transformstream\u2460"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-transformstream\u2461"}],"title":"4.3. HTTP fetch"}],"url":"https://streams.spec.whatwg.org/#transformstream"}, "48438eb3": {"dfnID":"48438eb3","dfnText":"queue a global task","external":true,"refSections":[{"refs":[{"id":"ref-for-queue-a-global-task"}],"title":"2. Infrastructure"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task"}, "4b6086d7": {"dfnID":"4b6086d7","dfnText":"global object","external":true,"refSections":[{"refs":[{"id":"ref-for-global-object"},{"id":"ref-for-global-object\u2460"},{"id":"ref-for-global-object\u2461"},{"id":"ref-for-global-object\u2462"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-global-object\u2463"},{"id":"ref-for-global-object\u2464"},{"id":"ref-for-global-object\u2465"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-global-object\u2466"}],"title":"4.1. Main fetch"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#global-object"}, "4eb8f82a": {"dfnID":"4eb8f82a","dfnText":"service worker timing info","external":true,"refSections":[{"refs":[{"id":"ref-for-service-worker-timing-info"}],"title":"2.2.6. Responses"}],"url":"https://w3c.github.io/ServiceWorker/#service-worker-timing-info"}, "4ff71fe9": {"dfnID":"4ff71fe9","dfnText":"stale-while-revalidate lifetime","external":true,"refSections":[{"refs":[{"id":"ref-for-n-the-stale-while-revalidate-cache-control-extension"}],"title":"2.2.6. Responses"}],"url":"https://httpwg.org/specs/rfc5861.html#n-the-stale-while-revalidate-cache-control-extension"}, "5216e1a0": {"dfnID":"5216e1a0","dfnText":"node document","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-node-document"}],"title":"Setting up a request"}],"url":"https://dom.spec.whatwg.org/#concept-node-document"}, "53275e46": {"dfnID":"53275e46","dfnText":"append (for list)","external":true,"refSections":[{"refs":[{"id":"ref-for-list-append"},{"id":"ref-for-list-append\u2460"},{"id":"ref-for-list-append\u2461"},{"id":"ref-for-list-append\u2462"},{"id":"ref-for-list-append\u2463"},{"id":"ref-for-list-append\u2464"},{"id":"ref-for-list-append\u2465"},{"id":"ref-for-list-append\u2466"},{"id":"ref-for-list-append\u2467"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-list-append\u2468"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-list-append\u2460\u24ea"}],"title":"4.8. CORS-preflight cache"}],"url":"https://infra.spec.whatwg.org/#list-append"}, "535dd335": {"dfnID":"535dd335","dfnText":"aborted","external":true,"refSections":[{"refs":[{"id":"ref-for-abortsignal-aborted"}],"title":"5.6. Fetch method"}],"url":"https://dom.spec.whatwg.org/#abortsignal-aborted"}, "5372cca8": {"dfnID":"5372cca8","dfnText":"boolean","external":true,"refSections":[{"refs":[{"id":"ref-for-idl-boolean"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-idl-boolean\u2460"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-idl-boolean\u2461"},{"id":"ref-for-idl-boolean\u2462"},{"id":"ref-for-idl-boolean\u2463"},{"id":"ref-for-idl-boolean\u2464"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-idl-boolean\u2465"},{"id":"ref-for-idl-boolean\u2466"}],"title":"5.5. Response class"}],"url":"https://webidl.spec.whatwg.org/#idl-boolean"}, "5442ea33": {"dfnID":"5442ea33","dfnText":"URL serializer","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-url-serializer"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-url-serializer\u2460"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-url-serializer\u2461"},{"id":"ref-for-concept-url-serializer\u2462"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-url-serializer\u2463"},{"id":"ref-for-concept-url-serializer\u2464"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-concept-url-serializer\u2465"}],"title":"6. data: URLs"}],"url":"https://url.spec.whatwg.org/#concept-url-serializer"}, "54627f47": {"dfnID":"54627f47","dfnText":"starts with (for string)","external":true,"refSections":[{"refs":[{"id":"ref-for-string-starts-with"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-string-starts-with\u2460"}],"title":"2.10. Should\nresponse to request be blocked due to its MIME type?"},{"refs":[{"id":"ref-for-string-starts-with\u2461"}],"title":"6. data: URLs"}],"url":"https://infra.spec.whatwg.org/#string-starts-with"}, "5655d36f": {"dfnID":"5655d36f","dfnText":"error steps","external":true,"refSections":[{"refs":[{"id":"ref-for-read-request-error-steps"}],"title":"2.2.4. Bodies"}],"url":"https://streams.spec.whatwg.org/#read-request-error-steps"}, "5662e806": {"dfnID":"5662e806","dfnText":"Should response to request be blocked by Content Security Policy?","external":true,"refSections":[{"refs":[{"id":"ref-for-should-block-response\u2460"}],"title":"4.1. Main fetch"}],"url":"https://w3c.github.io/webappsec-csp/#should-block-response"}, "56f81a8e": {"dfnID":"56f81a8e","dfnText":"new","external":true,"refSections":[{"refs":[{"id":"ref-for-new"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-new\u2460"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-new\u2461"},{"id":"ref-for-new\u2462"},{"id":"ref-for-new\u2463"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-new\u2464"},{"id":"ref-for-new\u2465"},{"id":"ref-for-new\u2466"}],"title":"5.5. Response class"}],"url":"https://webidl.spec.whatwg.org/#new"}, "582251ac": {"dfnID":"582251ac","dfnText":"Record","external":true,"refSections":[{"refs":[{"id":"ref-for-sec-list-and-record-specification-type"},{"id":"ref-for-sec-list-and-record-specification-type\u2460"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-sec-list-and-record-specification-type\u2461"}],"title":"5.1. Headers class"}],"url":"https://tc39.es/ecma262/#sec-list-and-record-specification-type"}, "593deb55": {"dfnID":"593deb55","dfnText":"enqueue (for TransformStream)","external":true,"refSections":[{"refs":[{"id":"ref-for-transformstream-enqueue"}],"title":"4.1. Main fetch"}],"url":"https://streams.spec.whatwg.org/#transformstream-enqueue"}, "5991ccfb": {"dfnID":"5991ccfb","dfnText":"relevant realm","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-relevant-realm"},{"id":"ref-for-concept-relevant-realm\u2460"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-concept-relevant-realm\u2461"},{"id":"ref-for-concept-relevant-realm\u2462"},{"id":"ref-for-concept-relevant-realm\u2463"},{"id":"ref-for-concept-relevant-realm\u2464"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-relevant-realm\u2465"},{"id":"ref-for-concept-relevant-realm\u2466"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-concept-relevant-realm\u2467"}],"title":"5.6. Fetch method"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm"}, "59ed4e57": {"dfnID":"59ed4e57","dfnText":"ReadableStream","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-readablestream\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-readablestream\u2461"},{"id":"ref-for-readablestream\u2462"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-readablestream\u2463"},{"id":"ref-for-readablestream\u2464"},{"id":"ref-for-readablestream\u2465"},{"id":"ref-for-readablestream\u2466"},{"id":"ref-for-readablestream\u2467"},{"id":"ref-for-readablestream\u2468"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-readablestream\u2460\u24ea"},{"id":"ref-for-readablestream\u2460\u2460"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-readablestream\u2460\u2461"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-readablestream\u2460\u2462"}],"title":"Setting up a request"}],"url":"https://streams.spec.whatwg.org/#readablestream"}, "5afbefcd": {"dfnID":"5afbefcd","dfnText":"item (for list)","external":true,"refSections":[{"refs":[{"id":"ref-for-list-item"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-list-item\u2460"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-list-item\u2461"},{"id":"ref-for-list-item\u2462"}],"title":"4.7. CORS-preflight fetch"}],"url":"https://infra.spec.whatwg.org/#list-item"}, "5b3ad2ec": {"dfnID":"5b3ad2ec","dfnText":"report only value","external":true,"refSections":[{"refs":[{"id":"ref-for-embedder-policy-report-only-value"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-report-only-value"}, "5b8ceec9": {"dfnID":"5b8ceec9","dfnText":"pull from bytes","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-pull-from-bytes"}],"title":"4.6. HTTP-network fetch"}],"url":"https://streams.spec.whatwg.org/#readablestream-pull-from-bytes"}, "5c812577": {"dfnID":"5c812577","dfnText":"Set request's referrer policy on redirect","external":true,"refSections":[{"refs":[{"id":"ref-for-set-requests-referrer-policy-on-redirect"}],"title":"4.4. HTTP-redirect fetch"}],"url":"https://w3c.github.io/webappsec-referrer-policy/#set-requests-referrer-policy-on-redirect"}, "5d7209e9": {"dfnID":"5d7209e9","dfnText":"Window","external":true,"refSections":[{"refs":[{"id":"ref-for-window"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-window\u2460"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-window\u2461"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-window\u2462"}],"title":"Setting up a request"}],"url":"https://html.spec.whatwg.org/multipage/nav-history-apis.html#window"}, "5f6d392d": {"dfnID":"5f6d392d","dfnText":"WindowOrWorkerGlobalScope","external":true,"refSections":[{"refs":[{"id":"ref-for-windoworworkerglobalscope"}],"title":"5.6. Fetch method"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#windoworworkerglobalscope"}, "5f90bbfb": {"dfnID":"5f90bbfb","dfnText":"undefined","external":true,"refSections":[{"refs":[{"id":"ref-for-idl-undefined"},{"id":"ref-for-idl-undefined\u2460"},{"id":"ref-for-idl-undefined\u2461"}],"title":"5.1. Headers class"}],"url":"https://webidl.spec.whatwg.org/#idl-undefined"}, "5fb1ed8a": {"dfnID":"5fb1ed8a","dfnText":"ASCII whitespace","external":true,"refSections":[{"refs":[{"id":"ref-for-ascii-whitespace"},{"id":"ref-for-ascii-whitespace\u2460"}],"title":"2.2. HTTP"}],"url":"https://infra.spec.whatwg.org/#ascii-whitespace"}, "60184fa5": {"dfnID":"60184fa5","dfnText":"collecting a sequence of code points","external":true,"refSections":[{"refs":[{"id":"ref-for-collect-a-sequence-of-code-points"}],"title":"2.2. HTTP"},{"refs":[{"id":"ref-for-collect-a-sequence-of-code-points\u2460"},{"id":"ref-for-collect-a-sequence-of-code-points\u2461"},{"id":"ref-for-collect-a-sequence-of-code-points\u2462"},{"id":"ref-for-collect-a-sequence-of-code-points\u2463"},{"id":"ref-for-collect-a-sequence-of-code-points\u2464"},{"id":"ref-for-collect-a-sequence-of-code-points\u2465"},{"id":"ref-for-collect-a-sequence-of-code-points\u2466"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-collect-a-sequence-of-code-points\u2467"}],"title":"6. data: URLs"}],"url":"https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points"}, "602b1a68": {"dfnID":"602b1a68","dfnText":"obtain a site","external":true,"refSections":[{"refs":[{"id":"ref-for-obtain-a-site"}],"title":"2.7. Network partition keys"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#obtain-a-site"}, "61cd38cd": {"dfnID":"61cd38cd","dfnText":"FormData","external":true,"refSections":[{"refs":[{"id":"ref-for-formdata"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-formdata\u2460"},{"id":"ref-for-formdata\u2461"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-formdata\u2462"},{"id":"ref-for-formdata\u2463"},{"id":"ref-for-formdata\u2464"},{"id":"ref-for-formdata\u2465"}],"title":"5.3. Body mixin"}],"url":"https://xhr.spec.whatwg.org/#formdata"}, "621cb009": {"dfnID":"621cb009","dfnText":"download the hyperlink","external":true,"refSections":[{"refs":[{"id":"ref-for-downloading-hyperlinks"}],"title":"2.2.2. Headers"}],"url":"https://html.spec.whatwg.org/multipage/links.html#downloading-hyperlinks"}, "641f6dc8": {"dfnID":"641f6dc8","dfnText":"serialize a MIME type to bytes","external":true,"refSections":[{"refs":[{"id":"ref-for-serialize-a-mime-type-to-bytes"}],"title":"4.2. Scheme fetch"}],"url":"https://mimesniff.spec.whatwg.org/#serialize-a-mime-type-to-bytes"}, "649608b9": {"dfnID":"649608b9","dfnText":"list","external":true,"refSections":[{"refs":[{"id":"ref-for-list"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-list\u2460"},{"id":"ref-for-list\u2461"},{"id":"ref-for-list\u2462"},{"id":"ref-for-list\u2463"},{"id":"ref-for-list\u2464"},{"id":"ref-for-list\u2465"},{"id":"ref-for-list\u2466"},{"id":"ref-for-list\u2467"},{"id":"ref-for-list\u2468"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-list\u2460\u24ea"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-list\u2460\u2460"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-list\u2460\u2461"}],"title":"4.8. CORS-preflight cache"}],"url":"https://infra.spec.whatwg.org/#list"}, "65181da8": {"dfnID":"65181da8","dfnText":"secure context","external":true,"refSections":[{"refs":[{"id":"ref-for-secure-context"}],"title":"4.1. Main fetch"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#secure-context"}, "65bee524": {"dfnID":"65bee524","dfnText":"encoding","external":true,"refSections":[{"refs":[{"id":"ref-for-encoding"}],"title":"3.4. `Content-Type` header"}],"url":"https://encoding.spec.whatwg.org/#encoding"}, "67669525": {"dfnID":"67669525","dfnText":"Constructing Responses from Caches","external":true,"refSections":[{"refs":[{"id":"ref-for-constructing.responses.from.caches"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"https://httpwg.org/specs/rfc9111.html#constructing.responses.from.caches"}, "692595fe": {"dfnID":"692595fe","dfnText":"ordered set","external":true,"refSections":[{"refs":[{"id":"ref-for-ordered-set"},{"id":"ref-for-ordered-set\u2460"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-ordered-set\u2461"},{"id":"ref-for-ordered-set\u2462"}],"title":"2.5. Resolving domains"},{"refs":[{"id":"ref-for-ordered-set\u2463"}],"title":"2.6. Connections"}],"url":"https://infra.spec.whatwg.org/#ordered-set"}, "69ea869d": {"dfnID":"69ea869d","dfnText":"relative high resolution time","external":true,"refSections":[{"refs":[{"id":"ref-for-dfn-relative-high-resolution-time"}],"title":"4.1. Main fetch"}],"url":"https://w3c.github.io/hr-time/#dfn-relative-high-resolution-time"}, "6b6bb798": {"dfnID":"6b6bb798","dfnText":"enqueue (for ReadableStream)","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-enqueue"},{"id":"ref-for-readablestream-enqueue\u2460"},{"id":"ref-for-readablestream-enqueue\u2461"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-readablestream-enqueue\u2462"}],"title":"5.2. BodyInit unions"}],"url":"https://streams.spec.whatwg.org/#readablestream-enqueue"}, "6b815fdd": {"dfnID":"6b815fdd","dfnText":"is empty","external":true,"refSections":[{"refs":[{"id":"ref-for-list-is-empty"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-list-is-empty\u2460"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-list-is-empty\u2461"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-list-is-empty\u2462"},{"id":"ref-for-list-is-empty\u2463"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-list-is-empty\u2464"}],"title":"4.7. CORS-preflight fetch"}],"url":"https://infra.spec.whatwg.org/#list-is-empty"}, "6c371952": {"dfnID":"6c371952","dfnText":"creating a proxy","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-create-a-proxy"}],"title":"5.4. Request class"}],"url":"https://streams.spec.whatwg.org/#readablestream-create-a-proxy"}, "6c6b1005": {"dfnID":"6c6b1005","dfnText":"any","external":true,"refSections":[{"refs":[{"id":"ref-for-idl-any"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-idl-any\u2460"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-idl-any\u2461"}],"title":"5.5. Response class"}],"url":"https://webidl.spec.whatwg.org/#idl-any"}, "6d6bce8e": {"dfnID":"6d6bce8e","dfnText":"teeing","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-tee"}],"title":"2.2.4. Bodies"}],"url":"https://streams.spec.whatwg.org/#readablestream-tee"}, "6d997105": {"dfnID":"6d997105","dfnText":"read request","external":true,"refSections":[{"refs":[{"id":"ref-for-read-request"}],"title":"2.2.4. Bodies"}],"url":"https://streams.spec.whatwg.org/#read-request"}, "6e4c081e": {"dfnID":"6e4c081e","dfnText":"byte less than","external":true,"refSections":[{"refs":[{"id":"ref-for-byte-less-than"}],"title":"2.2.2. Headers"}],"url":"https://infra.spec.whatwg.org/#byte-less-than"}, "6eeed17d": {"dfnID":"6eeed17d","dfnText":"WebSocket","external":true,"refSections":[{"refs":[{"id":"ref-for-websocket"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-websocket\u2460"}],"title":"5.7. Garbage collection"},{"refs":[{"id":"ref-for-websocket\u2461"}],"title":"WebSockets"}],"url":"https://websockets.spec.whatwg.org/#websocket"}, "70624575": {"dfnID":"70624575","dfnText":"serialize a JavaScript value to JSON bytes","external":true,"refSections":[{"refs":[{"id":"ref-for-serialize-a-javascript-value-to-json-bytes"}],"title":"5.5. Response class"}],"url":"https://infra.spec.whatwg.org/#serialize-a-javascript-value-to-json-bytes"}, "715f22e4": {"dfnID":"715f22e4","dfnText":"if aborted","external":true,"refSections":[{"refs":[{"id":"ref-for-if-aborted"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-if-aborted\u2460"},{"id":"ref-for-if-aborted\u2461"}],"title":"4.6. HTTP-network fetch"}],"url":"https://infra.spec.whatwg.org/#if-aborted"}, "7393da89": {"dfnID":"7393da89","dfnText":"same origin","external":true,"refSections":[{"refs":[{"id":"ref-for-same-origin"},{"id":"ref-for-same-origin\u2460"},{"id":"ref-for-same-origin\u2461"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-same-origin\u2462"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-same-origin\u2463"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-same-origin\u2464"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-same-origin\u2465"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-same-origin\u2466"},{"id":"ref-for-same-origin\u2467"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-same-origin\u2468"}],"title":"4.10. TAO check"},{"refs":[{"id":"ref-for-same-origin\u2460\u24ea"},{"id":"ref-for-same-origin\u2460\u2460"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-same-origin\u2460\u2461"}],"title":"Setting up a request"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#same-origin"}, "73a186aa": {"dfnID":"73a186aa","dfnText":"id","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-environment-id"}],"title":"2.2.5. Requests"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-id"}, "73e75483": {"dfnID":"73e75483","dfnText":"forgiving-base64 decode","external":true,"refSections":[{"refs":[{"id":"ref-for-forgiving-base64-decode"}],"title":"6. data: URLs"}],"url":"https://infra.spec.whatwg.org/#forgiving-base64-decode"}, "742b8bae": {"dfnID":"742b8bae","dfnText":"read all bytes","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestreamdefaultreader-read-all-bytes"}],"title":"2.2.4. Bodies"}],"url":"https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-all-bytes"}, "752d140b": {"dfnID":"752d140b","dfnText":"host","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-host"},{"id":"ref-for-concept-host\u2460"}],"title":"2.6. Connections"}],"url":"https://url.spec.whatwg.org/#concept-host"}, "75bee4d5": {"dfnID":"75bee4d5","dfnText":"position variable","external":true,"refSections":[{"refs":[{"id":"ref-for-string-position-variable"},{"id":"ref-for-string-position-variable\u2460"},{"id":"ref-for-string-position-variable\u2461"}],"title":"2.2. HTTP"},{"refs":[{"id":"ref-for-string-position-variable\u2462"},{"id":"ref-for-string-position-variable\u2463"}],"title":"2.2.2. Headers"}],"url":"https://infra.spec.whatwg.org/#string-position-variable"}, "75f6894f": {"dfnID":"75f6894f","dfnText":"exclude fragment","external":true,"refSections":[{"refs":[{"id":"ref-for-url-serializer-exclude-fragment"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-url-serializer-exclude-fragment\u2460"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-url-serializer-exclude-fragment\u2461"}],"title":"6. data: URLs"}],"url":"https://url.spec.whatwg.org/#url-serializer-exclude-fragment"}, "762869d3": {"dfnID":"762869d3","dfnText":"scalar value string","external":true,"refSections":[{"refs":[{"id":"ref-for-scalar-value-string"}],"title":"5.2. BodyInit unions"}],"url":"https://infra.spec.whatwg.org/#scalar-value-string"}, "7787d359": {"dfnID":"7787d359","dfnText":"record","external":true,"refSections":[{"refs":[{"id":"ref-for-idl-record"}],"title":"5.1. Headers class"}],"url":"https://webidl.spec.whatwg.org/#idl-record"}, "77a2ee6e": {"dfnID":"77a2ee6e","dfnText":"host","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-origin-host"},{"id":"ref-for-concept-origin-host\u2460"},{"id":"ref-for-concept-origin-host\u2461"}],"title":"2.5. Resolving domains"},{"refs":[{"id":"ref-for-concept-origin-host\u2462"}],"title":"2.6. Connections"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-host"}, "77b4c09a": {"dfnID":"77b4c09a","dfnText":"assert","external":true,"refSections":[{"refs":[{"id":"ref-for-assert"},{"id":"ref-for-assert\u2460"},{"id":"ref-for-assert\u2461"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-assert\u2462"},{"id":"ref-for-assert\u2463"}],"title":"2.2. HTTP"},{"refs":[{"id":"ref-for-assert\u2464"},{"id":"ref-for-assert\u2465"},{"id":"ref-for-assert\u2466"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-assert\u2467"},{"id":"ref-for-assert\u2468"},{"id":"ref-for-assert\u2460\u24ea"},{"id":"ref-for-assert\u2460\u2460"},{"id":"ref-for-assert\u2460\u2461"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-assert\u2460\u2462"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-assert\u2460\u2463"}],"title":"2.2.7. Miscellaneous"},{"refs":[{"id":"ref-for-assert\u2460\u2464"}],"title":"2.7. Network partition keys"},{"refs":[{"id":"ref-for-assert\u2460\u2465"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-assert\u2460\u2466"},{"id":"ref-for-assert\u2460\u2467"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-assert\u2460\u2468"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-assert\u2461\u24ea"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-assert\u2461\u2460"}],"title":"4.10. TAO check"},{"refs":[{"id":"ref-for-assert\u2461\u2461"},{"id":"ref-for-assert\u2461\u2462"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-assert\u2461\u2463"},{"id":"ref-for-assert\u2461\u2464"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-assert\u2461\u2465"}],"title":"5.6. Fetch method"},{"refs":[{"id":"ref-for-assert\u2461\u2466"}],"title":"6. data: URLs"}],"url":"https://infra.spec.whatwg.org/#assert"}, "7838e1c1": {"dfnID":"7838e1c1","dfnText":"byte-lowercase","external":true,"refSections":[{"refs":[{"id":"ref-for-byte-lowercase"},{"id":"ref-for-byte-lowercase\u2460"},{"id":"ref-for-byte-lowercase\u2461"}],"title":"2.2.2. Headers"}],"url":"https://infra.spec.whatwg.org/#byte-lowercase"}, "7b0d918d": {"dfnID":"7b0d918d","dfnText":"break","external":true,"refSections":[{"refs":[{"id":"ref-for-iteration-break"},{"id":"ref-for-iteration-break\u2460"},{"id":"ref-for-iteration-break\u2461"}],"title":"2.2. HTTP"},{"refs":[{"id":"ref-for-iteration-break\u2462"},{"id":"ref-for-iteration-break\u2463"}],"title":"4.6. HTTP-network fetch"}],"url":"https://infra.spec.whatwg.org/#iteration-break"}, "7b15dfcf": {"dfnID":"7b15dfcf","dfnText":"\"coep\" report type","external":true,"refSections":[{"refs":[{"id":"ref-for-coep-report-type"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#coep-report-type"}, "7bb14fda": {"dfnID":"7bb14fda","dfnText":"Report Content Security Policy violations for request","external":true,"refSections":[{"refs":[{"id":"ref-for-report-for-request"}],"title":"4.1. Main fetch"}],"url":"https://w3c.github.io/webappsec-csp/#report-for-request"}, "7be741bb": {"dfnID":"7be741bb","dfnText":"mark resource timing","external":true,"refSections":[{"refs":[{"id":"ref-for-dfn-mark-resource-timing"}],"title":"4.1. Main fetch"}],"url":"https://w3c.github.io/resource-timing/#dfn-mark-resource-timing"}, "7c195f8b": {"dfnID":"7c195f8b","dfnText":"essence","external":true,"refSections":[{"refs":[{"id":"ref-for-mime-type-essence"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-mime-type-essence\u2460"},{"id":"ref-for-mime-type-essence\u2461"}],"title":"2.10. Should\nresponse to request be blocked due to its MIME type?"},{"refs":[{"id":"ref-for-mime-type-essence\u2462"},{"id":"ref-for-mime-type-essence\u2463"},{"id":"ref-for-mime-type-essence\u2464"},{"id":"ref-for-mime-type-essence\u2465"}],"title":"3.4. `Content-Type` header"},{"refs":[{"id":"ref-for-mime-type-essence\u2466"}],"title":"3.5.1. Should\nresponse to request be blocked due to nosniff?"},{"refs":[{"id":"ref-for-mime-type-essence\u2467"}],"title":"5.3. Body mixin"}],"url":"https://mimesniff.spec.whatwg.org/#mime-type-essence"}, "7dd5fc4d": {"dfnID":"7dd5fc4d","dfnText":"delta-seconds","external":true,"refSections":[{"refs":[{"id":"ref-for-delta-seconds"}],"title":"3.2.4. HTTP new-header syntax"}],"url":"https://httpwg.org/specs/rfc9111.html#delta-seconds"}, "7de33c29": {"dfnID":"7de33c29","dfnText":"parallel queue","external":true,"refSections":[{"refs":[{"id":"ref-for-parallel-queue"},{"id":"ref-for-parallel-queue\u2460"},{"id":"ref-for-parallel-queue\u2461"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-parallel-queue\u2462"},{"id":"ref-for-parallel-queue\u2463"},{"id":"ref-for-parallel-queue\u2464"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-parallel-queue\u2465"}],"title":"Setting up a request"},{"refs":[{"id":"ref-for-parallel-queue\u2466"}],"title":"Invoking fetch and processing responses"}],"url":"https://html.spec.whatwg.org/multipage/infrastructure.html#parallel-queue"}, "7ed9d314": {"dfnID":"7ed9d314","dfnText":"generate and queue a report","external":true,"refSections":[{"refs":[{"id":"ref-for-generate-and-queue-a-report"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"https://w3c.github.io/reporting/#generate-and-queue-a-report"}, "7f9469b5": {"dfnID":"7f9469b5","dfnText":"ASCII case-insensitive","external":true,"refSections":[{"refs":[{"id":"ref-for-ascii-case-insensitive"}],"title":"3.5. `X-Content-Type-Options` header"},{"refs":[{"id":"ref-for-ascii-case-insensitive\u2460"}],"title":"6. data: URLs"}],"url":"https://infra.spec.whatwg.org/#ascii-case-insensitive"}, "80bf04ff": {"dfnID":"80bf04ff","dfnText":"coarsen time","external":true,"refSections":[{"refs":[{"id":"ref-for-dfn-coarsen-time"},{"id":"ref-for-dfn-coarsen-time\u2460"},{"id":"ref-for-dfn-coarsen-time\u2461"},{"id":"ref-for-dfn-coarsen-time\u2462"},{"id":"ref-for-dfn-coarsen-time\u2463"}],"title":"2.6. Connections"}],"url":"https://w3c.github.io/hr-time/#dfn-coarsen-time"}, "8219d486": {"dfnID":"8219d486","dfnText":"starting a new parallel queue","external":true,"refSections":[{"refs":[{"id":"ref-for-starting-a-new-parallel-queue"},{"id":"ref-for-starting-a-new-parallel-queue\u2460"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-starting-a-new-parallel-queue\u2461"}],"title":"4. Fetching"}],"url":"https://html.spec.whatwg.org/multipage/infrastructure.html#starting-a-new-parallel-queue"}, "82ca3efc": {"dfnID":"82ca3efc","dfnText":"TypeError","external":true,"refSections":[{"refs":[{"id":"ref-for-exceptiondef-typeerror"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-exceptiondef-typeerror\u2460"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-exceptiondef-typeerror\u2461"},{"id":"ref-for-exceptiondef-typeerror\u2462"},{"id":"ref-for-exceptiondef-typeerror\u2463"},{"id":"ref-for-exceptiondef-typeerror\u2464"},{"id":"ref-for-exceptiondef-typeerror\u2465"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-exceptiondef-typeerror\u2466"},{"id":"ref-for-exceptiondef-typeerror\u2467"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-exceptiondef-typeerror\u2468"},{"id":"ref-for-exceptiondef-typeerror\u2460\u24ea"},{"id":"ref-for-exceptiondef-typeerror\u2460\u2460"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-exceptiondef-typeerror\u2460\u2461"},{"id":"ref-for-exceptiondef-typeerror\u2460\u2462"},{"id":"ref-for-exceptiondef-typeerror\u2460\u2463"},{"id":"ref-for-exceptiondef-typeerror\u2460\u2464"},{"id":"ref-for-exceptiondef-typeerror\u2460\u2465"},{"id":"ref-for-exceptiondef-typeerror\u2460\u2466"},{"id":"ref-for-exceptiondef-typeerror\u2460\u2467"},{"id":"ref-for-exceptiondef-typeerror\u2460\u2468"},{"id":"ref-for-exceptiondef-typeerror\u2461\u24ea"},{"id":"ref-for-exceptiondef-typeerror\u2461\u2460"},{"id":"ref-for-exceptiondef-typeerror\u2461\u2461"},{"id":"ref-for-exceptiondef-typeerror\u2461\u2462"},{"id":"ref-for-exceptiondef-typeerror\u2461\u2463"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-exceptiondef-typeerror\u2461\u2464"},{"id":"ref-for-exceptiondef-typeerror\u2461\u2465"},{"id":"ref-for-exceptiondef-typeerror\u2461\u2466"},{"id":"ref-for-exceptiondef-typeerror\u2461\u2467"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-exceptiondef-typeerror\u2461\u2468"}],"title":"5.6. Fetch method"}],"url":"https://webidl.spec.whatwg.org/#exceptiondef-typeerror"}, "839793c3": {"dfnID":"839793c3","dfnText":"list","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-urlsearchparams-list"}],"title":"5.2. BodyInit unions"}],"url":"https://url.spec.whatwg.org/#concept-urlsearchparams-list"}, "852ada56": {"dfnID":"852ada56","dfnText":"port","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-url-port"},{"id":"ref-for-concept-url-port\u2460"}],"title":"2.9. Port blocking"}],"url":"https://url.spec.whatwg.org/#concept-url-port"}, "85394472": {"dfnID":"85394472","dfnText":"Document","external":true,"refSections":[{"refs":[{"id":"ref-for-document"}],"title":"Setting up a request"}],"url":"https://dom.spec.whatwg.org/#document"}, "860300d4": {"dfnID":"860300d4","dfnText":"implementation-defined","external":true,"refSections":[{"refs":[{"id":"ref-for-implementation-defined"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-implementation-defined\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-implementation-defined\u2461"},{"id":"ref-for-implementation-defined\u2462"},{"id":"ref-for-implementation-defined\u2463"}],"title":"2.5. Resolving domains"},{"refs":[{"id":"ref-for-implementation-defined\u2464"},{"id":"ref-for-implementation-defined\u2465"},{"id":"ref-for-implementation-defined\u2466"},{"id":"ref-for-implementation-defined\u2467"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-implementation-defined\u2468"},{"id":"ref-for-implementation-defined\u2460\u24ea"}],"title":"2.7. Network partition keys"},{"refs":[{"id":"ref-for-implementation-defined\u2460\u2460"},{"id":"ref-for-implementation-defined\u2460\u2461"},{"id":"ref-for-implementation-defined\u2460\u2462"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-implementation-defined\u2460\u2463"},{"id":"ref-for-implementation-defined\u2460\u2464"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-implementation-defined\u2460\u2465"},{"id":"ref-for-implementation-defined\u2460\u2466"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-implementation-defined\u2460\u2467"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-implementation-defined\u2460\u2468"}],"title":"5.4. Request class"}],"url":"https://infra.spec.whatwg.org/#implementation-defined"}, "86d2a717": {"dfnID":"86d2a717","dfnText":"ServiceWorkerGlobalScope","external":true,"refSections":[{"refs":[{"id":"ref-for-serviceworkerglobalscope"}],"title":"5.6. Fetch method"}],"url":"https://w3c.github.io/ServiceWorker/#serviceworkerglobalscope"}, "86f2bcb8": {"dfnID":"86f2bcb8","dfnText":"entry list","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-formdata-entry-list"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-concept-formdata-entry-list\u2460"},{"id":"ref-for-concept-formdata-entry-list\u2461"}],"title":"5.3. Body mixin"}],"url":"https://xhr.spec.whatwg.org/#concept-formdata-entry-list"}, "87bc23a5": {"dfnID":"87bc23a5","dfnText":"add","external":true,"refSections":[{"refs":[{"id":"ref-for-abortsignal-add"}],"title":"5.6. Fetch method"}],"url":"https://dom.spec.whatwg.org/#abortsignal-add"}, "8855a9aa": {"dfnID":"8855a9aa","dfnText":"DOMString","external":true,"refSections":[{"refs":[{"id":"ref-for-idl-DOMString"},{"id":"ref-for-idl-DOMString\u2460"}],"title":"5.4. Request class"}],"url":"https://webidl.spec.whatwg.org/#idl-DOMString"}, "8890f902": {"dfnID":"8890f902","dfnText":"freshness lifetime","external":true,"refSections":[{"refs":[{"id":"ref-for-calculating.freshness.lifetime"}],"title":"2.2.6. Responses"}],"url":"https://httpwg.org/specs/rfc9111.html#calculating.freshness.lifetime"}, "889e932f": {"dfnID":"889e932f","dfnText":"Exposed","external":true,"refSections":[{"refs":[{"id":"ref-for-Exposed"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-Exposed\u2460"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-Exposed\u2461"}],"title":"5.5. Response class"}],"url":"https://webidl.spec.whatwg.org/#Exposed"}, "88a9cf19": {"dfnID":"88a9cf19","dfnText":"create (for ArrayBufferView)","external":true,"refSections":[{"refs":[{"id":"ref-for-arraybufferview-create"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-arraybufferview-create\u2460"}],"title":"5.3. Body mixin"}],"url":"https://webidl.spec.whatwg.org/#arraybufferview-create"}, "892a0d69": {"dfnID":"892a0d69","dfnText":"entry","external":true,"refSections":[{"refs":[{"id":"ref-for-form-entry"},{"id":"ref-for-form-entry\u2460"},{"id":"ref-for-form-entry\u2461"}],"title":"5.3. Body mixin"}],"url":"https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-entry"}, "89786baf": {"dfnID":"89786baf","dfnText":"StructuredSerialize","external":true,"refSections":[{"refs":[{"id":"ref-for-structuredserialize"},{"id":"ref-for-structuredserialize\u2460"},{"id":"ref-for-structuredserialize\u2461"}],"title":"2. Infrastructure"}],"url":"https://html.spec.whatwg.org/multipage/structured-data.html#structuredserialize"}, "8a30477b": {"dfnID":"8a30477b","dfnText":"global object (for environment settings object)","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-settings-object-global"},{"id":"ref-for-concept-settings-object-global\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-settings-object-global\u2461"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-settings-object-global\u2462"},{"id":"ref-for-concept-settings-object-global\u2463"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-settings-object-global\u2464"},{"id":"ref-for-concept-settings-object-global\u2465"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-settings-object-global\u2466"}],"title":"5.6. Fetch method"},{"refs":[{"id":"ref-for-concept-settings-object-global\u2467"}],"title":"Invoking fetch and processing responses"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global"}, "8ddcd9b8": {"dfnID":"8ddcd9b8","dfnText":"getting an encoding","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-encoding-get"}],"title":"3.4. `Content-Type` header"}],"url":"https://encoding.spec.whatwg.org/#concept-encoding-get"}, "8e67c0a3": {"dfnID":"8e67c0a3","dfnText":"is not empty (for map)","external":true,"refSections":[{"refs":[{"id":"ref-for-map-is-empty"},{"id":"ref-for-map-is-empty\u2460"}],"title":"5.4. Request class"}],"url":"https://infra.spec.whatwg.org/#map-is-empty"}, "8f69ce41": {"dfnID":"8f69ce41","dfnText":"percent-decode","external":true,"refSections":[{"refs":[{"id":"ref-for-string-percent-decode"}],"title":"6. data: URLs"}],"url":"https://url.spec.whatwg.org/#string-percent-decode"}, "904cdc91": {"dfnID":"904cdc91","dfnText":"starts with (for byte sequence)","external":true,"refSections":[{"refs":[{"id":"ref-for-byte-sequence-starts-with"}],"title":"2.2.2. Headers"}],"url":"https://infra.spec.whatwg.org/#byte-sequence-starts-with"}, "9054717a": {"dfnID":"9054717a","dfnText":"navigating","external":true,"refSections":[{"refs":[{"id":"ref-for-blocking-navigating"}],"title":"2.2.5. Requests"}],"url":"https://html.spec.whatwg.org/multipage/nav-history-apis.html#blocking-navigating"}, "915aff5e": {"dfnID":"915aff5e","dfnText":"code point","external":true,"refSections":[{"refs":[{"id":"ref-for-code-point"},{"id":"ref-for-code-point\u2460"},{"id":"ref-for-code-point\u2461"},{"id":"ref-for-code-point\u2462"}],"title":"2.2. HTTP"},{"refs":[{"id":"ref-for-code-point\u2463"},{"id":"ref-for-code-point\u2464"},{"id":"ref-for-code-point\u2465"},{"id":"ref-for-code-point\u2466"},{"id":"ref-for-code-point\u2467"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-code-point\u2468"}],"title":"3.3. `Content-Length` header"},{"refs":[{"id":"ref-for-code-point\u2460\u24ea"},{"id":"ref-for-code-point\u2460\u2460"},{"id":"ref-for-code-point\u2460\u2461"}],"title":"6. data: URLs"}],"url":"https://infra.spec.whatwg.org/#code-point"}, "92d13070": {"dfnID":"92d13070","dfnText":"get a copy of the buffer source","external":true,"refSections":[{"refs":[{"id":"ref-for-dfn-get-buffer-source-copy"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-dfn-get-buffer-source-copy\u2460"}],"title":"5.2. BodyInit unions"}],"url":"https://webidl.spec.whatwg.org/#dfn-get-buffer-source-copy"}, "946a9318": {"dfnID":"946a9318","dfnText":"form","external":true,"refSections":[{"refs":[{"id":"ref-for-the-form-element"}],"title":"3.2. CORS protocol"},{"refs":[{"id":"ref-for-the-form-element\u2460"}],"title":"3.2.1. General"}],"url":"https://html.spec.whatwg.org/multipage/forms.html#the-form-element"}, "959ad97b": {"dfnID":"959ad97b","dfnText":"origin","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-url-origin"},{"id":"ref-for-concept-url-origin\u2460"},{"id":"ref-for-concept-url-origin\u2461"},{"id":"ref-for-concept-url-origin\u2462"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-url-origin\u2463"},{"id":"ref-for-concept-url-origin\u2464"},{"id":"ref-for-concept-url-origin\u2465"},{"id":"ref-for-concept-url-origin\u2466"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-concept-url-origin\u2467"}],"title":"2.7. Network partition keys"},{"refs":[{"id":"ref-for-concept-url-origin\u2468"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-url-origin\u2460\u24ea"},{"id":"ref-for-concept-url-origin\u2460\u2460"},{"id":"ref-for-concept-url-origin\u2460\u2461"},{"id":"ref-for-concept-url-origin\u2460\u2462"},{"id":"ref-for-concept-url-origin\u2460\u2463"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-url-origin\u2460\u2464"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-url-origin\u2460\u2465"},{"id":"ref-for-concept-url-origin\u2460\u2466"},{"id":"ref-for-concept-url-origin\u2460\u2467"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-url-origin\u2460\u2468"}],"title":"4.10. TAO check"},{"refs":[{"id":"ref-for-concept-url-origin\u2461\u24ea"}],"title":"5.4. Request class"}],"url":"https://url.spec.whatwg.org/#concept-url-origin"}, "95c866a0": {"dfnID":"95c866a0","dfnText":"sorting","external":true,"refSections":[{"refs":[{"id":"ref-for-list-sort-in-ascending-order"}],"title":"2.2.2. Headers"}],"url":"https://infra.spec.whatwg.org/#list-sort-in-ascending-order"}, "95d7775a": {"dfnID":"95d7775a","dfnText":"Uint8Array","external":true,"refSections":[{"refs":[{"id":"ref-for-idl-Uint8Array"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-idl-Uint8Array\u2460"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-idl-Uint8Array\u2461"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-idl-Uint8Array\u2462"},{"id":"ref-for-idl-Uint8Array\u2463"},{"id":"ref-for-idl-Uint8Array\u2464"}],"title":"5.3. Body mixin"}],"url":"https://webidl.spec.whatwg.org/#idl-Uint8Array"}, "970896d2": {"dfnID":"970896d2","dfnText":"byte-case-insensitive","external":true,"refSections":[{"refs":[{"id":"ref-for-byte-case-insensitive"},{"id":"ref-for-byte-case-insensitive\u2460"}],"title":"2.2.1. Methods"},{"refs":[{"id":"ref-for-byte-case-insensitive\u2461"},{"id":"ref-for-byte-case-insensitive\u2462"},{"id":"ref-for-byte-case-insensitive\u2463"},{"id":"ref-for-byte-case-insensitive\u2464"},{"id":"ref-for-byte-case-insensitive\u2465"},{"id":"ref-for-byte-case-insensitive\u2466"},{"id":"ref-for-byte-case-insensitive\u2467"},{"id":"ref-for-byte-case-insensitive\u2468"},{"id":"ref-for-byte-case-insensitive\u2460\u24ea"},{"id":"ref-for-byte-case-insensitive\u2460\u2460"},{"id":"ref-for-byte-case-insensitive\u2460\u2461"},{"id":"ref-for-byte-case-insensitive\u2460\u2462"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-byte-case-insensitive\u2460\u2463"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-byte-case-insensitive\u2460\u2464"},{"id":"ref-for-byte-case-insensitive\u2460\u2465"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-byte-case-insensitive\u2460\u2466"}],"title":"4.8. CORS-preflight cache"},{"refs":[{"id":"ref-for-byte-case-insensitive\u2460\u2467"}],"title":"5.1. Headers class"}],"url":"https://infra.spec.whatwg.org/#byte-case-insensitive"}, "9832aeab": {"dfnID":"9832aeab","dfnText":"structured field value","external":true,"refSections":[{"refs":[{"id":"ref-for-rfc.section.2"},{"id":"ref-for-rfc.section.2\u2460"},{"id":"ref-for-rfc.section.2\u2461"},{"id":"ref-for-rfc.section.2\u2462"}],"title":"2.2.2. Headers"}],"url":"https://httpwg.org/specs/rfc9651.html#rfc.section.2"}, "984221ca": {"dfnID":"984221ca","dfnText":"struct","external":true,"refSections":[{"refs":[{"id":"ref-for-struct"},{"id":"ref-for-struct\u2460"},{"id":"ref-for-struct\u2461"},{"id":"ref-for-struct\u2462"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-struct\u2463"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-struct\u2464"}],"title":"6. data: URLs"}],"url":"https://infra.spec.whatwg.org/#struct"}, "99c988d6": {"dfnID":"99c988d6","dfnText":"remove","external":true,"refSections":[{"refs":[{"id":"ref-for-list-remove"},{"id":"ref-for-list-remove\u2460"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-list-remove\u2461"}],"title":"4.8. CORS-preflight cache"}],"url":"https://infra.spec.whatwg.org/#list-remove"}, "9a31d086": {"dfnID":"9a31d086","dfnText":"unsafe shared current time","external":true,"refSections":[{"refs":[{"id":"ref-for-dfn-unsafe-shared-current-time"},{"id":"ref-for-dfn-unsafe-shared-current-time\u2460"},{"id":"ref-for-dfn-unsafe-shared-current-time\u2461"},{"id":"ref-for-dfn-unsafe-shared-current-time\u2462"},{"id":"ref-for-dfn-unsafe-shared-current-time\u2463"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-dfn-unsafe-shared-current-time\u2464"}],"title":"4.1. Main fetch"}],"url":"https://w3c.github.io/hr-time/#dfn-unsafe-shared-current-time"}, "9c3246cc": {"dfnID":"9c3246cc","dfnText":"field-value","external":true,"refSections":[{"refs":[{"id":"ref-for-fields.values"}],"title":"2.2.2. Headers"}],"url":"https://httpwg.org/specs/rfc9110.html#fields.values"}, "9c4c1e66": {"dfnID":"9c4c1e66","dfnText":"relevant settings object","external":true,"refSections":[{"refs":[{"id":"ref-for-relevant-settings-object"},{"id":"ref-for-relevant-settings-object\u2460"},{"id":"ref-for-relevant-settings-object\u2461"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-relevant-settings-object\u2462"},{"id":"ref-for-relevant-settings-object\u2463"}],"title":"Setting up a request"},{"refs":[{"id":"ref-for-relevant-settings-object\u2464"},{"id":"ref-for-relevant-settings-object\u2465"},{"id":"ref-for-relevant-settings-object\u2466"}],"title":"Invoking fetch and processing responses"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object"}, "9cae8b68": {"dfnID":"9cae8b68","dfnText":"ReadableStreamDefaultReader","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestreamdefaultreader"}],"title":"2.2.4. Bodies"}],"url":"https://streams.spec.whatwg.org/#readablestreamdefaultreader"}, "9cce47fd": {"dfnID":"9cce47fd","dfnText":"sequence","external":true,"refSections":[{"refs":[{"id":"ref-for-idl-sequence"},{"id":"ref-for-idl-sequence\u2460"},{"id":"ref-for-idl-sequence\u2461"},{"id":"ref-for-idl-sequence\u2462"}],"title":"5.1. Headers class"}],"url":"https://webidl.spec.whatwg.org/#idl-sequence"}, "9ff3511b": {"dfnID":"9ff3511b","dfnText":"fetch","external":true,"refSections":[{"refs":[{"id":"ref-for-service-worker-global-scope-fetch-event"},{"id":"ref-for-service-worker-global-scope-fetch-event\u2460"}],"title":"2.2.5. Requests"}],"url":"https://w3c.github.io/ServiceWorker/#service-worker-global-scope-fetch-event"}, "a1288f2a": {"dfnID":"a1288f2a","dfnText":"password","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-url-password"}],"title":"2.2.5. Requests"}],"url":"https://url.spec.whatwg.org/#concept-url-password"}, "a1358bae": {"dfnID":"a1358bae","dfnText":"set the username","external":true,"refSections":[{"refs":[{"id":"ref-for-set-the-username"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-set-the-username\u2460"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"https://url.spec.whatwg.org/#set-the-username"}, "a23d12a9": {"dfnID":"a23d12a9","dfnText":"scheme","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-origin-scheme"}],"title":"2.5. Resolving domains"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-scheme"}, "a3033be5": {"dfnID":"a3033be5","dfnText":"UTF-8 decode without BOM","external":true,"refSections":[{"refs":[{"id":"ref-for-utf-8-decode-without-bom"}],"title":"5.3. Body mixin"}],"url":"https://encoding.spec.whatwg.org/#utf-8-decode-without-bom"}, "a37f05fd": {"dfnID":"a37f05fd","dfnText":"strip leading and trailing ASCII whitespace","external":true,"refSections":[{"refs":[{"id":"ref-for-strip-leading-and-trailing-ascii-whitespace"}],"title":"6. data: URLs"}],"url":"https://infra.spec.whatwg.org/#strip-leading-and-trailing-ascii-whitespace"}, "a3b18719": {"dfnID":"a3b18719","dfnText":"append (for set)","external":true,"refSections":[{"refs":[{"id":"ref-for-set-append"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-set-append\u2460"}],"title":"2.6. Connections"}],"url":"https://infra.spec.whatwg.org/#set-append"}, "a413e715": {"dfnID":"a413e715","dfnText":"Should request be blocked by Content Security Policy?","external":true,"refSections":[{"refs":[{"id":"ref-for-should-block-request"}],"title":"4.1. Main fetch"}],"url":"https://w3c.github.io/webappsec-csp/#should-block-request"}, "a4f8c442": {"dfnID":"a4f8c442","dfnText":"Sec-Fetch-Dest","external":true,"refSections":[{"refs":[{"id":"ref-for-http-headerdef-sec-fetch-dest"}],"title":"Setting up a request"}],"url":"https://w3c.github.io/webappsec-fetch-metadata/#http-headerdef-sec-fetch-dest"}, "a5c91173": {"dfnID":"a5c91173","dfnText":"SameObject","external":true,"refSections":[{"refs":[{"id":"ref-for-SameObject"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-SameObject\u2460"}],"title":"5.5. Response class"}],"url":"https://webidl.spec.whatwg.org/#SameObject"}, "a6ade6da": {"dfnID":"a6ade6da","dfnText":"size","external":true,"refSections":[{"refs":[{"id":"ref-for-dfn-size"},{"id":"ref-for-dfn-size\u2460"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-dfn-size\u2461"}],"title":"5.2. BodyInit unions"}],"url":"https://w3c.github.io/FileAPI/#dfn-size"}, "a72449dd": {"dfnID":"a72449dd","dfnText":"in parallel","external":true,"refSections":[{"refs":[{"id":"ref-for-in-parallel"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-in-parallel\u2460"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-in-parallel\u2461"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-in-parallel\u2462"},{"id":"ref-for-in-parallel\u2463"},{"id":"ref-for-in-parallel\u2464"},{"id":"ref-for-in-parallel\u2465"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-in-parallel\u2466"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-in-parallel\u2467"},{"id":"ref-for-in-parallel\u2468"}],"title":"Invoking fetch and processing responses"}],"url":"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel"}, "a93f0b06": {"dfnID":"a93f0b06","dfnText":"JavaScript MIME type","external":true,"refSections":[{"refs":[{"id":"ref-for-javascript-mime-type"}],"title":"3.5.1. Should\nresponse to request be blocked due to nosniff?"}],"url":"https://mimesniff.spec.whatwg.org/#javascript-mime-type"}, "abnf": {"dfnID":"abnf","dfnText":"ABNF","external":false,"refSections":[{"refs":[{"id":"ref-for-abnf"},{"id":"ref-for-abnf\u2460"},{"id":"ref-for-abnf\u2461"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-abnf\u2462"}],"title":"3.2.4. HTTP new-header syntax"},{"refs":[{"id":"ref-for-abnf\u2463"}],"title":"3.5. `X-Content-Type-Options` header"},{"refs":[{"id":"ref-for-abnf\u2464"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"#abnf"}, "abort-fetch": {"dfnID":"abort-fetch","dfnText":"abort a fetch() call","external":false,"refSections":[{"refs":[{"id":"ref-for-abort-fetch"},{"id":"ref-for-abort-fetch\u2460"},{"id":"ref-for-abort-fetch\u2461"}],"title":"5.6. Fetch method"}],"url":"#abort-fetch"}, "ad191408": {"dfnID":"ad191408","dfnText":"read a chunk","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestreamdefaultreader-read-a-chunk"}],"title":"2.2.4. Bodies"}],"url":"https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-a-chunk"}, "adfe3014": {"dfnID":"adfe3014","dfnText":"URLSearchParams","external":true,"refSections":[{"refs":[{"id":"ref-for-urlsearchparams"},{"id":"ref-for-urlsearchparams\u2460"}],"title":"5.2. BodyInit unions"}],"url":"https://url.spec.whatwg.org/#urlsearchparams"}, "ae8def21": {"dfnID":"ae8def21","dfnText":"contain","external":true,"refSections":[{"refs":[{"id":"ref-for-list-contain"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-list-contain\u2460"},{"id":"ref-for-list-contain\u2461"}],"title":"4.10. TAO check"}],"url":"https://infra.spec.whatwg.org/#list-contain"}, "append-a-request-origin-header": {"dfnID":"append-a-request-origin-header","dfnText":"append a request `Origin` header","external":false,"refSections":[{"refs":[{"id":"ref-for-append-a-request-origin-header"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#append-a-request-origin-header"}, "appropriate-network-error": {"dfnID":"appropriate-network-error","dfnText":"appropriate network error","external":false,"refSections":[{"refs":[{"id":"ref-for-appropriate-network-error"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-appropriate-network-error\u2460"},{"id":"ref-for-appropriate-network-error\u2461"},{"id":"ref-for-appropriate-network-error\u2462"},{"id":"ref-for-appropriate-network-error\u2463"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-appropriate-network-error\u2464"}],"title":"4.6. HTTP-network fetch"}],"url":"#appropriate-network-error"}, "atomic-http-redirect-handling": {"dfnID":"atomic-http-redirect-handling","dfnText":"Atomic HTTP redirect handling","external":false,"refSections":[{"refs":[{"id":"ref-for-atomic-http-redirect-handling"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-atomic-http-redirect-handling\u2460"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-atomic-http-redirect-handling"}],"title":"Atomic HTTP redirect handling"}],"url":"#atomic-http-redirect-handling"}, "authentication-entry": {"dfnID":"authentication-entry","dfnText":"authentication entry","external":false,"refSections":[{"refs":[{"id":"ref-for-authentication-entry"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-authentication-entry\u2460"},{"id":"ref-for-authentication-entry\u2461"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-authentication-entry\u2462"},{"id":"ref-for-authentication-entry\u2463"},{"id":"ref-for-authentication-entry\u2464"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#authentication-entry"}, "b01b1359": {"dfnID":"b01b1359","dfnText":"opaque origin","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-origin-opaque"}],"title":"4.1. Main fetch"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-opaque"}, "b0d7f3c3": {"dfnID":"b0d7f3c3","dfnText":"USVString","external":true,"refSections":[{"refs":[{"id":"ref-for-idl-USVString"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-idl-USVString\u2460"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-idl-USVString\u2461"},{"id":"ref-for-idl-USVString\u2462"},{"id":"ref-for-idl-USVString\u2463"},{"id":"ref-for-idl-USVString\u2464"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-idl-USVString\u2465"},{"id":"ref-for-idl-USVString\u2466"}],"title":"5.5. Response class"}],"url":"https://webidl.spec.whatwg.org/#idl-USVString"}, "b0fcb8d7": {"dfnID":"b0fcb8d7","dfnText":"UTF-8 decode","external":true,"refSections":[{"refs":[{"id":"ref-for-utf-8-decode"}],"title":"5.3. Body mixin"}],"url":"https://encoding.spec.whatwg.org/#utf-8-decode"}, "b262501e": {"dfnID":"b262501e","dfnText":"reject","external":true,"refSections":[{"refs":[{"id":"ref-for-reject"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-reject\u2460"},{"id":"ref-for-reject\u2461"},{"id":"ref-for-reject\u2462"}],"title":"5.6. Fetch method"}],"url":"https://webidl.spec.whatwg.org/#reject"}, "b33787b2": {"dfnID":"b33787b2","dfnText":"policy container","external":true,"refSections":[{"refs":[{"id":"ref-for-policy-container"},{"id":"ref-for-policy-container\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-policy-container\u2461"}],"title":"4. Fetching"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#policy-container"}, "b3cf1c94": {"dfnID":"b3cf1c94","dfnText":"close","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-close"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-readablestream-close\u2460"}],"title":"5.2. BodyInit unions"}],"url":"https://streams.spec.whatwg.org/#readablestream-close"}, "b410a6ef": {"dfnID":"b410a6ef","dfnText":"ASCII serialization of an origin","external":true,"refSections":[{"refs":[{"id":"ref-for-ascii-serialisation-of-an-origin"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-ascii-serialisation-of-an-origin\u2460"}],"title":"3.2.5. CORS protocol and credentials"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#ascii-serialisation-of-an-origin"}, "b4cfa5ce": {"dfnID":"b4cfa5ce","dfnText":"throw","external":true,"refSections":[{"refs":[{"id":"ref-for-dfn-throw"},{"id":"ref-for-dfn-throw\u2460"},{"id":"ref-for-dfn-throw\u2461"},{"id":"ref-for-dfn-throw\u2462"},{"id":"ref-for-dfn-throw\u2463"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-dfn-throw\u2464"},{"id":"ref-for-dfn-throw\u2465"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-dfn-throw\u2466"},{"id":"ref-for-dfn-throw\u2467"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-dfn-throw\u2468"},{"id":"ref-for-dfn-throw\u2460\u24ea"},{"id":"ref-for-dfn-throw\u2460\u2460"},{"id":"ref-for-dfn-throw\u2460\u2461"},{"id":"ref-for-dfn-throw\u2460\u2462"},{"id":"ref-for-dfn-throw\u2460\u2463"},{"id":"ref-for-dfn-throw\u2460\u2464"},{"id":"ref-for-dfn-throw\u2460\u2465"},{"id":"ref-for-dfn-throw\u2460\u2466"},{"id":"ref-for-dfn-throw\u2460\u2467"},{"id":"ref-for-dfn-throw\u2460\u2468"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-dfn-throw\u2461\u24ea"},{"id":"ref-for-dfn-throw\u2461\u2460"},{"id":"ref-for-dfn-throw\u2461\u2461"},{"id":"ref-for-dfn-throw\u2461\u2462"},{"id":"ref-for-dfn-throw\u2461\u2463"},{"id":"ref-for-dfn-throw\u2461\u2464"}],"title":"5.5. Response class"}],"url":"https://webidl.spec.whatwg.org/#dfn-throw"}, "b5a77fa5": {"dfnID":"b5a77fa5","dfnText":"Upgrade a mixed content request to a potentially trustworthy URL, if appropriate","external":true,"refSections":[{"refs":[{"id":"ref-for-upgrade-algorithm"}],"title":"4.1. Main fetch"}],"url":"https://w3c.github.io/webappsec-mixed-content/#upgrade-algorithm"}, "b5b30abb": {"dfnID":"b5b30abb","dfnText":"cancelAlgorithm","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-set-up-cancelalgorithm"}],"title":"4.6. HTTP-network fetch"}],"url":"https://streams.spec.whatwg.org/#readablestream-set-up-cancelalgorithm"}, "b6ae4501": {"dfnID":"b6ae4501","dfnText":"networking task source","external":true,"refSections":[{"refs":[{"id":"ref-for-networking-task-source"}],"title":"2. Infrastructure"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#networking-task-source"}, "b7d73f5b": {"dfnID":"b7d73f5b","dfnText":"Blob","external":true,"refSections":[{"refs":[{"id":"ref-for-dfn-Blob"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-dfn-Blob\u2460"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-dfn-Blob\u2461"}],"title":"5. Fetch API"},{"refs":[{"id":"ref-for-dfn-Blob\u2462"},{"id":"ref-for-dfn-Blob\u2463"},{"id":"ref-for-dfn-Blob\u2464"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-dfn-Blob\u2465"},{"id":"ref-for-dfn-Blob\u2466"},{"id":"ref-for-dfn-Blob\u2467"}],"title":"5.3. Body mixin"}],"url":"https://w3c.github.io/FileAPI/#dfn-Blob"}, "b8380af8": {"dfnID":"b8380af8","dfnText":"include credentials","external":true,"refSections":[{"refs":[{"id":"ref-for-include-credentials"},{"id":"ref-for-include-credentials\u2460"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-include-credentials\u2461"},{"id":"ref-for-include-credentials\u2462"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-include-credentials\u2463"}],"title":"5.4. Request class"}],"url":"https://url.spec.whatwg.org/#include-credentials"}, "b85ee3be": {"dfnID":"b85ee3be","dfnText":"host (for url)","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-url-host"},{"id":"ref-for-concept-url-host\u2460"},{"id":"ref-for-concept-url-host\u2461"}],"title":"4.1. Main fetch"}],"url":"https://url.spec.whatwg.org/#concept-url-host"}, "b8852b0a": {"dfnID":"b8852b0a","dfnText":"blob URL entry","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-url-blob-entry"}],"title":"4.2. Scheme fetch"}],"url":"https://url.spec.whatwg.org/#concept-url-blob-entry"}, "bad-port": {"dfnID":"bad-port","dfnText":"bad port","external":false,"refSections":[{"refs":[{"id":"ref-for-bad-port"}],"title":"2.9. Port blocking"}],"url":"#bad-port"}, "bb81860a": {"dfnID":"bb81860a","dfnText":"obtain a blob object","external":true,"refSections":[{"refs":[{"id":"ref-for-blob-url-obtain-object"}],"title":"4.2. Scheme fetch"}],"url":"https://w3c.github.io/FileAPI/#blob-url-obtain-object"}, "bd1db03d": {"dfnID":"bd1db03d","dfnText":"policy container (for environment settings object)","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-settings-object-policy-container"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-settings-object-policy-container\u2460"},{"id":"ref-for-concept-settings-object-policy-container\u2461"},{"id":"ref-for-concept-settings-object-policy-container\u2462"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-settings-object-policy-container\u2463"}],"title":"4. Fetching"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-policy-container"}, "bd6b32a4": {"dfnID":"bd6b32a4","dfnText":"public suffix","external":true,"refSections":[{"refs":[{"id":"ref-for-host-public-suffix"}],"title":"2.5. Resolving domains"},{"refs":[{"id":"ref-for-host-public-suffix\u2460"}],"title":"4.1. Main fetch"}],"url":"https://url.spec.whatwg.org/#host-public-suffix"}, "bdbd19d1": {"dfnID":"bdbd19d1","dfnText":"Promise","external":true,"refSections":[{"refs":[{"id":"ref-for-idl-promise"},{"id":"ref-for-idl-promise\u2460"},{"id":"ref-for-idl-promise\u2461"},{"id":"ref-for-idl-promise\u2462"},{"id":"ref-for-idl-promise\u2463"},{"id":"ref-for-idl-promise\u2464"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-idl-promise\u2465"}],"title":"5.6. Fetch method"}],"url":"https://webidl.spec.whatwg.org/#idl-promise"}, "be2d2b4c": {"dfnID":"be2d2b4c","dfnText":"SyntaxError","external":true,"refSections":[{"refs":[{"id":"ref-for-syntaxerror"}],"title":"5.3. Body mixin"}],"url":"https://webidl.spec.whatwg.org/#syntaxerror"}, "bf6531af": {"dfnID":"bf6531af","dfnText":"getting a reader","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-get-a-reader"},{"id":"ref-for-readablestream-get-a-reader\u2460"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-readablestream-get-a-reader\u2461"}],"title":"Invoking fetch and processing responses"}],"url":"https://streams.spec.whatwg.org/#readablestream-get-a-reader"}, "bfc1c271": {"dfnID":"bfc1c271","dfnText":"Worker","external":true,"refSections":[{"refs":[{"id":"ref-for-worker"}],"title":"Setting up a request"}],"url":"https://html.spec.whatwg.org/multipage/workers.html#worker"}, "bffb633e": {"dfnID":"bffb633e","dfnText":"UTF-8","external":true,"refSections":[{"refs":[{"id":"ref-for-utf-8"}],"title":"3.4. `Content-Type` header"},{"refs":[{"id":"ref-for-utf-8\u2460"}],"title":"5.2. BodyInit unions"}],"url":"https://encoding.spec.whatwg.org/#utf-8"}, "block-bad-port": {"dfnID":"block-bad-port","dfnText":"should be blocked due to a bad port","external":false,"refSections":[{"refs":[{"id":"ref-for-block-bad-port"}],"title":"4.1. Main fetch"}],"url":"#block-bad-port"}, "body": {"dfnID":"body","dfnText":"Body","external":false,"refSections":[{"refs":[{"id":"ref-for-body"},{"id":"ref-for-body\u2460"},{"id":"ref-for-body\u2461"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-body\u2462"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-body\u2463"}],"title":"5.5. Response class"}],"url":"#body"}, "body-fully-read": {"dfnID":"body-fully-read","dfnText":"fully read","external":false,"refSections":[{"refs":[{"id":"ref-for-body-fully-read"},{"id":"ref-for-body-fully-read\u2460"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-body-fully-read\u2461"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-body-fully-read\u2462"},{"id":"ref-for-body-fully-read\u2463"}],"title":"Invoking fetch and processing responses"}],"url":"#body-fully-read"}, "body-incrementally-read": {"dfnID":"body-incrementally-read","dfnText":"incrementally read","external":false,"refSections":[{"refs":[{"id":"ref-for-body-incrementally-read"}],"title":"4.6. HTTP-network fetch"}],"url":"#body-incrementally-read"}, "body-unusable": {"dfnID":"body-unusable","dfnText":"unusable","external":false,"refSections":[{"refs":[{"id":"ref-for-body-unusable"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-body-unusable\u2460"},{"id":"ref-for-body-unusable\u2461"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-body-unusable\u2462"}],"title":"5.5. Response class"}],"url":"#body-unusable"}, "body-with-type": {"dfnID":"body-with-type","dfnText":"body with type","external":false,"refSections":[{"refs":[{"id":"ref-for-body-with-type"},{"id":"ref-for-body-with-type\u2460"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-body-with-type\u2461"}],"title":"5.5. Response class"}],"url":"#body-with-type"}, "body-with-type-body": {"dfnID":"body-with-type-body","dfnText":"body","external":false,"refSections":[{"refs":[{"id":"ref-for-body-with-type-body"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-body-with-type-body\u2460"},{"id":"ref-for-body-with-type-body\u2461"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-body-with-type-body\u2462"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-body-with-type-body\u2463"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-body-with-type-body\u2464"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-body-with-type-body\u2465"}],"title":"5.5. Response class"}],"url":"#body-with-type-body"}, "body-with-type-type": {"dfnID":"body-with-type-type","dfnText":"type","external":false,"refSections":[{"refs":[{"id":"ref-for-body-with-type-type"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-body-with-type-type\u2460"},{"id":"ref-for-body-with-type-type\u2461"}],"title":"5.5. Response class"}],"url":"#body-with-type-type"}, "bodyinit": {"dfnID":"bodyinit","dfnText":"BodyInit","external":false,"refSections":[{"refs":[{"id":"ref-for-bodyinit"},{"id":"ref-for-bodyinit\u2460"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-bodyinit\u2461"},{"id":"ref-for-bodyinit\u2462"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-bodyinit\u2463"}],"title":"5.5. Response class"}],"url":"#bodyinit"}, "bodyinit-safely-extract": {"dfnID":"bodyinit-safely-extract","dfnText":"safely extract","external":false,"refSections":[{"refs":[{"id":"ref-for-bodyinit-safely-extract"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-bodyinit-safely-extract\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-bodyinit-safely-extract\u2461"},{"id":"ref-for-bodyinit-safely-extract\u2462"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-bodyinit-safely-extract\u2463"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-bodyinit-safely-extract\u2464"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-bodyinit-safely-extract\u2465"}],"title":"5.2. BodyInit unions"}],"url":"#bodyinit-safely-extract"}, "build-a-content-range": {"dfnID":"build-a-content-range","dfnText":"build a content range","external":false,"refSections":[{"refs":[{"id":"ref-for-build-a-content-range"}],"title":"4.2. Scheme fetch"}],"url":"#build-a-content-range"}, "byte-sequence-as-a-body": {"dfnID":"byte-sequence-as-a-body","dfnText":"as a body","external":false,"refSections":[{"refs":[{"id":"ref-for-byte-sequence-as-a-body"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-byte-sequence-as-a-body\u2460"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-byte-sequence-as-a-body\u2461"},{"id":"ref-for-byte-sequence-as-a-body\u2462"}],"title":"4.2. Scheme fetch"}],"url":"#byte-sequence-as-a-body"}, "byte-serializing-a-request-origin": {"dfnID":"byte-serializing-a-request-origin","dfnText":"Byte-serializing a request origin","external":false,"refSections":[{"refs":[{"id":"ref-for-byte-serializing-a-request-origin"},{"id":"ref-for-byte-serializing-a-request-origin\u2460"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-byte-serializing-a-request-origin\u2461"},{"id":"ref-for-byte-serializing-a-request-origin\u2462"},{"id":"ref-for-byte-serializing-a-request-origin\u2463"}],"title":"4.8. CORS-preflight cache"},{"refs":[{"id":"ref-for-byte-serializing-a-request-origin\u2464"}],"title":"4.9. CORS check"}],"url":"#byte-serializing-a-request-origin"}, "c0350ab0": {"dfnID":"c0350ab0","dfnText":"set up with byte reading support","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-set-up-with-byte-reading-support"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-readablestream-set-up-with-byte-reading-support\u2460"}],"title":"5.2. BodyInit unions"}],"url":"https://streams.spec.whatwg.org/#readablestream-set-up-with-byte-reading-support"}, "c0365179": {"dfnID":"c0365179","dfnText":"Freshening Stored Responses upon Validation","external":true,"refSections":[{"refs":[{"id":"ref-for-freshening.responses"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"https://httpwg.org/specs/rfc9111.html#freshening.responses"}, "c0868016": {"dfnID":"c0868016","dfnText":"path","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-url-path"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-url-path\u2460"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-url-path\u2461"}],"title":"5.4. Request class"}],"url":"https://url.spec.whatwg.org/#concept-url-path"}, "c503ee23": {"dfnID":"c503ee23","dfnText":"append the Fetch metadata headers for a request","external":true,"refSections":[{"refs":[{"id":"ref-for-abstract-opdef-append-the-fetch-metadata-headers-for-a-request"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"https://w3c.github.io/webappsec-fetch-metadata/#abstract-opdef-append-the-fetch-metadata-headers-for-a-request"}, "c59c07d7": {"dfnID":"c59c07d7","dfnText":"set the password","external":true,"refSections":[{"refs":[{"id":"ref-for-set-the-password"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-set-the-password\u2460"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"https://url.spec.whatwg.org/#set-the-password"}, "c59df421": {"dfnID":"c59df421","dfnText":"multipart/form-data encoding algorithm","external":true,"refSections":[{"refs":[{"id":"ref-for-multipart%2Fform-data-encoding-algorithm"},{"id":"ref-for-multipart%2Fform-data-encoding-algorithm\u2460"}],"title":"5.2. BodyInit unions"}],"url":"https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart%2Fform-data-encoding-algorithm"}, "c62cd7cf": {"dfnID":"c62cd7cf","dfnText":"origin","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-document-origin"}],"title":"4.10. TAO check"}],"url":"https://dom.spec.whatwg.org/#concept-document-origin"}, "c63519ed": {"dfnID":"c63519ed","dfnText":"top-level origin","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-environment-top-level-origin"}],"title":"2.7. Network partition keys"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-origin"}, "c6d19e56": {"dfnID":"c6d19e56","dfnText":"event loop","external":true,"refSections":[{"refs":[{"id":"ref-for-event-loop"}],"title":"Invoking fetch and processing responses"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#event-loop"}, "c6dbeae8": {"dfnID":"c6dbeae8","dfnText":"reporting endpoint","external":true,"refSections":[{"refs":[{"id":"ref-for-embedder-policy-reporting-endpoint"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-reporting-endpoint"}, "c7574ff1": {"dfnID":"c7574ff1","dfnText":"transformAlgorithm","external":true,"refSections":[{"refs":[{"id":"ref-for-transformstream-set-up-transformalgorithm"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-transformstream-set-up-transformalgorithm\u2460"}],"title":"4.3. HTTP fetch"}],"url":"https://streams.spec.whatwg.org/#transformstream-set-up-transformalgorithm"}, "c807e273": {"dfnID":"c807e273","dfnText":"NewObject","external":true,"refSections":[{"refs":[{"id":"ref-for-NewObject"},{"id":"ref-for-NewObject\u2460"},{"id":"ref-for-NewObject\u2461"},{"id":"ref-for-NewObject\u2462"},{"id":"ref-for-NewObject\u2463"},{"id":"ref-for-NewObject\u2464"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-NewObject\u2465"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-NewObject\u2466"},{"id":"ref-for-NewObject\u2467"},{"id":"ref-for-NewObject\u2468"},{"id":"ref-for-NewObject\u2460\u24ea"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-NewObject\u2460\u2460"}],"title":"5.6. Fetch method"}],"url":"https://webidl.spec.whatwg.org/#NewObject"}, "c88f3887": {"dfnID":"c88f3887","dfnText":"item (for struct)","external":true,"refSections":[{"refs":[{"id":"ref-for-struct-item"},{"id":"ref-for-struct-item\u2460"},{"id":"ref-for-struct-item\u2461"},{"id":"ref-for-struct-item\u2462"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-struct-item\u2463"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-struct-item\u2464"}],"title":"Setting up a request"}],"url":"https://infra.spec.whatwg.org/#struct-item"}, "c9db6cec": {"dfnID":"c9db6cec","dfnText":"create a dependent abort signal","external":true,"refSections":[{"refs":[{"id":"ref-for-create-a-dependent-abort-signal"},{"id":"ref-for-create-a-dependent-abort-signal\u2460"}],"title":"5.4. Request class"}],"url":"https://dom.spec.whatwg.org/#create-a-dependent-abort-signal"}, "ca3ca4ae": {"dfnID":"ca3ca4ae","dfnText":"URL parser","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-url-parser"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-url-parser\u2460"},{"id":"ref-for-concept-url-parser\u2461"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-url-parser\u2462"}],"title":"5.5. Response class"}],"url":"https://url.spec.whatwg.org/#concept-url-parser"}, "cache-entry": {"dfnID":"cache-entry","dfnText":"cache entry","external":false,"refSections":[{"refs":[{"id":"ref-for-cache-entry"},{"id":"ref-for-cache-entry\u2460"},{"id":"ref-for-cache-entry\u2461"},{"id":"ref-for-cache-entry\u2462"},{"id":"ref-for-cache-entry\u2463"},{"id":"ref-for-cache-entry\u2464"},{"id":"ref-for-cache-entry\u2465"},{"id":"ref-for-cache-entry\u2466"}],"title":"4.8. CORS-preflight cache"}],"url":"#cache-entry"}, "cca3cdb2": {"dfnID":"cca3cdb2","dfnText":"AbortSignal","external":true,"refSections":[{"refs":[{"id":"ref-for-abortsignal"},{"id":"ref-for-abortsignal\u2460"},{"id":"ref-for-abortsignal\u2461"},{"id":"ref-for-abortsignal\u2462"},{"id":"ref-for-abortsignal\u2463"},{"id":"ref-for-abortsignal\u2464"},{"id":"ref-for-abortsignal\u2465"},{"id":"ref-for-abortsignal\u2466"}],"title":"5.4. Request class"}],"url":"https://dom.spec.whatwg.org/#abortsignal"}, "cd028611": {"dfnID":"cd028611","dfnText":"File","external":true,"refSections":[{"refs":[{"id":"ref-for-dfn-file"},{"id":"ref-for-dfn-file\u2460"},{"id":"ref-for-dfn-file\u2461"}],"title":"5.3. Body mixin"}],"url":"https://w3c.github.io/FileAPI/#dfn-file"}, "cd03669e": {"dfnID":"cd03669e","dfnText":"referrer policy","external":true,"refSections":[{"refs":[{"id":"ref-for-policy-container-referrer-policy"}],"title":"4.1. Main fetch"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#policy-container-referrer-policy"}, "cd787c3f": {"dfnID":"cd787c3f","dfnText":"exception","external":true,"refSections":[{"refs":[{"id":"ref-for-dfn-exception"},{"id":"ref-for-dfn-exception\u2460"}],"title":"2.2.4. Bodies"}],"url":"https://webidl.spec.whatwg.org/#dfn-exception"}, "clamp-and-coarsen-connection-timing-info": {"dfnID":"clamp-and-coarsen-connection-timing-info","dfnText":"clamp and coarsen connection timing info","external":false,"refSections":[{"refs":[{"id":"ref-for-clamp-and-coarsen-connection-timing-info"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-clamp-and-coarsen-connection-timing-info\u2460"}],"title":"4.6. HTTP-network fetch"}],"url":"#clamp-and-coarsen-connection-timing-info"}, "collect-an-http-quoted-string": {"dfnID":"collect-an-http-quoted-string","dfnText":"collect an HTTP quoted string","external":false,"refSections":[{"refs":[{"id":"ref-for-collect-an-http-quoted-string"}],"title":"2.2.2. Headers"}],"url":"#collect-an-http-quoted-string"}, "concept-aborted-network-error": {"dfnID":"concept-aborted-network-error","dfnText":"aborted network error","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-aborted-network-error"}],"title":"2.2.6. Responses"}],"url":"#concept-aborted-network-error"}, "concept-body": {"dfnID":"concept-body","dfnText":"body","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-body"},{"id":"ref-for-concept-body\u2460"},{"id":"ref-for-concept-body\u2461"},{"id":"ref-for-concept-body\u2462"},{"id":"ref-for-concept-body\u2463"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-concept-body\u2464"},{"id":"ref-for-concept-body\u2465"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-body\u2466"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-body\u2467"},{"id":"ref-for-concept-body\u2468"},{"id":"ref-for-concept-body\u2460\u24ea"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-body\u2460\u2460"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-concept-body\u2460\u2461"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-concept-body\u2460\u2462"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-concept-body\u2460\u2463"}],"title":"Setting up a request"}],"url":"#concept-body"}, "concept-body-body": {"dfnID":"concept-body-body","dfnText":"body","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-body-body"},{"id":"ref-for-concept-body-body\u2460"},{"id":"ref-for-concept-body-body\u2461"},{"id":"ref-for-concept-body-body\u2462"},{"id":"ref-for-concept-body-body\u2463"},{"id":"ref-for-concept-body-body\u2464"},{"id":"ref-for-concept-body-body\u2465"},{"id":"ref-for-concept-body-body\u2466"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-concept-body-body\u2467"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-body-body\u2468"}],"title":"5.5. Response class"}],"url":"#concept-body-body"}, "concept-body-clone": {"dfnID":"concept-body-clone","dfnText":"clone","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-body-clone"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-body-clone\u2460"}],"title":"2.2.6. Responses"}],"url":"#concept-body-clone"}, "concept-body-consume-body": {"dfnID":"concept-body-consume-body","dfnText":"consume body","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-body-consume-body"},{"id":"ref-for-concept-body-consume-body\u2460"},{"id":"ref-for-concept-body-consume-body\u2461"},{"id":"ref-for-concept-body-consume-body\u2462"},{"id":"ref-for-concept-body-consume-body\u2463"},{"id":"ref-for-concept-body-consume-body\u2464"}],"title":"5.3. Body mixin"}],"url":"#concept-body-consume-body"}, "concept-body-mime-type": {"dfnID":"concept-body-mime-type","dfnText":"get the MIME type","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-body-mime-type"},{"id":"ref-for-concept-body-mime-type\u2460"}],"title":"5.3. Body mixin"}],"url":"#concept-body-mime-type"}, "concept-body-source": {"dfnID":"concept-body-source","dfnText":"source","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-body-source"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-body-source\u2460"},{"id":"ref-for-concept-body-source\u2461"},{"id":"ref-for-concept-body-source\u2462"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-body-source\u2463"},{"id":"ref-for-concept-body-source\u2464"},{"id":"ref-for-concept-body-source\u2465"},{"id":"ref-for-concept-body-source\u2466"},{"id":"ref-for-concept-body-source\u2467"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-body-source\u2468"},{"id":"ref-for-concept-body-source\u2460\u24ea"},{"id":"ref-for-concept-body-source\u2460\u2460"},{"id":"ref-for-concept-body-source\u2460\u2461"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-concept-body-source\u2460\u2462"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-concept-body-source\u2460\u2463"}],"title":"5.4. Request class"}],"url":"#concept-body-source"}, "concept-body-stream": {"dfnID":"concept-body-stream","dfnText":"stream","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-body-stream"},{"id":"ref-for-concept-body-stream\u2460"},{"id":"ref-for-concept-body-stream\u2461"},{"id":"ref-for-concept-body-stream\u2462"},{"id":"ref-for-concept-body-stream\u2463"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-concept-body-stream\u2464"},{"id":"ref-for-concept-body-stream\u2465"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-body-stream\u2466"},{"id":"ref-for-concept-body-stream\u2467"},{"id":"ref-for-concept-body-stream\u2468"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-body-stream\u2460\u24ea"},{"id":"ref-for-concept-body-stream\u2460\u2460"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-body-stream\u2460\u2461"},{"id":"ref-for-concept-body-stream\u2460\u2462"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-concept-body-stream\u2460\u2463"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-concept-body-stream\u2460\u2464"},{"id":"ref-for-concept-body-stream\u2460\u2465"},{"id":"ref-for-concept-body-stream\u2460\u2466"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-concept-body-stream\u2460\u2467"}],"title":"Setting up a request"},{"refs":[{"id":"ref-for-concept-body-stream\u2460\u2468"},{"id":"ref-for-concept-body-stream\u2461\u24ea"},{"id":"ref-for-concept-body-stream\u2461\u2460"}],"title":"Invoking fetch and processing responses"}],"url":"#concept-body-stream"}, "concept-body-total-bytes": {"dfnID":"concept-body-total-bytes","dfnText":"length","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-body-total-bytes"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-body-total-bytes\u2460"},{"id":"ref-for-concept-body-total-bytes\u2461"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-body-total-bytes\u2462"}],"title":"5.2. BodyInit unions"}],"url":"#concept-body-total-bytes"}, "concept-bodyinit-extract": {"dfnID":"concept-bodyinit-extract","dfnText":"extract","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-bodyinit-extract"},{"id":"ref-for-concept-bodyinit-extract\u2460"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-concept-bodyinit-extract\u2461"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-bodyinit-extract\u2462"},{"id":"ref-for-concept-bodyinit-extract\u2463"}],"title":"5.5. Response class"}],"url":"#concept-bodyinit-extract"}, "concept-cache": {"dfnID":"concept-cache","dfnText":"CORS-preflight cache","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-cache"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-cache\u2460"},{"id":"ref-for-concept-cache\u2461"},{"id":"ref-for-concept-cache\u2462"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-cache\u2463"},{"id":"ref-for-concept-cache\u2464"},{"id":"ref-for-concept-cache\u2465"},{"id":"ref-for-concept-cache\u2466"},{"id":"ref-for-concept-cache\u2467"}],"title":"4.8. CORS-preflight cache"}],"url":"#concept-cache"}, "concept-cache-clear": {"dfnID":"concept-cache-clear","dfnText":"clear cache entries","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-cache-clear"}],"title":"4.1. Main fetch"}],"url":"#concept-cache-clear"}, "concept-cache-create-entry": {"dfnID":"concept-cache-create-entry","dfnText":"create a new cache entry","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-cache-create-entry"},{"id":"ref-for-concept-cache-create-entry\u2460"}],"title":"4.7. CORS-preflight fetch"}],"url":"#concept-cache-create-entry"}, "concept-cache-credentials": {"dfnID":"concept-cache-credentials","dfnText":"credentials","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-cache-credentials"},{"id":"ref-for-concept-cache-credentials\u2460"},{"id":"ref-for-concept-cache-credentials\u2461"}],"title":"4.8. CORS-preflight cache"}],"url":"#concept-cache-credentials"}, "concept-cache-header-name": {"dfnID":"concept-cache-header-name","dfnText":"header name","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-cache-header-name"},{"id":"ref-for-concept-cache-header-name\u2460"},{"id":"ref-for-concept-cache-header-name\u2461"}],"title":"4.8. CORS-preflight cache"}],"url":"#concept-cache-header-name"}, "concept-cache-key": {"dfnID":"concept-cache-key","dfnText":"key","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-cache-key"},{"id":"ref-for-concept-cache-key\u2460"},{"id":"ref-for-concept-cache-key\u2461"}],"title":"4.8. CORS-preflight cache"}],"url":"#concept-cache-key"}, "concept-cache-match": {"dfnID":"concept-cache-match","dfnText":"cache entry match","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-cache-match"},{"id":"ref-for-concept-cache-match\u2460"}],"title":"4.8. CORS-preflight cache"}],"url":"#concept-cache-match"}, "concept-cache-match-header": {"dfnID":"concept-cache-match-header","dfnText":"header-name cache entry match","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-cache-match-header"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-cache-match-header\u2460"},{"id":"ref-for-concept-cache-match-header\u2461"}],"title":"4.7. CORS-preflight fetch"}],"url":"#concept-cache-match-header"}, "concept-cache-match-method": {"dfnID":"concept-cache-match-method","dfnText":"method cache entry match","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-cache-match-method"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-cache-match-method\u2460"},{"id":"ref-for-concept-cache-match-method\u2461"}],"title":"4.7. CORS-preflight fetch"}],"url":"#concept-cache-match-method"}, "concept-cache-max-age": {"dfnID":"concept-cache-max-age","dfnText":"max-age","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-cache-max-age"},{"id":"ref-for-concept-cache-max-age\u2460"},{"id":"ref-for-concept-cache-max-age\u2461"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-cache-max-age\u2462"},{"id":"ref-for-concept-cache-max-age\u2463"}],"title":"4.8. CORS-preflight cache"}],"url":"#concept-cache-max-age"}, "concept-cache-method": {"dfnID":"concept-cache-method","dfnText":"method","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-cache-method"},{"id":"ref-for-concept-cache-method\u2460"}],"title":"4.8. CORS-preflight cache"}],"url":"#concept-cache-method"}, "concept-cache-origin": {"dfnID":"concept-cache-origin","dfnText":"byte-serialized origin","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-cache-origin"},{"id":"ref-for-concept-cache-origin\u2460"},{"id":"ref-for-concept-cache-origin\u2461"}],"title":"4.8. CORS-preflight cache"}],"url":"#concept-cache-origin"}, "concept-cache-url": {"dfnID":"concept-cache-url","dfnText":"URL","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-cache-url"},{"id":"ref-for-concept-cache-url\u2460"},{"id":"ref-for-concept-cache-url\u2461"}],"title":"4.8. CORS-preflight cache"}],"url":"#concept-cache-url"}, "concept-connection": {"dfnID":"concept-connection","dfnText":"connections","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-connection"},{"id":"ref-for-concept-connection\u2460"},{"id":"ref-for-concept-connection\u2461"},{"id":"ref-for-concept-connection\u2462"},{"id":"ref-for-concept-connection\u2463"},{"id":"ref-for-concept-connection\u2464"},{"id":"ref-for-concept-connection\u2465"},{"id":"ref-for-concept-connection\u2466"},{"id":"ref-for-concept-connection\u2467"},{"id":"ref-for-concept-connection\u2468"},{"id":"ref-for-concept-connection\u2460\u24ea"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-concept-connection\u2460\u2460"}],"title":"4.3. HTTP fetch"}],"url":"#concept-connection"}, "concept-connection-obtain": {"dfnID":"concept-connection-obtain","dfnText":"obtain a connection","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-connection-obtain"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-connection-obtain\u2460"}],"title":"4.6. HTTP-network fetch"}],"url":"#concept-connection-obtain"}, "concept-connection-pool": {"dfnID":"concept-connection-pool","dfnText":"connection pool","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-connection-pool"},{"id":"ref-for-concept-connection-pool\u2460"},{"id":"ref-for-concept-connection-pool\u2461"}],"title":"2.6. Connections"}],"url":"#concept-connection-pool"}, "concept-connection-timing-info": {"dfnID":"concept-connection-timing-info","dfnText":"timing info","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-connection-timing-info"},{"id":"ref-for-concept-connection-timing-info\u2460"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-concept-connection-timing-info\u2461"}],"title":"4.6. HTTP-network fetch"}],"url":"#concept-connection-timing-info"}, "concept-cors-check": {"dfnID":"concept-cors-check","dfnText":"CORS check","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-cors-check"},{"id":"ref-for-concept-cors-check\u2460"},{"id":"ref-for-concept-cors-check\u2461"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-cors-check\u2462"},{"id":"ref-for-concept-cors-check\u2463"}],"title":"4.7. CORS-preflight fetch"}],"url":"#concept-cors-check"}, "concept-fetch": {"dfnID":"concept-fetch","dfnText":"fetch","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-fetch"},{"id":"ref-for-concept-fetch\u2460"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-concept-fetch\u2461"}],"title":"2.2. HTTP"},{"refs":[{"id":"ref-for-concept-fetch\u2462"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-concept-fetch\u2463"},{"id":"ref-for-concept-fetch\u2464"},{"id":"ref-for-concept-fetch\u2465"},{"id":"ref-for-concept-fetch\u2466"},{"id":"ref-for-concept-fetch\u2467"},{"id":"ref-for-concept-fetch\u2468"},{"id":"ref-for-concept-fetch\u2460\u24ea"},{"id":"ref-for-concept-fetch\u2460\u2460"},{"id":"ref-for-concept-fetch\u2460\u2461"},{"id":"ref-for-concept-fetch\u2460\u2462"},{"id":"ref-for-concept-fetch\u2460\u2463"},{"id":"ref-for-concept-fetch\u2460\u2464"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-fetch\u2460\u2465"},{"id":"ref-for-concept-fetch\u2460\u2466"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-fetch\u2460\u2467"},{"id":"ref-for-concept-fetch\u2460\u2468"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-fetch\u2461\u24ea"},{"id":"ref-for-concept-fetch\u2461\u2460"}],"title":"3.2. CORS protocol"},{"refs":[{"id":"ref-for-concept-fetch\u2461\u2461"}],"title":"3.2.5. CORS protocol and credentials"},{"refs":[{"id":"ref-for-concept-fetch\u2461\u2462"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-fetch\u2461\u2463"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-fetch\u2461\u2464"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-fetch\u2461\u2465"},{"id":"ref-for-concept-fetch\u2461\u2466"}],"title":"5. Fetch API"},{"refs":[{"id":"ref-for-concept-fetch\u2461\u2467"}],"title":"5.6. Fetch method"},{"refs":[{"id":"ref-for-concept-fetch\u2461\u2468"}],"title":"CORS protocol and HTTP caches"},{"refs":[{"id":"ref-for-concept-fetch\u2462\u24ea"}],"title":"WebSockets"},{"refs":[{"id":"ref-for-concept-fetch\u2462\u2460"}],"title":"Using fetch in other standards"},{"refs":[{"id":"ref-for-concept-fetch\u2462\u2461"},{"id":"ref-for-concept-fetch\u2462\u2462"}],"title":"Setting up a request"},{"refs":[{"id":"ref-for-concept-fetch\u2462\u2463"},{"id":"ref-for-concept-fetch\u2462\u2464"},{"id":"ref-for-concept-fetch\u2462\u2465"},{"id":"ref-for-concept-fetch\u2462\u2466"},{"id":"ref-for-concept-fetch\u2462\u2467"},{"id":"ref-for-concept-fetch\u2462\u2468"},{"id":"ref-for-concept-fetch\u2463\u24ea"},{"id":"ref-for-concept-fetch\u2463\u2460"},{"id":"ref-for-concept-fetch\u2463\u2461"},{"id":"ref-for-concept-fetch\u2463\u2462"},{"id":"ref-for-concept-fetch\u2463\u2463"},{"id":"ref-for-concept-fetch\u2463\u2464"}],"title":"Invoking fetch and processing responses"},{"refs":[{"id":"ref-for-concept-fetch\u2463\u2465"},{"id":"ref-for-concept-fetch\u2463\u2466"}],"title":"Manipulating an ongoing fetch"}],"url":"#concept-fetch"}, "concept-fetch-group": {"dfnID":"concept-fetch-group","dfnText":"fetch group","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-fetch-group"},{"id":"ref-for-concept-fetch-group\u2460"}],"title":"2.4. Fetch groups"},{"refs":[{"id":"ref-for-concept-fetch-group\u2461"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-fetch-group\u2462"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#concept-fetch-group"}, "concept-fetch-group-terminate": {"dfnID":"concept-fetch-group-terminate","dfnText":"terminated","external":false,"refSections":[],"url":"#concept-fetch-group-terminate"}, "concept-fetch-record": {"dfnID":"concept-fetch-record","dfnText":"fetch records","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-fetch-record"},{"id":"ref-for-concept-fetch-record\u2460"},{"id":"ref-for-concept-fetch-record\u2461"},{"id":"ref-for-concept-fetch-record\u2462"},{"id":"ref-for-concept-fetch-record\u2463"}],"title":"2.4. Fetch groups"},{"refs":[{"id":"ref-for-concept-fetch-record\u2464"},{"id":"ref-for-concept-fetch-record\u2465"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-fetch-record\u2466"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#concept-fetch-record"}, "concept-fetch-record-fetch": {"dfnID":"concept-fetch-record-fetch","dfnText":"controller","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-fetch-record-fetch"},{"id":"ref-for-concept-fetch-record-fetch\u2460"}],"title":"2.4. Fetch groups"},{"refs":[{"id":"ref-for-concept-fetch-record-fetch\u2461"}],"title":"4. Fetching"}],"url":"#concept-fetch-record-fetch"}, "concept-fetch-record-request": {"dfnID":"concept-fetch-record-request","dfnText":"request","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-fetch-record-request"}],"title":"2.4. Fetch groups"},{"refs":[{"id":"ref-for-concept-fetch-record-request\u2460"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-fetch-record-request\u2461"},{"id":"ref-for-concept-fetch-record-request\u2462"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#concept-fetch-record-request"}, "concept-fetch-resume": {"dfnID":"concept-fetch-resume","dfnText":"resumed","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-fetch-resume"}],"title":"4.6. HTTP-network fetch"}],"url":"#concept-fetch-resume"}, "concept-fetch-suspend": {"dfnID":"concept-fetch-suspend","dfnText":"suspend","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-fetch-suspend"},{"id":"ref-for-concept-fetch-suspend\u2460"}],"title":"4.6. HTTP-network fetch"}],"url":"#concept-fetch-suspend"}, "concept-filtered-response": {"dfnID":"concept-filtered-response","dfnText":"filtered response","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-filtered-response"},{"id":"ref-for-concept-filtered-response\u2460"},{"id":"ref-for-concept-filtered-response\u2461"},{"id":"ref-for-concept-filtered-response\u2462"},{"id":"ref-for-concept-filtered-response\u2463"},{"id":"ref-for-concept-filtered-response\u2464"},{"id":"ref-for-concept-filtered-response\u2465"},{"id":"ref-for-concept-filtered-response\u2466"},{"id":"ref-for-concept-filtered-response\u2467"},{"id":"ref-for-concept-filtered-response\u2468"},{"id":"ref-for-concept-filtered-response\u2460\u24ea"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-filtered-response\u2460\u2460"},{"id":"ref-for-concept-filtered-response\u2460\u2461"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-filtered-response\u2460\u2462"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-filtered-response\u2460\u2463"}],"title":"4.4. HTTP-redirect fetch"}],"url":"#concept-filtered-response"}, "concept-filtered-response-basic": {"dfnID":"concept-filtered-response-basic","dfnText":"basic filtered response","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-filtered-response-basic"}],"title":"4.1. Main fetch"}],"url":"#concept-filtered-response-basic"}, "concept-filtered-response-cors": {"dfnID":"concept-filtered-response-cors","dfnText":"CORS filtered response","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-filtered-response-cors"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-filtered-response-cors\u2460"}],"title":"4.1. Main fetch"}],"url":"#concept-filtered-response-cors"}, "concept-filtered-response-opaque": {"dfnID":"concept-filtered-response-opaque","dfnText":"opaque filtered response","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-filtered-response-opaque"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-filtered-response-opaque\u2460"},{"id":"ref-for-concept-filtered-response-opaque\u2461"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-filtered-response-opaque\u2462"},{"id":"ref-for-concept-filtered-response-opaque\u2463"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-filtered-response-opaque\u2464"}],"title":"4.1. Main fetch"}],"url":"#concept-filtered-response-opaque"}, "concept-filtered-response-opaque-redirect": {"dfnID":"concept-filtered-response-opaque-redirect","dfnText":"opaque-redirect filtered response","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-filtered-response-opaque-redirect"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-filtered-response-opaque-redirect\u2460"},{"id":"ref-for-concept-filtered-response-opaque-redirect\u2461"},{"id":"ref-for-concept-filtered-response-opaque-redirect\u2462"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-filtered-response-opaque-redirect\u2463"}],"title":"4.3. HTTP fetch"}],"url":"#concept-filtered-response-opaque-redirect"}, "concept-fresh-response": {"dfnID":"concept-fresh-response","dfnText":"fresh response","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-fresh-response"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-fresh-response\u2460"},{"id":"ref-for-concept-fresh-response\u2461"}],"title":"2.2.6. Responses"}],"url":"#concept-fresh-response"}, "concept-header": {"dfnID":"concept-header","dfnText":"header","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-header"},{"id":"ref-for-concept-header\u2460"},{"id":"ref-for-concept-header\u2461"},{"id":"ref-for-concept-header\u2462"},{"id":"ref-for-concept-header\u2463"},{"id":"ref-for-concept-header\u2464"},{"id":"ref-for-concept-header\u2465"},{"id":"ref-for-concept-header\u2466"},{"id":"ref-for-concept-header\u2467"},{"id":"ref-for-concept-header\u2468"},{"id":"ref-for-concept-header\u2460\u24ea"},{"id":"ref-for-concept-header\u2460\u2460"},{"id":"ref-for-concept-header\u2460\u2461"},{"id":"ref-for-concept-header\u2460\u2462"},{"id":"ref-for-concept-header\u2460\u2463"},{"id":"ref-for-concept-header\u2460\u2464"},{"id":"ref-for-concept-header\u2460\u2465"},{"id":"ref-for-concept-header\u2460\u2466"},{"id":"ref-for-concept-header\u2460\u2467"},{"id":"ref-for-concept-header\u2460\u2468"},{"id":"ref-for-concept-header\u2461\u24ea"},{"id":"ref-for-concept-header\u2461\u2460"},{"id":"ref-for-concept-header\u2461\u2461"},{"id":"ref-for-concept-header\u2461\u2462"},{"id":"ref-for-concept-header\u2461\u2463"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-concept-header\u2461\u2464"},{"id":"ref-for-concept-header\u2461\u2465"},{"id":"ref-for-concept-header\u2461\u2466"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-header\u2461\u2467"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-header\u2461\u2468"},{"id":"ref-for-concept-header\u2462\u24ea"},{"id":"ref-for-concept-header\u2462\u2460"}],"title":"3.2.2. HTTP requests"},{"refs":[{"id":"ref-for-concept-header\u2462\u2461"},{"id":"ref-for-concept-header\u2462\u2462"},{"id":"ref-for-concept-header\u2462\u2463"},{"id":"ref-for-concept-header\u2462\u2464"},{"id":"ref-for-concept-header\u2462\u2465"},{"id":"ref-for-concept-header\u2462\u2466"},{"id":"ref-for-concept-header\u2462\u2467"},{"id":"ref-for-concept-header\u2462\u2468"},{"id":"ref-for-concept-header\u2463\u24ea"},{"id":"ref-for-concept-header\u2463\u2460"}],"title":"3.2.3. HTTP responses"},{"refs":[{"id":"ref-for-concept-header\u2463\u2461"},{"id":"ref-for-concept-header\u2463\u2462"}],"title":"3.2.4. HTTP new-header syntax"},{"refs":[{"id":"ref-for-concept-header\u2463\u2463"}],"title":"3.2.5. CORS protocol and credentials"},{"refs":[{"id":"ref-for-concept-header\u2463\u2464"},{"id":"ref-for-concept-header\u2463\u2465"}],"title":"3.5. `X-Content-Type-Options` header"},{"refs":[{"id":"ref-for-concept-header\u2463\u2466"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-header\u2463\u2467"},{"id":"ref-for-concept-header\u2463\u2468"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-header\u2464\u24ea"},{"id":"ref-for-concept-header\u2464\u2460"},{"id":"ref-for-concept-header\u2464\u2461"},{"id":"ref-for-concept-header\u2464\u2462"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-header\u2464\u2463"},{"id":"ref-for-concept-header\u2464\u2464"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-concept-header\u2464\u2465"},{"id":"ref-for-concept-header\u2464\u2466"},{"id":"ref-for-concept-header\u2464\u2467"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-concept-header\u2464\u2468"},{"id":"ref-for-concept-header\u2465\u24ea"},{"id":"ref-for-concept-header\u2465\u2460"}],"title":"Basic safe CORS protocol setup"}],"url":"#concept-header"}, "concept-header-extract-mime-type": {"dfnID":"concept-header-extract-mime-type","dfnText":"extract a MIME type","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-header-extract-mime-type"},{"id":"ref-for-concept-header-extract-mime-type\u2460"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-concept-header-extract-mime-type\u2461"}],"title":"2.10. Should\nresponse to request be blocked due to its MIME type?"},{"refs":[{"id":"ref-for-concept-header-extract-mime-type\u2462"},{"id":"ref-for-concept-header-extract-mime-type\u2463"},{"id":"ref-for-concept-header-extract-mime-type\u2464"}],"title":"3.4. `Content-Type` header"},{"refs":[{"id":"ref-for-concept-header-extract-mime-type\u2465"}],"title":"3.5.1. Should\nresponse to request be blocked due to nosniff?"},{"refs":[{"id":"ref-for-concept-header-extract-mime-type\u2466"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-header-extract-mime-type\u2467"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-concept-header-extract-mime-type\u2468"}],"title":"Invoking fetch and processing responses"}],"url":"#concept-header-extract-mime-type"}, "concept-header-list": {"dfnID":"concept-header-list","dfnText":"header list","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-header-list"},{"id":"ref-for-concept-header-list\u2460"},{"id":"ref-for-concept-header-list\u2461"},{"id":"ref-for-concept-header-list\u2462"},{"id":"ref-for-concept-header-list\u2463"},{"id":"ref-for-concept-header-list\u2464"},{"id":"ref-for-concept-header-list\u2465"},{"id":"ref-for-concept-header-list\u2466"},{"id":"ref-for-concept-header-list\u2467"},{"id":"ref-for-concept-header-list\u2468"},{"id":"ref-for-concept-header-list\u2460\u24ea"},{"id":"ref-for-concept-header-list\u2460\u2460"},{"id":"ref-for-concept-header-list\u2460\u2461"},{"id":"ref-for-concept-header-list\u2460\u2462"},{"id":"ref-for-concept-header-list\u2460\u2463"},{"id":"ref-for-concept-header-list\u2460\u2464"},{"id":"ref-for-concept-header-list\u2460\u2465"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-concept-header-list\u2460\u2466"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-header-list\u2460\u2467"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-header-list\u2460\u2468"}],"title":"3.3. `Content-Length` header"},{"refs":[{"id":"ref-for-concept-header-list\u2461\u24ea"}],"title":"3.4. `Content-Type` header"},{"refs":[{"id":"ref-for-concept-header-list\u2461\u2460"}],"title":"3.5. `X-Content-Type-Options` header"},{"refs":[{"id":"ref-for-concept-header-list\u2461\u2461"},{"id":"ref-for-concept-header-list\u2461\u2462"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-concept-header-list\u2461\u2463"}],"title":"Setting up a request"}],"url":"#concept-header-list"}, "concept-header-list-append": {"dfnID":"concept-header-list-append","dfnText":"append","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-header-list-append"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-header-list-append\u2460"},{"id":"ref-for-concept-header-list-append\u2461"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-header-list-append\u2462"},{"id":"ref-for-concept-header-list-append\u2463"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-header-list-append\u2464"},{"id":"ref-for-concept-header-list-append\u2465"},{"id":"ref-for-concept-header-list-append\u2466"},{"id":"ref-for-concept-header-list-append\u2467"},{"id":"ref-for-concept-header-list-append\u2468"},{"id":"ref-for-concept-header-list-append\u2460\u24ea"},{"id":"ref-for-concept-header-list-append\u2460\u2460"},{"id":"ref-for-concept-header-list-append\u2460\u2461"},{"id":"ref-for-concept-header-list-append\u2460\u2462"},{"id":"ref-for-concept-header-list-append\u2460\u2463"},{"id":"ref-for-concept-header-list-append\u2460\u2464"},{"id":"ref-for-concept-header-list-append\u2460\u2465"},{"id":"ref-for-concept-header-list-append\u2460\u2466"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-header-list-append\u2460\u2467"},{"id":"ref-for-concept-header-list-append\u2460\u2468"},{"id":"ref-for-concept-header-list-append\u2461\u24ea"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-header-list-append\u2461\u2460"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-concept-header-list-append\u2461\u2461"},{"id":"ref-for-concept-header-list-append\u2461\u2462"}],"title":"5.5. Response class"}],"url":"#concept-header-list-append"}, "concept-header-list-combine": {"dfnID":"concept-header-list-combine","dfnText":"combine","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-header-list-combine"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-concept-header-list-combine\u2460"}],"title":"4.7. CORS-preflight fetch"}],"url":"#concept-header-list-combine"}, "concept-header-list-delete": {"dfnID":"concept-header-list-delete","dfnText":"delete","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-header-list-delete"},{"id":"ref-for-concept-header-list-delete\u2460"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-header-list-delete\u2461"},{"id":"ref-for-concept-header-list-delete\u2462"}],"title":"5.1. Headers class"}],"url":"#concept-header-list-delete"}, "concept-header-list-get": {"dfnID":"concept-header-list-get","dfnText":"get","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-header-list-get"},{"id":"ref-for-concept-header-list-get\u2460"},{"id":"ref-for-concept-header-list-get\u2461"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-concept-header-list-get\u2462"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-header-list-get\u2463"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-header-list-get\u2464"},{"id":"ref-for-concept-header-list-get\u2465"}],"title":"4.9. CORS check"},{"refs":[{"id":"ref-for-concept-header-list-get\u2466"},{"id":"ref-for-concept-header-list-get\u2467"}],"title":"5.1. Headers class"}],"url":"#concept-header-list-get"}, "concept-header-list-get-decode-split": {"dfnID":"concept-header-list-get-decode-split","dfnText":"get, decode, and split","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-header-list-get-decode-split"},{"id":"ref-for-concept-header-list-get-decode-split\u2460"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-concept-header-list-get-decode-split\u2461"}],"title":"3.3. `Content-Length` header"},{"refs":[{"id":"ref-for-concept-header-list-get-decode-split\u2462"}],"title":"3.4. `Content-Type` header"},{"refs":[{"id":"ref-for-concept-header-list-get-decode-split\u2463"}],"title":"3.5. `X-Content-Type-Options` header"},{"refs":[{"id":"ref-for-concept-header-list-get-decode-split\u2464"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-header-list-get-decode-split\u2465"}],"title":"4.10. TAO check"}],"url":"#concept-header-list-get-decode-split"}, "concept-header-list-get-structured-header": {"dfnID":"concept-header-list-get-structured-header","dfnText":"get a structured field value","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-header-list-get-structured-header"}],"title":"2.2.2. Headers"}],"url":"#concept-header-list-get-structured-header"}, "concept-header-list-set": {"dfnID":"concept-header-list-set","dfnText":"set","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-header-list-set"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-concept-header-list-set\u2460"}],"title":"5.1. Headers class"}],"url":"#concept-header-list-set"}, "concept-header-list-set-structured-header": {"dfnID":"concept-header-list-set-structured-header","dfnText":"set a structured field value","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-header-list-set-structured-header"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#concept-header-list-set-structured-header"}, "concept-header-list-sort-and-combine": {"dfnID":"concept-header-list-sort-and-combine","dfnText":"sort and combine","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-header-list-sort-and-combine"}],"title":"5.1. Headers class"}],"url":"#concept-header-list-sort-and-combine"}, "concept-header-name": {"dfnID":"concept-header-name","dfnText":"name","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-header-name"},{"id":"ref-for-concept-header-name\u2460"},{"id":"ref-for-concept-header-name\u2461"},{"id":"ref-for-concept-header-name\u2462"},{"id":"ref-for-concept-header-name\u2463"},{"id":"ref-for-concept-header-name\u2464"},{"id":"ref-for-concept-header-name\u2465"},{"id":"ref-for-concept-header-name\u2466"},{"id":"ref-for-concept-header-name\u2467"},{"id":"ref-for-concept-header-name\u2468"},{"id":"ref-for-concept-header-name\u2460\u24ea"},{"id":"ref-for-concept-header-name\u2460\u2460"},{"id":"ref-for-concept-header-name\u2460\u2461"},{"id":"ref-for-concept-header-name\u2460\u2462"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-concept-header-name\u2460\u2463"},{"id":"ref-for-concept-header-name\u2460\u2464"},{"id":"ref-for-concept-header-name\u2460\u2465"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-header-name\u2460\u2466"}],"title":"3.2.3. HTTP responses"},{"refs":[{"id":"ref-for-concept-header-name\u2460\u2467"},{"id":"ref-for-concept-header-name\u2460\u2468"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-header-name\u2461\u24ea"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-header-name\u2461\u2460"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-concept-header-name\u2461\u2461"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-header-name\u2461\u2462"}],"title":"5.1. Headers class"}],"url":"#concept-header-name"}, "concept-header-value": {"dfnID":"concept-header-value","dfnText":"value","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-header-value"},{"id":"ref-for-concept-header-value\u2460"},{"id":"ref-for-concept-header-value\u2461"},{"id":"ref-for-concept-header-value\u2462"},{"id":"ref-for-concept-header-value\u2463"},{"id":"ref-for-concept-header-value\u2464"},{"id":"ref-for-concept-header-value\u2465"},{"id":"ref-for-concept-header-value\u2466"},{"id":"ref-for-concept-header-value\u2467"},{"id":"ref-for-concept-header-value\u2468"},{"id":"ref-for-concept-header-value\u2460\u24ea"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-concept-header-value\u2460\u2460"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-header-value\u2460\u2461"},{"id":"ref-for-concept-header-value\u2460\u2462"}],"title":"3.2.3. HTTP responses"},{"refs":[{"id":"ref-for-concept-header-value\u2460\u2463"},{"id":"ref-for-concept-header-value\u2460\u2464"}],"title":"3.2.4. HTTP new-header syntax"},{"refs":[{"id":"ref-for-concept-header-value\u2460\u2465"}],"title":"3.5. `X-Content-Type-Options` header"},{"refs":[{"id":"ref-for-concept-header-value\u2460\u2466"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-header-value\u2460\u2467"},{"id":"ref-for-concept-header-value\u2460\u2468"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-header-value\u2461\u24ea"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-concept-header-value\u2461\u2460"}],"title":"5.1. Headers class"}],"url":"#concept-header-value"}, "concept-header-value-normalize": {"dfnID":"concept-header-value-normalize","dfnText":"normalize","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-header-value-normalize"},{"id":"ref-for-concept-header-value-normalize\u2460"}],"title":"5.1. Headers class"}],"url":"#concept-header-value-normalize"}, "concept-headers-append": {"dfnID":"concept-headers-append","dfnText":"append","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-headers-append"},{"id":"ref-for-concept-headers-append\u2460"},{"id":"ref-for-concept-headers-append\u2461"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-concept-headers-append\u2462"},{"id":"ref-for-concept-headers-append\u2463"}],"title":"5.4. Request class"}],"url":"#concept-headers-append"}, "concept-headers-fill": {"dfnID":"concept-headers-fill","dfnText":"fill","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-headers-fill"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-concept-headers-fill\u2460"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-headers-fill\u2461"}],"title":"5.5. Response class"}],"url":"#concept-headers-fill"}, "concept-headers-guard": {"dfnID":"concept-headers-guard","dfnText":"guard","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-headers-guard"},{"id":"ref-for-concept-headers-guard\u2460"},{"id":"ref-for-concept-headers-guard\u2461"},{"id":"ref-for-concept-headers-guard\u2462"},{"id":"ref-for-concept-headers-guard\u2463"},{"id":"ref-for-concept-headers-guard\u2464"},{"id":"ref-for-concept-headers-guard\u2465"},{"id":"ref-for-concept-headers-guard\u2466"},{"id":"ref-for-concept-headers-guard\u2467"},{"id":"ref-for-concept-headers-guard\u2468"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-concept-headers-guard\u2460\u24ea"},{"id":"ref-for-concept-headers-guard\u2460\u2460"},{"id":"ref-for-concept-headers-guard\u2460\u2461"},{"id":"ref-for-concept-headers-guard\u2460\u2462"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-headers-guard\u2460\u2463"},{"id":"ref-for-concept-headers-guard\u2460\u2464"},{"id":"ref-for-concept-headers-guard\u2460\u2465"}],"title":"5.5. Response class"}],"url":"#concept-headers-guard"}, "concept-headers-header-list": {"dfnID":"concept-headers-header-list","dfnText":"header list","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-headers-header-list"},{"id":"ref-for-concept-headers-header-list\u2460"},{"id":"ref-for-concept-headers-header-list\u2461"},{"id":"ref-for-concept-headers-header-list\u2462"},{"id":"ref-for-concept-headers-header-list\u2463"},{"id":"ref-for-concept-headers-header-list\u2464"},{"id":"ref-for-concept-headers-header-list\u2465"},{"id":"ref-for-concept-headers-header-list\u2466"},{"id":"ref-for-concept-headers-header-list\u2467"},{"id":"ref-for-concept-headers-header-list\u2468"},{"id":"ref-for-concept-headers-header-list\u2460\u24ea"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-concept-headers-header-list\u2460\u2460"},{"id":"ref-for-concept-headers-header-list\u2460\u2461"},{"id":"ref-for-concept-headers-header-list\u2460\u2462"},{"id":"ref-for-concept-headers-header-list\u2460\u2463"},{"id":"ref-for-concept-headers-header-list\u2460\u2464"},{"id":"ref-for-concept-headers-header-list\u2460\u2465"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-headers-header-list\u2460\u2466"},{"id":"ref-for-concept-headers-header-list\u2460\u2467"}],"title":"5.5. Response class"}],"url":"#concept-headers-header-list"}, "concept-headers-remove-privileged-no-cors-request-headers": {"dfnID":"concept-headers-remove-privileged-no-cors-request-headers","dfnText":"remove privileged no-CORS request-headers","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-headers-remove-privileged-no-cors-request-headers"},{"id":"ref-for-concept-headers-remove-privileged-no-cors-request-headers\u2460"},{"id":"ref-for-concept-headers-remove-privileged-no-cors-request-headers\u2461"}],"title":"5.1. Headers class"}],"url":"#concept-headers-remove-privileged-no-cors-request-headers"}, "concept-http-fetch": {"dfnID":"concept-http-fetch","dfnText":"HTTP fetch","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-http-fetch"},{"id":"ref-for-concept-http-fetch\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-http-fetch\u2461"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-http-fetch\u2462"},{"id":"ref-for-concept-http-fetch\u2463"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-http-fetch\u2464"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-http-fetch\u2465"}],"title":"4.7. CORS-preflight fetch"}],"url":"#concept-http-fetch"}, "concept-http-network-fetch": {"dfnID":"concept-http-network-fetch","dfnText":"HTTP-network fetch","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-http-network-fetch"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#concept-http-network-fetch"}, "concept-http-network-or-cache-fetch": {"dfnID":"concept-http-network-or-cache-fetch","dfnText":"HTTP-network-or-cache fetch","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-http-network-or-cache-fetch"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-http-network-or-cache-fetch\u2460"},{"id":"ref-for-concept-http-network-or-cache-fetch\u2461"},{"id":"ref-for-concept-http-network-or-cache-fetch\u2462"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-http-network-or-cache-fetch\u2463"},{"id":"ref-for-concept-http-network-or-cache-fetch\u2464"}],"title":"4.7. CORS-preflight fetch"}],"url":"#concept-http-network-or-cache-fetch"}, "concept-http-redirect-fetch": {"dfnID":"concept-http-redirect-fetch","dfnText":"HTTP-redirect fetch","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-http-redirect-fetch"},{"id":"ref-for-concept-http-redirect-fetch\u2460"}],"title":"4.3. HTTP fetch"}],"url":"#concept-http-redirect-fetch"}, "concept-internal-response": {"dfnID":"concept-internal-response","dfnText":"internal response","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-internal-response"},{"id":"ref-for-concept-internal-response\u2460"},{"id":"ref-for-concept-internal-response\u2461"},{"id":"ref-for-concept-internal-response\u2462"},{"id":"ref-for-concept-internal-response\u2463"},{"id":"ref-for-concept-internal-response\u2464"},{"id":"ref-for-concept-internal-response\u2465"},{"id":"ref-for-concept-internal-response\u2466"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-internal-response\u2467"},{"id":"ref-for-concept-internal-response\u2468"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-internal-response\u2460\u24ea"},{"id":"ref-for-concept-internal-response\u2460\u2460"},{"id":"ref-for-concept-internal-response\u2460\u2461"},{"id":"ref-for-concept-internal-response\u2460\u2462"},{"id":"ref-for-concept-internal-response\u2460\u2463"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-internal-response\u2460\u2464"},{"id":"ref-for-concept-internal-response\u2460\u2465"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-internal-response\u2460\u2466"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-internal-response\u2460\u2467"}],"title":"Atomic HTTP redirect handling"},{"refs":[{"id":"ref-for-concept-internal-response\u2460\u2468"},{"id":"ref-for-concept-internal-response\u2461\u24ea"}],"title":"Invoking fetch and processing responses"}],"url":"#concept-internal-response"}, "concept-main-fetch": {"dfnID":"concept-main-fetch","dfnText":"main fetch","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-main-fetch"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-main-fetch\u2460"},{"id":"ref-for-concept-main-fetch\u2461"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-main-fetch\u2462"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#concept-main-fetch"}, "concept-method": {"dfnID":"concept-method","dfnText":"method","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-method"},{"id":"ref-for-concept-method\u2460"},{"id":"ref-for-concept-method\u2461"},{"id":"ref-for-concept-method\u2462"},{"id":"ref-for-concept-method\u2463"}],"title":"2.2.1. Methods"},{"refs":[{"id":"ref-for-concept-method\u2464"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-method\u2465"},{"id":"ref-for-concept-method\u2466"}],"title":"3.2.2. HTTP requests"},{"refs":[{"id":"ref-for-concept-method\u2467"}],"title":"3.2.3. HTTP responses"},{"refs":[{"id":"ref-for-concept-method\u2468"}],"title":"3.2.4. HTTP new-header syntax"},{"refs":[{"id":"ref-for-concept-method\u2460\u24ea"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-method\u2460\u2460"}],"title":"4.8. CORS-preflight cache"},{"refs":[{"id":"ref-for-concept-method\u2460\u2461"}],"title":"5.4. Request class"}],"url":"#concept-method"}, "concept-method-normalize": {"dfnID":"concept-method-normalize","dfnText":"normalize","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-method-normalize"},{"id":"ref-for-concept-method-normalize\u2460"}],"title":"2.2.1. Methods"},{"refs":[{"id":"ref-for-concept-method-normalize\u2461"}],"title":"5.4. Request class"}],"url":"#concept-method-normalize"}, "concept-network-error": {"dfnID":"concept-network-error","dfnText":"network error","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-network-error"},{"id":"ref-for-concept-network-error\u2460"},{"id":"ref-for-concept-network-error\u2461"},{"id":"ref-for-concept-network-error\u2462"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-network-error\u2463"},{"id":"ref-for-concept-network-error\u2464"},{"id":"ref-for-concept-network-error\u2465"},{"id":"ref-for-concept-network-error\u2466"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-network-error\u2467"},{"id":"ref-for-concept-network-error\u2468"},{"id":"ref-for-concept-network-error\u2460\u24ea"},{"id":"ref-for-concept-network-error\u2460\u2460"},{"id":"ref-for-concept-network-error\u2460\u2461"},{"id":"ref-for-concept-network-error\u2460\u2462"},{"id":"ref-for-concept-network-error\u2460\u2463"},{"id":"ref-for-concept-network-error\u2460\u2464"},{"id":"ref-for-concept-network-error\u2460\u2465"},{"id":"ref-for-concept-network-error\u2460\u2466"},{"id":"ref-for-concept-network-error\u2460\u2467"},{"id":"ref-for-concept-network-error\u2460\u2468"},{"id":"ref-for-concept-network-error\u2461\u24ea"},{"id":"ref-for-concept-network-error\u2461\u2460"},{"id":"ref-for-concept-network-error\u2461\u2461"},{"id":"ref-for-concept-network-error\u2461\u2462"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-network-error\u2461\u2463"},{"id":"ref-for-concept-network-error\u2461\u2464"},{"id":"ref-for-concept-network-error\u2461\u2465"},{"id":"ref-for-concept-network-error\u2461\u2466"},{"id":"ref-for-concept-network-error\u2461\u2467"},{"id":"ref-for-concept-network-error\u2461\u2468"},{"id":"ref-for-concept-network-error\u2462\u24ea"},{"id":"ref-for-concept-network-error\u2462\u2460"},{"id":"ref-for-concept-network-error\u2462\u2461"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-network-error\u2462\u2462"},{"id":"ref-for-concept-network-error\u2462\u2463"},{"id":"ref-for-concept-network-error\u2462\u2464"},{"id":"ref-for-concept-network-error\u2462\u2465"},{"id":"ref-for-concept-network-error\u2462\u2466"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-network-error\u2462\u2467"},{"id":"ref-for-concept-network-error\u2462\u2468"},{"id":"ref-for-concept-network-error\u2463\u24ea"},{"id":"ref-for-concept-network-error\u2463\u2460"},{"id":"ref-for-concept-network-error\u2463\u2461"},{"id":"ref-for-concept-network-error\u2463\u2462"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-network-error\u2463\u2463"},{"id":"ref-for-concept-network-error\u2463\u2464"},{"id":"ref-for-concept-network-error\u2463\u2465"},{"id":"ref-for-concept-network-error\u2463\u2466"},{"id":"ref-for-concept-network-error\u2463\u2467"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-network-error\u2463\u2468"},{"id":"ref-for-concept-network-error\u2464\u24ea"},{"id":"ref-for-concept-network-error\u2464\u2460"},{"id":"ref-for-concept-network-error\u2464\u2461"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-concept-network-error\u2464\u2462"},{"id":"ref-for-concept-network-error\u2464\u2463"},{"id":"ref-for-concept-network-error\u2464\u2464"},{"id":"ref-for-concept-network-error\u2464\u2465"},{"id":"ref-for-concept-network-error\u2464\u2466"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-network-error\u2464\u2467"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-concept-network-error\u2464\u2468"}],"title":"5.6. Fetch method"},{"refs":[{"id":"ref-for-concept-network-error\u2465\u24ea"},{"id":"ref-for-concept-network-error\u2465\u2460"}],"title":"Invoking fetch and processing responses"}],"url":"#concept-network-error"}, "concept-potential-destination": {"dfnID":"concept-potential-destination","dfnText":"potential destination","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-potential-destination"}],"title":"2.2.7. Miscellaneous"}],"url":"#concept-potential-destination"}, "concept-potential-destination-translate": {"dfnID":"concept-potential-destination-translate","dfnText":"translate","external":false,"refSections":[],"url":"#concept-potential-destination-translate"}, "concept-request": {"dfnID":"concept-request","dfnText":"request","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-concept-request\u2460"},{"id":"ref-for-concept-request\u2461"},{"id":"ref-for-concept-request\u2462"},{"id":"ref-for-concept-request\u2463"},{"id":"ref-for-concept-request\u2464"},{"id":"ref-for-concept-request\u2465"},{"id":"ref-for-concept-request\u2466"},{"id":"ref-for-concept-request\u2467"},{"id":"ref-for-concept-request\u2468"},{"id":"ref-for-concept-request\u2460\u24ea"},{"id":"ref-for-concept-request\u2460\u2460"},{"id":"ref-for-concept-request\u2460\u2461"},{"id":"ref-for-concept-request\u2460\u2462"},{"id":"ref-for-concept-request\u2460\u2463"},{"id":"ref-for-concept-request\u2460\u2464"},{"id":"ref-for-concept-request\u2460\u2465"},{"id":"ref-for-concept-request\u2460\u2466"},{"id":"ref-for-concept-request\u2460\u2467"},{"id":"ref-for-concept-request\u2460\u2468"},{"id":"ref-for-concept-request\u2461\u24ea"},{"id":"ref-for-concept-request\u2461\u2460"},{"id":"ref-for-concept-request\u2461\u2461"},{"id":"ref-for-concept-request\u2461\u2462"},{"id":"ref-for-concept-request\u2461\u2463"},{"id":"ref-for-concept-request\u2461\u2464"},{"id":"ref-for-concept-request\u2461\u2465"},{"id":"ref-for-concept-request\u2461\u2466"},{"id":"ref-for-concept-request\u2461\u2467"},{"id":"ref-for-concept-request\u2461\u2468"},{"id":"ref-for-concept-request\u2462\u24ea"},{"id":"ref-for-concept-request\u2462\u2460"},{"id":"ref-for-concept-request\u2462\u2461"},{"id":"ref-for-concept-request\u2462\u2462"},{"id":"ref-for-concept-request\u2462\u2463"},{"id":"ref-for-concept-request\u2462\u2464"},{"id":"ref-for-concept-request\u2462\u2465"},{"id":"ref-for-concept-request\u2462\u2466"},{"id":"ref-for-concept-request\u2462\u2467"},{"id":"ref-for-concept-request\u2462\u2468"},{"id":"ref-for-concept-request\u2463\u24ea"},{"id":"ref-for-concept-request\u2463\u2460"},{"id":"ref-for-concept-request\u2463\u2461"},{"id":"ref-for-concept-request\u2463\u2462"},{"id":"ref-for-concept-request\u2463\u2463"},{"id":"ref-for-concept-request\u2463\u2464"},{"id":"ref-for-concept-request\u2463\u2465"},{"id":"ref-for-concept-request\u2463\u2466"},{"id":"ref-for-concept-request\u2463\u2467"},{"id":"ref-for-concept-request\u2463\u2468"},{"id":"ref-for-concept-request\u2464\u24ea"},{"id":"ref-for-concept-request\u2464\u2460"},{"id":"ref-for-concept-request\u2464\u2461"},{"id":"ref-for-concept-request\u2464\u2462"},{"id":"ref-for-concept-request\u2464\u2463"},{"id":"ref-for-concept-request\u2464\u2464"},{"id":"ref-for-concept-request\u2464\u2465"},{"id":"ref-for-concept-request\u2464\u2466"},{"id":"ref-for-concept-request\u2464\u2467"},{"id":"ref-for-concept-request\u2464\u2468"},{"id":"ref-for-concept-request\u2465\u24ea"},{"id":"ref-for-concept-request\u2465\u2460"},{"id":"ref-for-concept-request\u2465\u2461"},{"id":"ref-for-concept-request\u2465\u2462"},{"id":"ref-for-concept-request\u2465\u2463"},{"id":"ref-for-concept-request\u2465\u2464"},{"id":"ref-for-concept-request\u2465\u2465"},{"id":"ref-for-concept-request\u2465\u2466"},{"id":"ref-for-concept-request\u2465\u2467"},{"id":"ref-for-concept-request\u2465\u2468"},{"id":"ref-for-concept-request\u2466\u24ea"},{"id":"ref-for-concept-request\u2466\u2460"},{"id":"ref-for-concept-request\u2466\u2461"},{"id":"ref-for-concept-request\u2466\u2462"},{"id":"ref-for-concept-request\u2466\u2463"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request\u2466\u2464"}],"title":"2.3. Authentication entries"},{"refs":[{"id":"ref-for-concept-request\u2466\u2465"}],"title":"2.4. Fetch groups"},{"refs":[{"id":"ref-for-concept-request\u2466\u2466"}],"title":"2.7. Network partition keys"},{"refs":[{"id":"ref-for-concept-request\u2466\u2467"}],"title":"2.8. HTTP cache partitions"},{"refs":[{"id":"ref-for-concept-request\u2466\u2468"}],"title":"2.9. Port blocking"},{"refs":[{"id":"ref-for-concept-request\u2467\u24ea"},{"id":"ref-for-concept-request\u2467\u2460"},{"id":"ref-for-concept-request\u2467\u2461"},{"id":"ref-for-concept-request\u2467\u2462"},{"id":"ref-for-concept-request\u2467\u2463"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-request\u2467\u2464"}],"title":"3.2. CORS protocol"},{"refs":[{"id":"ref-for-concept-request\u2467\u2465"},{"id":"ref-for-concept-request\u2467\u2466"}],"title":"3.2.1. General"},{"refs":[{"id":"ref-for-concept-request\u2467\u2467"}],"title":"3.2.2. HTTP requests"},{"refs":[{"id":"ref-for-concept-request\u2467\u2468"},{"id":"ref-for-concept-request\u2468\u24ea"}],"title":"3.2.3. HTTP responses"},{"refs":[{"id":"ref-for-concept-request\u2468\u2460"},{"id":"ref-for-concept-request\u2468\u2461"}],"title":"3.2.4. HTTP new-header syntax"},{"refs":[{"id":"ref-for-concept-request\u2468\u2462"},{"id":"ref-for-concept-request\u2468\u2463"},{"id":"ref-for-concept-request\u2468\u2464"},{"id":"ref-for-concept-request\u2468\u2465"},{"id":"ref-for-concept-request\u2468\u2466"},{"id":"ref-for-concept-request\u2468\u2467"}],"title":"3.2.5. CORS protocol and credentials"},{"refs":[{"id":"ref-for-concept-request\u2468\u2468"}],"title":"3.5. `X-Content-Type-Options` header"},{"refs":[{"id":"ref-for-concept-request\u2460\u24ea\u24ea"}],"title":"3.5.1. Should\nresponse to request be blocked due to nosniff?"},{"refs":[{"id":"ref-for-concept-request\u2460\u24ea\u2460"},{"id":"ref-for-concept-request\u2460\u24ea\u2461"},{"id":"ref-for-concept-request\u2460\u24ea\u2462"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-request\u2460\u24ea\u2463"},{"id":"ref-for-concept-request\u2460\u24ea\u2464"},{"id":"ref-for-concept-request\u2460\u24ea\u2465"},{"id":"ref-for-concept-request\u2460\u24ea\u2466"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-request\u2460\u24ea\u2467"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-request\u2460\u24ea\u2468"},{"id":"ref-for-concept-request\u2460\u2460\u24ea"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-request\u2460\u2460\u2460"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-concept-request\u2460\u2460\u2461"},{"id":"ref-for-concept-request\u2460\u2460\u2462"},{"id":"ref-for-concept-request\u2460\u2460\u2463"},{"id":"ref-for-concept-request\u2460\u2460\u2464"},{"id":"ref-for-concept-request\u2460\u2460\u2465"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-request\u2460\u2460\u2466"}],"title":"WebSockets"},{"refs":[{"id":"ref-for-concept-request\u2460\u2460\u2467"}],"title":"Using fetch in other standards"},{"refs":[{"id":"ref-for-concept-request\u2460\u2460\u2468"},{"id":"ref-for-concept-request\u2460\u2461\u24ea"},{"id":"ref-for-concept-request\u2460\u2461\u2460"},{"id":"ref-for-concept-request\u2460\u2461\u2461"},{"id":"ref-for-concept-request\u2460\u2461\u2462"},{"id":"ref-for-concept-request\u2460\u2461\u2463"},{"id":"ref-for-concept-request\u2460\u2461\u2464"},{"id":"ref-for-concept-request\u2460\u2461\u2465"},{"id":"ref-for-concept-request\u2460\u2461\u2466"},{"id":"ref-for-concept-request\u2460\u2461\u2467"},{"id":"ref-for-concept-request\u2460\u2461\u2468"},{"id":"ref-for-concept-request\u2460\u2462\u24ea"},{"id":"ref-for-concept-request\u2460\u2462\u2460"},{"id":"ref-for-concept-request\u2460\u2462\u2461"},{"id":"ref-for-concept-request\u2460\u2462\u2462"}],"title":"Setting up a request"},{"refs":[{"id":"ref-for-concept-request\u2460\u2462\u2463"},{"id":"ref-for-concept-request\u2460\u2462\u2464"},{"id":"ref-for-concept-request\u2460\u2462\u2465"},{"id":"ref-for-concept-request\u2460\u2462\u2466"},{"id":"ref-for-concept-request\u2460\u2462\u2467"},{"id":"ref-for-concept-request\u2460\u2462\u2468"}],"title":"Invoking fetch and processing responses"},{"refs":[{"id":"ref-for-concept-request\u2460\u2463\u24ea"}],"title":"Manipulating an ongoing fetch"}],"url":"#concept-request"}, "concept-request-add-range-header": {"dfnID":"concept-request-add-range-header","dfnText":"add a range header","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-add-range-header"},{"id":"ref-for-concept-request-add-range-header\u2460"}],"title":"2.2.2. Headers"}],"url":"#concept-request-add-range-header"}, "concept-request-body": {"dfnID":"concept-request-body","dfnText":"body","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-body"},{"id":"ref-for-concept-request-body\u2460"},{"id":"ref-for-concept-request-body\u2461"},{"id":"ref-for-concept-request-body\u2462"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-body\u2463"},{"id":"ref-for-concept-request-body\u2464"},{"id":"ref-for-concept-request-body\u2465"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-request-body\u2466"},{"id":"ref-for-concept-request-body\u2467"},{"id":"ref-for-concept-request-body\u2468"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-request-body\u2460\u24ea"},{"id":"ref-for-concept-request-body\u2460\u2460"},{"id":"ref-for-concept-request-body\u2460\u2461"},{"id":"ref-for-concept-request-body\u2460\u2462"},{"id":"ref-for-concept-request-body\u2460\u2463"},{"id":"ref-for-concept-request-body\u2460\u2464"},{"id":"ref-for-concept-request-body\u2460\u2465"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-request-body\u2460\u2466"},{"id":"ref-for-concept-request-body\u2460\u2467"},{"id":"ref-for-concept-request-body\u2460\u2468"},{"id":"ref-for-concept-request-body\u2461\u24ea"},{"id":"ref-for-concept-request-body\u2461\u2460"},{"id":"ref-for-concept-request-body\u2461\u2461"},{"id":"ref-for-concept-request-body\u2461\u2462"},{"id":"ref-for-concept-request-body\u2461\u2463"},{"id":"ref-for-concept-request-body\u2461\u2464"},{"id":"ref-for-concept-request-body\u2461\u2465"},{"id":"ref-for-concept-request-body\u2461\u2466"},{"id":"ref-for-concept-request-body\u2461\u2467"},{"id":"ref-for-concept-request-body\u2461\u2468"},{"id":"ref-for-concept-request-body\u2462\u24ea"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-request-body\u2462\u2460"},{"id":"ref-for-concept-request-body\u2462\u2461"},{"id":"ref-for-concept-request-body\u2462\u2462"},{"id":"ref-for-concept-request-body\u2462\u2463"},{"id":"ref-for-concept-request-body\u2462\u2464"},{"id":"ref-for-concept-request-body\u2462\u2465"},{"id":"ref-for-concept-request-body\u2462\u2466"},{"id":"ref-for-concept-request-body\u2462\u2467"},{"id":"ref-for-concept-request-body\u2462\u2468"},{"id":"ref-for-concept-request-body\u2463\u24ea"},{"id":"ref-for-concept-request-body\u2463\u2460"},{"id":"ref-for-concept-request-body\u2463\u2461"},{"id":"ref-for-concept-request-body\u2463\u2462"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-concept-request-body\u2463\u2463"},{"id":"ref-for-concept-request-body\u2463\u2464"},{"id":"ref-for-concept-request-body\u2463\u2465"},{"id":"ref-for-concept-request-body\u2463\u2466"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-request-body\u2463\u2467"},{"id":"ref-for-concept-request-body\u2463\u2468"}],"title":"5.6. Fetch method"},{"refs":[{"id":"ref-for-concept-request-body\u2464\u24ea"}],"title":"Setting up a request"}],"url":"#concept-request-body"}, "concept-request-cache-mode": {"dfnID":"concept-request-cache-mode","dfnText":"cache mode","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-cache-mode"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-cache-mode\u2460"},{"id":"ref-for-concept-request-cache-mode\u2461"},{"id":"ref-for-concept-request-cache-mode\u2462"},{"id":"ref-for-concept-request-cache-mode\u2463"},{"id":"ref-for-concept-request-cache-mode\u2464"},{"id":"ref-for-concept-request-cache-mode\u2465"},{"id":"ref-for-concept-request-cache-mode\u2466"},{"id":"ref-for-concept-request-cache-mode\u2467"},{"id":"ref-for-concept-request-cache-mode\u2468"},{"id":"ref-for-concept-request-cache-mode\u2460\u24ea"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-request-cache-mode\u2460\u2460"},{"id":"ref-for-concept-request-cache-mode\u2460\u2461"},{"id":"ref-for-concept-request-cache-mode\u2460\u2462"},{"id":"ref-for-concept-request-cache-mode\u2460\u2463"},{"id":"ref-for-concept-request-cache-mode\u2460\u2464"},{"id":"ref-for-concept-request-cache-mode\u2460\u2465"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-request-cache-mode\u2460\u2466"}],"title":"Setting up a request"}],"url":"#concept-request-cache-mode"}, "concept-request-client": {"dfnID":"concept-request-client","dfnText":"client","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-client"},{"id":"ref-for-concept-request-client\u2460"},{"id":"ref-for-concept-request-client\u2461"},{"id":"ref-for-concept-request-client\u2462"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-client\u2463"},{"id":"ref-for-concept-request-client\u2464"}],"title":"2.7. Network partition keys"},{"refs":[{"id":"ref-for-concept-request-client\u2465"},{"id":"ref-for-concept-request-client\u2466"},{"id":"ref-for-concept-request-client\u2467"},{"id":"ref-for-concept-request-client\u2468"},{"id":"ref-for-concept-request-client\u2460\u24ea"},{"id":"ref-for-concept-request-client\u2460\u2460"},{"id":"ref-for-concept-request-client\u2460\u2461"},{"id":"ref-for-concept-request-client\u2460\u2462"},{"id":"ref-for-concept-request-client\u2460\u2463"},{"id":"ref-for-concept-request-client\u2460\u2464"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-request-client\u2460\u2465"},{"id":"ref-for-concept-request-client\u2460\u2466"},{"id":"ref-for-concept-request-client\u2460\u2467"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-client\u2460\u2468"},{"id":"ref-for-concept-request-client\u2461\u24ea"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-request-client\u2461\u2460"},{"id":"ref-for-concept-request-client\u2461\u2461"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-request-client\u2461\u2462"},{"id":"ref-for-concept-request-client\u2461\u2463"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-request-client\u2461\u2464"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-request-client\u2461\u2465"}],"title":"5.6. Fetch method"},{"refs":[{"id":"ref-for-concept-request-client\u2461\u2466"},{"id":"ref-for-concept-request-client\u2461\u2467"},{"id":"ref-for-concept-request-client\u2461\u2468"},{"id":"ref-for-concept-request-client\u2462\u24ea"}],"title":"Setting up a request"},{"refs":[{"id":"ref-for-concept-request-client\u2462\u2460"},{"id":"ref-for-concept-request-client\u2462\u2461"},{"id":"ref-for-concept-request-client\u2462\u2462"},{"id":"ref-for-concept-request-client\u2462\u2463"}],"title":"Invoking fetch and processing responses"}],"url":"#concept-request-client"}, "concept-request-clone": {"dfnID":"concept-request-clone","dfnText":"clone","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-clone"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-request-clone\u2460"},{"id":"ref-for-concept-request-clone\u2461"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-request-clone\u2462"}],"title":"5.4. Request class"}],"url":"#concept-request-clone"}, "concept-request-credentials-mode": {"dfnID":"concept-request-credentials-mode","dfnText":"credentials mode","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-credentials-mode"},{"id":"ref-for-concept-request-credentials-mode\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-credentials-mode\u2461"},{"id":"ref-for-concept-request-credentials-mode\u2462"}],"title":"3.2.3. HTTP responses"},{"refs":[{"id":"ref-for-concept-request-credentials-mode\u2463"},{"id":"ref-for-concept-request-credentials-mode\u2464"},{"id":"ref-for-concept-request-credentials-mode\u2465"},{"id":"ref-for-concept-request-credentials-mode\u2466"}],"title":"3.2.5. CORS protocol and credentials"},{"refs":[{"id":"ref-for-concept-request-credentials-mode\u2467"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-request-credentials-mode\u2468"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-credentials-mode\u2460\u24ea"},{"id":"ref-for-concept-request-credentials-mode\u2460\u2460"},{"id":"ref-for-concept-request-credentials-mode\u2460\u2461"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-request-credentials-mode\u2460\u2462"},{"id":"ref-for-concept-request-credentials-mode\u2460\u2463"},{"id":"ref-for-concept-request-credentials-mode\u2460\u2464"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-request-credentials-mode\u2460\u2465"},{"id":"ref-for-concept-request-credentials-mode\u2460\u2466"}],"title":"4.8. CORS-preflight cache"},{"refs":[{"id":"ref-for-concept-request-credentials-mode\u2460\u2467"},{"id":"ref-for-concept-request-credentials-mode\u2460\u2468"}],"title":"4.9. CORS check"},{"refs":[{"id":"ref-for-concept-request-credentials-mode\u2461\u24ea"},{"id":"ref-for-concept-request-credentials-mode\u2461\u2460"},{"id":"ref-for-concept-request-credentials-mode\u2461\u2461"},{"id":"ref-for-concept-request-credentials-mode\u2461\u2462"},{"id":"ref-for-concept-request-credentials-mode\u2461\u2463"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-request-credentials-mode\u2461\u2464"}],"title":"Setting up a request"}],"url":"#concept-request-credentials-mode"}, "concept-request-current-url": {"dfnID":"concept-request-current-url","dfnText":"current URL","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-current-url"},{"id":"ref-for-concept-request-current-url\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-current-url\u2461"}],"title":"2.9. Port blocking"},{"refs":[{"id":"ref-for-concept-request-current-url\u2462"},{"id":"ref-for-concept-request-current-url\u2463"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-request-current-url\u2464"}],"title":"3.2.1. General"},{"refs":[{"id":"ref-for-concept-request-current-url\u2465"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-request-current-url\u2466"},{"id":"ref-for-concept-request-current-url\u2467"},{"id":"ref-for-concept-request-current-url\u2468"},{"id":"ref-for-concept-request-current-url\u2460\u24ea"},{"id":"ref-for-concept-request-current-url\u2460\u2460"},{"id":"ref-for-concept-request-current-url\u2460\u2461"},{"id":"ref-for-concept-request-current-url\u2460\u2462"},{"id":"ref-for-concept-request-current-url\u2460\u2463"},{"id":"ref-for-concept-request-current-url\u2460\u2464"},{"id":"ref-for-concept-request-current-url\u2460\u2465"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-current-url\u2460\u2466"},{"id":"ref-for-concept-request-current-url\u2460\u2467"},{"id":"ref-for-concept-request-current-url\u2460\u2468"},{"id":"ref-for-concept-request-current-url\u2461\u24ea"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-request-current-url\u2461\u2460"},{"id":"ref-for-concept-request-current-url\u2461\u2461"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-request-current-url\u2461\u2462"},{"id":"ref-for-concept-request-current-url\u2461\u2463"},{"id":"ref-for-concept-request-current-url\u2461\u2464"},{"id":"ref-for-concept-request-current-url\u2461\u2465"},{"id":"ref-for-concept-request-current-url\u2461\u2466"},{"id":"ref-for-concept-request-current-url\u2461\u2467"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-request-current-url\u2461\u2468"},{"id":"ref-for-concept-request-current-url\u2462\u24ea"},{"id":"ref-for-concept-request-current-url\u2462\u2460"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-concept-request-current-url\u2462\u2461"},{"id":"ref-for-concept-request-current-url\u2462\u2462"},{"id":"ref-for-concept-request-current-url\u2462\u2463"}],"title":"4.8. CORS-preflight cache"},{"refs":[{"id":"ref-for-concept-request-current-url\u2462\u2464"}],"title":"4.10. TAO check"},{"refs":[{"id":"ref-for-concept-request-current-url\u2462\u2465"}],"title":"5.4. Request class"}],"url":"#concept-request-current-url"}, "concept-request-destination": {"dfnID":"concept-request-destination","dfnText":"destination","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-destination"},{"id":"ref-for-concept-request-destination\u2460"},{"id":"ref-for-concept-request-destination\u2461"},{"id":"ref-for-concept-request-destination\u2462"},{"id":"ref-for-concept-request-destination\u2463"},{"id":"ref-for-concept-request-destination\u2464"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-destination\u2465"},{"id":"ref-for-concept-request-destination\u2466"}],"title":"2.2.7. Miscellaneous"},{"refs":[{"id":"ref-for-concept-request-destination\u2467"}],"title":"2.10. Should\nresponse to request be blocked due to its MIME type?"},{"refs":[{"id":"ref-for-concept-request-destination\u2468"}],"title":"3.5. `X-Content-Type-Options` header"},{"refs":[{"id":"ref-for-concept-request-destination\u2460\u24ea"},{"id":"ref-for-concept-request-destination\u2460\u2460"}],"title":"3.5.1. Should\nresponse to request be blocked due to nosniff?"},{"refs":[{"id":"ref-for-concept-request-destination\u2460\u2461"},{"id":"ref-for-concept-request-destination\u2460\u2462"},{"id":"ref-for-concept-request-destination\u2460\u2463"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-request-destination\u2460\u2464"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-destination\u2460\u2465"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-request-destination\u2460\u2466"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-request-destination\u2460\u2467"},{"id":"ref-for-concept-request-destination\u2460\u2468"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-request-destination\u2461\u24ea"},{"id":"ref-for-concept-request-destination\u2461\u2460"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-request-destination\u2461\u2461"},{"id":"ref-for-concept-request-destination\u2461\u2462"},{"id":"ref-for-concept-request-destination\u2461\u2463"}],"title":"Setting up a request"}],"url":"#concept-request-destination"}, "concept-request-header-list": {"dfnID":"concept-request-header-list","dfnText":"header list","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-header-list"},{"id":"ref-for-concept-request-header-list\u2460"},{"id":"ref-for-concept-request-header-list\u2461"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-header-list\u2462"},{"id":"ref-for-concept-request-header-list\u2463"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-request-header-list\u2464"},{"id":"ref-for-concept-request-header-list\u2465"},{"id":"ref-for-concept-request-header-list\u2466"},{"id":"ref-for-concept-request-header-list\u2467"},{"id":"ref-for-concept-request-header-list\u2468"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-request-header-list\u2460\u24ea"},{"id":"ref-for-concept-request-header-list\u2460\u2460"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-header-list\u2460\u2461"},{"id":"ref-for-concept-request-header-list\u2460\u2462"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-request-header-list\u2460\u2463"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-request-header-list\u2460\u2464"},{"id":"ref-for-concept-request-header-list\u2460\u2465"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-request-header-list\u2460\u2466"},{"id":"ref-for-concept-request-header-list\u2460\u2467"},{"id":"ref-for-concept-request-header-list\u2460\u2468"},{"id":"ref-for-concept-request-header-list\u2461\u24ea"},{"id":"ref-for-concept-request-header-list\u2461\u2460"},{"id":"ref-for-concept-request-header-list\u2461\u2461"},{"id":"ref-for-concept-request-header-list\u2461\u2462"},{"id":"ref-for-concept-request-header-list\u2461\u2463"},{"id":"ref-for-concept-request-header-list\u2461\u2464"},{"id":"ref-for-concept-request-header-list\u2461\u2465"},{"id":"ref-for-concept-request-header-list\u2461\u2466"},{"id":"ref-for-concept-request-header-list\u2461\u2467"},{"id":"ref-for-concept-request-header-list\u2461\u2468"},{"id":"ref-for-concept-request-header-list\u2462\u24ea"},{"id":"ref-for-concept-request-header-list\u2462\u2460"},{"id":"ref-for-concept-request-header-list\u2462\u2461"},{"id":"ref-for-concept-request-header-list\u2462\u2462"},{"id":"ref-for-concept-request-header-list\u2462\u2463"},{"id":"ref-for-concept-request-header-list\u2462\u2464"},{"id":"ref-for-concept-request-header-list\u2462\u2465"},{"id":"ref-for-concept-request-header-list\u2462\u2466"},{"id":"ref-for-concept-request-header-list\u2462\u2467"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-request-header-list\u2462\u2468"},{"id":"ref-for-concept-request-header-list\u2463\u24ea"},{"id":"ref-for-concept-request-header-list\u2463\u2460"},{"id":"ref-for-concept-request-header-list\u2463\u2461"},{"id":"ref-for-concept-request-header-list\u2463\u2462"},{"id":"ref-for-concept-request-header-list\u2463\u2463"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-request-header-list\u2463\u2464"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-concept-request-header-list\u2463\u2465"},{"id":"ref-for-concept-request-header-list\u2463\u2466"},{"id":"ref-for-concept-request-header-list\u2463\u2467"},{"id":"ref-for-concept-request-header-list\u2463\u2468"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-request-header-list\u2464\u24ea"}],"title":"Setting up a request"}],"url":"#concept-request-header-list"}, "concept-request-history-navigation-flag": {"dfnID":"concept-request-history-navigation-flag","dfnText":"history-navigation flag","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-history-navigation-flag"},{"id":"ref-for-concept-request-history-navigation-flag\u2460"},{"id":"ref-for-concept-request-history-navigation-flag\u2461"},{"id":"ref-for-concept-request-history-navigation-flag\u2462"}],"title":"5.4. Request class"}],"url":"#concept-request-history-navigation-flag"}, "concept-request-initiator": {"dfnID":"concept-request-initiator","dfnText":"initiator","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-initiator"},{"id":"ref-for-concept-request-initiator\u2460"},{"id":"ref-for-concept-request-initiator\u2461"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-initiator\u2462"},{"id":"ref-for-concept-request-initiator\u2463"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-request-initiator\u2464"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-request-initiator\u2465"},{"id":"ref-for-concept-request-initiator\u2466"}],"title":"4.7. CORS-preflight fetch"}],"url":"#concept-request-initiator"}, "concept-request-integrity-metadata": {"dfnID":"concept-request-integrity-metadata","dfnText":"integrity metadata","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-integrity-metadata"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-request-integrity-metadata\u2460"},{"id":"ref-for-concept-request-integrity-metadata\u2461"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-integrity-metadata\u2462"},{"id":"ref-for-concept-request-integrity-metadata\u2463"},{"id":"ref-for-concept-request-integrity-metadata\u2464"},{"id":"ref-for-concept-request-integrity-metadata\u2465"}],"title":"5.4. Request class"}],"url":"#concept-request-integrity-metadata"}, "concept-request-method": {"dfnID":"concept-request-method","dfnText":"method","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-method"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-method\u2460"},{"id":"ref-for-concept-request-method\u2461"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-request-method\u2462"}],"title":"3.2.2. HTTP requests"},{"refs":[{"id":"ref-for-concept-request-method\u2463"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-request-method\u2464"},{"id":"ref-for-concept-request-method\u2465"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-method\u2466"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-request-method\u2467"},{"id":"ref-for-concept-request-method\u2468"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-request-method\u2460\u24ea"},{"id":"ref-for-concept-request-method\u2460\u2460"},{"id":"ref-for-concept-request-method\u2460\u2461"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-request-method\u2460\u2462"},{"id":"ref-for-concept-request-method\u2460\u2463"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-request-method\u2460\u2464"},{"id":"ref-for-concept-request-method\u2460\u2465"},{"id":"ref-for-concept-request-method\u2460\u2466"},{"id":"ref-for-concept-request-method\u2460\u2467"},{"id":"ref-for-concept-request-method\u2460\u2468"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-request-method\u2461\u24ea"},{"id":"ref-for-concept-request-method\u2461\u2460"},{"id":"ref-for-concept-request-method\u2461\u2461"},{"id":"ref-for-concept-request-method\u2461\u2462"},{"id":"ref-for-concept-request-method\u2461\u2463"},{"id":"ref-for-concept-request-method\u2461\u2464"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-request-method\u2461\u2465"}],"title":"Setting up a request"},{"refs":[{"id":"ref-for-concept-request-method\u2461\u2466"}],"title":"Invoking fetch and processing responses"}],"url":"#concept-request-method"}, "concept-request-mode": {"dfnID":"concept-request-mode","dfnText":"mode","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-mode"},{"id":"ref-for-concept-request-mode\u2460"},{"id":"ref-for-concept-request-mode\u2461"},{"id":"ref-for-concept-request-mode\u2462"},{"id":"ref-for-concept-request-mode\u2463"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-mode\u2464"},{"id":"ref-for-concept-request-mode\u2465"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-request-mode\u2466"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-request-mode\u2467"},{"id":"ref-for-concept-request-mode\u2468"},{"id":"ref-for-concept-request-mode\u2460\u24ea"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-request-mode\u2460\u2460"},{"id":"ref-for-concept-request-mode\u2460\u2461"},{"id":"ref-for-concept-request-mode\u2460\u2462"},{"id":"ref-for-concept-request-mode\u2460\u2463"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-mode\u2460\u2464"},{"id":"ref-for-concept-request-mode\u2460\u2465"},{"id":"ref-for-concept-request-mode\u2460\u2466"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-request-mode\u2460\u2467"},{"id":"ref-for-concept-request-mode\u2460\u2468"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-request-mode\u2461\u24ea"},{"id":"ref-for-concept-request-mode\u2461\u2460"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-concept-request-mode\u2461\u2461"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-request-mode\u2461\u2462"}],"title":"4.10. TAO check"},{"refs":[{"id":"ref-for-concept-request-mode\u2461\u2463"},{"id":"ref-for-concept-request-mode\u2461\u2464"},{"id":"ref-for-concept-request-mode\u2461\u2465"},{"id":"ref-for-concept-request-mode\u2461\u2466"},{"id":"ref-for-concept-request-mode\u2461\u2467"},{"id":"ref-for-concept-request-mode\u2461\u2468"},{"id":"ref-for-concept-request-mode\u2462\u24ea"},{"id":"ref-for-concept-request-mode\u2462\u2460"},{"id":"ref-for-concept-request-mode\u2462\u2461"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-request-mode\u2462\u2462"}],"title":"WebSockets"},{"refs":[{"id":"ref-for-concept-request-mode\u2462\u2463"},{"id":"ref-for-concept-request-mode\u2462\u2464"}],"title":"Setting up a request"},{"refs":[{"id":"ref-for-concept-request-mode\u2462\u2465"}],"title":"Invoking fetch and processing responses"}],"url":"#concept-request-mode"}, "concept-request-nonce-metadata": {"dfnID":"concept-request-nonce-metadata","dfnText":"cryptographic nonce metadata","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-nonce-metadata"}],"title":"2.2.5. Requests"}],"url":"#concept-request-nonce-metadata"}, "concept-request-origin": {"dfnID":"concept-request-origin","dfnText":"origin","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-origin"},{"id":"ref-for-concept-request-origin\u2460"},{"id":"ref-for-concept-request-origin\u2461"},{"id":"ref-for-concept-request-origin\u2462"},{"id":"ref-for-concept-request-origin\u2463"},{"id":"ref-for-concept-request-origin\u2464"},{"id":"ref-for-concept-request-origin\u2465"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-origin\u2466"},{"id":"ref-for-concept-request-origin\u2467"},{"id":"ref-for-concept-request-origin\u2468"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-request-origin\u2460\u24ea"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-request-origin\u2460\u2460"},{"id":"ref-for-concept-request-origin\u2460\u2461"},{"id":"ref-for-concept-request-origin\u2460\u2462"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-request-origin\u2460\u2463"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-origin\u2460\u2464"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-request-origin\u2460\u2465"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-request-origin\u2460\u2466"},{"id":"ref-for-concept-request-origin\u2460\u2467"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-request-origin\u2460\u2468"},{"id":"ref-for-concept-request-origin\u2461\u24ea"},{"id":"ref-for-concept-request-origin\u2461\u2460"}],"title":"4.10. TAO check"},{"refs":[{"id":"ref-for-concept-request-origin\u2461\u2461"},{"id":"ref-for-concept-request-origin\u2461\u2462"},{"id":"ref-for-concept-request-origin\u2461\u2463"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-request-origin\u2461\u2464"}],"title":"Setting up a request"}],"url":"#concept-request-origin"}, "concept-request-parser-metadata": {"dfnID":"concept-request-parser-metadata","dfnText":"parser metadata","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-parser-metadata"}],"title":"2.2.5. Requests"}],"url":"#concept-request-parser-metadata"}, "concept-request-policy-container": {"dfnID":"concept-request-policy-container","dfnText":"policy container","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-policy-container"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-policy-container\u2460"},{"id":"ref-for-concept-request-policy-container\u2461"},{"id":"ref-for-concept-request-policy-container\u2462"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-request-policy-container\u2463"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-policy-container\u2464"}],"title":"Setting up a request"}],"url":"#concept-request-policy-container"}, "concept-request-redirect-count": {"dfnID":"concept-request-redirect-count","dfnText":"redirect count","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-redirect-count"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-redirect-count\u2460"},{"id":"ref-for-concept-request-redirect-count\u2461"}],"title":"4.4. HTTP-redirect fetch"}],"url":"#concept-request-redirect-count"}, "concept-request-redirect-mode": {"dfnID":"concept-request-redirect-mode","dfnText":"redirect mode","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-redirect-mode"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-redirect-mode\u2460"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-redirect-mode\u2461"},{"id":"ref-for-concept-request-redirect-mode\u2462"},{"id":"ref-for-concept-request-redirect-mode\u2463"},{"id":"ref-for-concept-request-redirect-mode\u2464"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-request-redirect-mode\u2465"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-request-redirect-mode\u2466"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-request-redirect-mode\u2467"},{"id":"ref-for-concept-request-redirect-mode\u2468"},{"id":"ref-for-concept-request-redirect-mode\u2460\u24ea"},{"id":"ref-for-concept-request-redirect-mode\u2460\u2460"},{"id":"ref-for-concept-request-redirect-mode\u2460\u2461"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-request-redirect-mode\u2460\u2462"}],"title":"Setting up a request"},{"refs":[{"id":"ref-for-concept-request-redirect-mode\u2460\u2463"}],"title":"Manipulating an ongoing fetch"}],"url":"#concept-request-redirect-mode"}, "concept-request-referrer": {"dfnID":"concept-request-referrer","dfnText":"referrer","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-referrer"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-referrer\u2460"},{"id":"ref-for-concept-request-referrer\u2461"},{"id":"ref-for-concept-request-referrer\u2462"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-referrer\u2463"},{"id":"ref-for-concept-request-referrer\u2464"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-request-referrer\u2465"},{"id":"ref-for-concept-request-referrer\u2466"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-request-referrer\u2467"},{"id":"ref-for-concept-request-referrer\u2468"},{"id":"ref-for-concept-request-referrer\u2460\u24ea"},{"id":"ref-for-concept-request-referrer\u2460\u2460"},{"id":"ref-for-concept-request-referrer\u2460\u2461"},{"id":"ref-for-concept-request-referrer\u2460\u2462"},{"id":"ref-for-concept-request-referrer\u2460\u2463"},{"id":"ref-for-concept-request-referrer\u2460\u2464"},{"id":"ref-for-concept-request-referrer\u2460\u2465"},{"id":"ref-for-concept-request-referrer\u2460\u2466"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-request-referrer\u2460\u2467"}],"title":"Setting up a request"}],"url":"#concept-request-referrer"}, "concept-request-referrer-policy": {"dfnID":"concept-request-referrer-policy","dfnText":"referrer policy","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-referrer-policy"},{"id":"ref-for-concept-request-referrer-policy\u2460"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-request-referrer-policy\u2461"},{"id":"ref-for-concept-request-referrer-policy\u2462"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-referrer-policy\u2463"},{"id":"ref-for-concept-request-referrer-policy\u2464"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-request-referrer-policy\u2465"},{"id":"ref-for-concept-request-referrer-policy\u2466"},{"id":"ref-for-concept-request-referrer-policy\u2467"},{"id":"ref-for-concept-request-referrer-policy\u2468"},{"id":"ref-for-concept-request-referrer-policy\u2460\u24ea"}],"title":"5.4. Request class"}],"url":"#concept-request-referrer-policy"}, "concept-request-reload-navigation-flag": {"dfnID":"concept-request-reload-navigation-flag","dfnText":"reload-navigation flag","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-reload-navigation-flag"},{"id":"ref-for-concept-request-reload-navigation-flag\u2460"},{"id":"ref-for-concept-request-reload-navigation-flag\u2461"},{"id":"ref-for-concept-request-reload-navigation-flag\u2462"}],"title":"5.4. Request class"}],"url":"#concept-request-reload-navigation-flag"}, "concept-request-replaces-client-id": {"dfnID":"concept-request-replaces-client-id","dfnText":"replaces client id","external":false,"refSections":[],"url":"#concept-request-replaces-client-id"}, "concept-request-request": {"dfnID":"concept-request-request","dfnText":"request","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-request"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-concept-request-request\u2460"},{"id":"ref-for-concept-request-request\u2461"},{"id":"ref-for-concept-request-request\u2462"},{"id":"ref-for-concept-request-request\u2463"},{"id":"ref-for-concept-request-request\u2464"},{"id":"ref-for-concept-request-request\u2465"},{"id":"ref-for-concept-request-request\u2466"},{"id":"ref-for-concept-request-request\u2467"},{"id":"ref-for-concept-request-request\u2468"},{"id":"ref-for-concept-request-request\u2460\u24ea"},{"id":"ref-for-concept-request-request\u2460\u2460"},{"id":"ref-for-concept-request-request\u2460\u2461"},{"id":"ref-for-concept-request-request\u2460\u2462"},{"id":"ref-for-concept-request-request\u2460\u2463"},{"id":"ref-for-concept-request-request\u2460\u2464"},{"id":"ref-for-concept-request-request\u2460\u2465"},{"id":"ref-for-concept-request-request\u2460\u2466"},{"id":"ref-for-concept-request-request\u2460\u2467"},{"id":"ref-for-concept-request-request\u2460\u2468"},{"id":"ref-for-concept-request-request\u2461\u24ea"},{"id":"ref-for-concept-request-request\u2461\u2460"},{"id":"ref-for-concept-request-request\u2461\u2461"},{"id":"ref-for-concept-request-request\u2461\u2462"},{"id":"ref-for-concept-request-request\u2461\u2463"},{"id":"ref-for-concept-request-request\u2461\u2464"},{"id":"ref-for-concept-request-request\u2461\u2465"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-request-request\u2461\u2466"}],"title":"5.6. Fetch method"}],"url":"#concept-request-request"}, "concept-request-reserved-client": {"dfnID":"concept-request-reserved-client","dfnText":"reserved client","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-reserved-client"},{"id":"ref-for-concept-request-reserved-client\u2460"}],"title":"2.7. Network partition keys"},{"refs":[{"id":"ref-for-concept-request-reserved-client\u2461"},{"id":"ref-for-concept-request-reserved-client\u2462"}],"title":"4.2. Scheme fetch"}],"url":"#concept-request-reserved-client"}, "concept-request-response-tainting": {"dfnID":"concept-request-response-tainting","dfnText":"response tainting","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-response-tainting"},{"id":"ref-for-concept-request-response-tainting\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-response-tainting\u2461"},{"id":"ref-for-concept-request-response-tainting\u2462"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-concept-request-response-tainting\u2463"},{"id":"ref-for-concept-request-response-tainting\u2464"},{"id":"ref-for-concept-request-response-tainting\u2465"},{"id":"ref-for-concept-request-response-tainting\u2466"},{"id":"ref-for-concept-request-response-tainting\u2467"},{"id":"ref-for-concept-request-response-tainting\u2468"},{"id":"ref-for-concept-request-response-tainting\u2460\u24ea"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-response-tainting\u2460\u2460"},{"id":"ref-for-concept-request-response-tainting\u2460\u2461"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-request-response-tainting\u2460\u2462"},{"id":"ref-for-concept-request-response-tainting\u2460\u2463"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-request-response-tainting\u2460\u2464"},{"id":"ref-for-concept-request-response-tainting\u2460\u2465"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-request-response-tainting\u2460\u2466"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-request-response-tainting\u2460\u2467"}],"title":"4.10. TAO check"}],"url":"#concept-request-response-tainting"}, "concept-request-tainted-origin": {"dfnID":"concept-request-tainted-origin","dfnText":"redirect-tainted origin","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-tainted-origin"},{"id":"ref-for-concept-request-tainted-origin\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-tainted-origin\u2461"}],"title":"4.1. Main fetch"}],"url":"#concept-request-tainted-origin"}, "concept-request-url": {"dfnID":"concept-request-url","dfnText":"URL","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-url"},{"id":"ref-for-concept-request-url\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-url\u2461"},{"id":"ref-for-concept-request-url\u2462"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-request-url\u2463"},{"id":"ref-for-concept-request-url\u2464"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-url\u2465"},{"id":"ref-for-concept-request-url\u2466"},{"id":"ref-for-concept-request-url\u2467"},{"id":"ref-for-concept-request-url\u2468"},{"id":"ref-for-concept-request-url\u2460\u24ea"},{"id":"ref-for-concept-request-url\u2460\u2460"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-concept-request-url\u2460\u2461"}],"title":"Setting up a request"},{"refs":[{"id":"ref-for-concept-request-url\u2460\u2462"},{"id":"ref-for-concept-request-url\u2460\u2463"},{"id":"ref-for-concept-request-url\u2460\u2464"}],"title":"Invoking fetch and processing responses"}],"url":"#concept-request-url"}, "concept-request-url-list": {"dfnID":"concept-request-url-list","dfnText":"URL list","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-url-list"},{"id":"ref-for-concept-request-url-list\u2460"},{"id":"ref-for-concept-request-url-list\u2461"},{"id":"ref-for-concept-request-url-list\u2462"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-url-list\u2463"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-request-url-list\u2464"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-request-url-list\u2465"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-request-url-list\u2466"},{"id":"ref-for-concept-request-url-list\u2467"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-request-url-list\u2468"},{"id":"ref-for-concept-request-url-list\u2460\u24ea"},{"id":"ref-for-concept-request-url-list\u2460\u2460"}],"title":"5.4. Request class"}],"url":"#concept-request-url-list"}, "concept-request-use-url-credentials-flag": {"dfnID":"concept-request-use-url-credentials-flag","dfnText":"use-URL-credentials flag","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-use-url-credentials-flag"},{"id":"ref-for-concept-request-use-url-credentials-flag\u2460"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#concept-request-use-url-credentials-flag"}, "concept-request-window": {"dfnID":"concept-request-window","dfnText":"window","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-request-window"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-request-window\u2460"},{"id":"ref-for-concept-request-window\u2461"},{"id":"ref-for-concept-request-window\u2462"},{"id":"ref-for-concept-request-window\u2463"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-request-window\u2464"},{"id":"ref-for-concept-request-window\u2465"},{"id":"ref-for-concept-request-window\u2466"},{"id":"ref-for-concept-request-window\u2467"},{"id":"ref-for-concept-request-window\u2468"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-request-window\u2460\u24ea"},{"id":"ref-for-concept-request-window\u2460\u2460"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-concept-request-window\u2460\u2461"},{"id":"ref-for-concept-request-window\u2460\u2462"},{"id":"ref-for-concept-request-window\u2460\u2463"}],"title":"5.4. Request class"}],"url":"#concept-request-window"}, "concept-response": {"dfnID":"concept-response","dfnText":"response","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-concept-response\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-response\u2461"},{"id":"ref-for-concept-response\u2462"},{"id":"ref-for-concept-response\u2463"},{"id":"ref-for-concept-response\u2464"},{"id":"ref-for-concept-response\u2465"},{"id":"ref-for-concept-response\u2466"},{"id":"ref-for-concept-response\u2467"},{"id":"ref-for-concept-response\u2468"},{"id":"ref-for-concept-response\u2460\u24ea"},{"id":"ref-for-concept-response\u2460\u2460"},{"id":"ref-for-concept-response\u2460\u2461"},{"id":"ref-for-concept-response\u2460\u2462"},{"id":"ref-for-concept-response\u2460\u2463"},{"id":"ref-for-concept-response\u2460\u2464"},{"id":"ref-for-concept-response\u2460\u2465"},{"id":"ref-for-concept-response\u2460\u2466"},{"id":"ref-for-concept-response\u2460\u2467"},{"id":"ref-for-concept-response\u2460\u2468"},{"id":"ref-for-concept-response\u2461\u24ea"},{"id":"ref-for-concept-response\u2461\u2460"},{"id":"ref-for-concept-response\u2461\u2461"},{"id":"ref-for-concept-response\u2461\u2462"},{"id":"ref-for-concept-response\u2461\u2463"},{"id":"ref-for-concept-response\u2461\u2464"},{"id":"ref-for-concept-response\u2461\u2465"},{"id":"ref-for-concept-response\u2461\u2466"},{"id":"ref-for-concept-response\u2461\u2467"},{"id":"ref-for-concept-response\u2461\u2468"},{"id":"ref-for-concept-response\u2462\u24ea"},{"id":"ref-for-concept-response\u2462\u2460"},{"id":"ref-for-concept-response\u2462\u2461"},{"id":"ref-for-concept-response\u2462\u2462"},{"id":"ref-for-concept-response\u2462\u2463"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-response\u2462\u2464"},{"id":"ref-for-concept-response\u2462\u2465"}],"title":"3.2.3. HTTP responses"},{"refs":[{"id":"ref-for-concept-response\u2462\u2466"}],"title":"3.5. `X-Content-Type-Options` header"},{"refs":[{"id":"ref-for-concept-response\u2462\u2467"},{"id":"ref-for-concept-response\u2462\u2468"},{"id":"ref-for-concept-response\u2463\u24ea"},{"id":"ref-for-concept-response\u2463\u2460"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-response\u2463\u2461"},{"id":"ref-for-concept-response\u2463\u2462"},{"id":"ref-for-concept-response\u2463\u2463"},{"id":"ref-for-concept-response\u2463\u2464"},{"id":"ref-for-concept-response\u2463\u2465"},{"id":"ref-for-concept-response\u2463\u2466"},{"id":"ref-for-concept-response\u2463\u2467"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-response\u2463\u2468"},{"id":"ref-for-concept-response\u2464\u24ea"},{"id":"ref-for-concept-response\u2464\u2460"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-response\u2464\u2461"},{"id":"ref-for-concept-response\u2464\u2462"},{"id":"ref-for-concept-response\u2464\u2463"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-response\u2464\u2464"},{"id":"ref-for-concept-response\u2464\u2465"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-response\u2464\u2466"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-response\u2464\u2467"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-response\u2464\u2468"},{"id":"ref-for-concept-response\u2465\u24ea"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-concept-response\u2465\u2460"},{"id":"ref-for-concept-response\u2465\u2461"},{"id":"ref-for-concept-response\u2465\u2462"},{"id":"ref-for-concept-response\u2465\u2463"},{"id":"ref-for-concept-response\u2465\u2464"},{"id":"ref-for-concept-response\u2465\u2465"},{"id":"ref-for-concept-response\u2465\u2466"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-concept-response\u2465\u2467"}],"title":"Atomic HTTP redirect handling"},{"refs":[{"id":"ref-for-concept-response\u2465\u2468"}],"title":"Using fetch in other standards"},{"refs":[{"id":"ref-for-concept-response\u2466\u24ea"}],"title":"Setting up a request"},{"refs":[{"id":"ref-for-concept-response\u2466\u2460"},{"id":"ref-for-concept-response\u2466\u2461"},{"id":"ref-for-concept-response\u2466\u2462"},{"id":"ref-for-concept-response\u2466\u2463"},{"id":"ref-for-concept-response\u2466\u2464"},{"id":"ref-for-concept-response\u2466\u2465"},{"id":"ref-for-concept-response\u2466\u2466"},{"id":"ref-for-concept-response\u2466\u2467"},{"id":"ref-for-concept-response\u2466\u2468"},{"id":"ref-for-concept-response\u2467\u24ea"},{"id":"ref-for-concept-response\u2467\u2460"},{"id":"ref-for-concept-response\u2467\u2461"},{"id":"ref-for-concept-response\u2467\u2462"},{"id":"ref-for-concept-response\u2467\u2463"},{"id":"ref-for-concept-response\u2467\u2464"},{"id":"ref-for-concept-response\u2467\u2465"},{"id":"ref-for-concept-response\u2467\u2466"},{"id":"ref-for-concept-response\u2467\u2467"},{"id":"ref-for-concept-response\u2467\u2468"},{"id":"ref-for-concept-response\u2468\u24ea"},{"id":"ref-for-concept-response\u2468\u2460"}],"title":"Invoking fetch and processing responses"}],"url":"#concept-response"}, "concept-response-aborted": {"dfnID":"concept-response-aborted","dfnText":"aborted flag","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-aborted"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-response-aborted\u2460"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-concept-response-aborted\u2461"}],"title":"5.6. Fetch method"}],"url":"#concept-response-aborted"}, "concept-response-body": {"dfnID":"concept-response-body","dfnText":"body","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-body"},{"id":"ref-for-concept-response-body\u2460"},{"id":"ref-for-concept-response-body\u2461"},{"id":"ref-for-concept-response-body\u2462"},{"id":"ref-for-concept-response-body\u2463"},{"id":"ref-for-concept-response-body\u2464"},{"id":"ref-for-concept-response-body\u2465"},{"id":"ref-for-concept-response-body\u2466"},{"id":"ref-for-concept-response-body\u2467"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-response-body\u2468"},{"id":"ref-for-concept-response-body\u2460\u24ea"},{"id":"ref-for-concept-response-body\u2460\u2460"},{"id":"ref-for-concept-response-body\u2460\u2461"},{"id":"ref-for-concept-response-body\u2460\u2462"},{"id":"ref-for-concept-response-body\u2460\u2463"},{"id":"ref-for-concept-response-body\u2460\u2464"},{"id":"ref-for-concept-response-body\u2460\u2465"},{"id":"ref-for-concept-response-body\u2460\u2466"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-response-body\u2460\u2467"},{"id":"ref-for-concept-response-body\u2460\u2468"},{"id":"ref-for-concept-response-body\u2461\u24ea"},{"id":"ref-for-concept-response-body\u2461\u2460"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-response-body\u2461\u2461"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-response-body\u2461\u2462"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-response-body\u2461\u2463"},{"id":"ref-for-concept-response-body\u2461\u2464"},{"id":"ref-for-concept-response-body\u2461\u2465"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-concept-response-body\u2461\u2466"},{"id":"ref-for-concept-response-body\u2461\u2467"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-concept-response-body\u2461\u2468"},{"id":"ref-for-concept-response-body\u2462\u24ea"}],"title":"5.6. Fetch method"},{"refs":[{"id":"ref-for-concept-response-body\u2462\u2460"},{"id":"ref-for-concept-response-body\u2462\u2461"},{"id":"ref-for-concept-response-body\u2462\u2462"},{"id":"ref-for-concept-response-body\u2462\u2463"},{"id":"ref-for-concept-response-body\u2462\u2464"},{"id":"ref-for-concept-response-body\u2462\u2465"},{"id":"ref-for-concept-response-body\u2462\u2466"},{"id":"ref-for-concept-response-body\u2462\u2467"},{"id":"ref-for-concept-response-body\u2462\u2468"},{"id":"ref-for-concept-response-body\u2463\u24ea"}],"title":"Invoking fetch and processing responses"}],"url":"#concept-response-body"}, "concept-response-body-info": {"dfnID":"concept-response-body-info","dfnText":"body info","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-body-info"},{"id":"ref-for-concept-response-body-info\u2460"},{"id":"ref-for-concept-response-body-info\u2461"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-response-body-info\u2462"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-response-body-info\u2463"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-response-body-info\u2464"},{"id":"ref-for-concept-response-body-info\u2465"}],"title":"4.6. HTTP-network fetch"}],"url":"#concept-response-body-info"}, "concept-response-cache-state": {"dfnID":"concept-response-cache-state","dfnText":"cache state","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-cache-state"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-response-cache-state\u2460"},{"id":"ref-for-concept-response-cache-state\u2461"},{"id":"ref-for-concept-response-cache-state\u2462"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#concept-response-cache-state"}, "concept-response-clone": {"dfnID":"concept-response-clone","dfnText":"clone","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-clone"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-response-clone\u2460"}],"title":"5.5. Response class"}],"url":"#concept-response-clone"}, "concept-response-cors-exposed-header-name-list": {"dfnID":"concept-response-cors-exposed-header-name-list","dfnText":"CORS-exposed header-name list","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-cors-exposed-header-name-list"},{"id":"ref-for-concept-response-cors-exposed-header-name-list\u2460"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-response-cors-exposed-header-name-list\u2461"},{"id":"ref-for-concept-response-cors-exposed-header-name-list\u2462"}],"title":"4.1. Main fetch"}],"url":"#concept-response-cors-exposed-header-name-list"}, "concept-response-header-list": {"dfnID":"concept-response-header-list","dfnText":"header list","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-header-list"},{"id":"ref-for-concept-response-header-list\u2460"},{"id":"ref-for-concept-response-header-list\u2461"},{"id":"ref-for-concept-response-header-list\u2462"},{"id":"ref-for-concept-response-header-list\u2463"},{"id":"ref-for-concept-response-header-list\u2464"},{"id":"ref-for-concept-response-header-list\u2465"},{"id":"ref-for-concept-response-header-list\u2466"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-response-header-list\u2467"}],"title":"2.10. Should\nresponse to request be blocked due to its MIME type?"},{"refs":[{"id":"ref-for-concept-response-header-list\u2468"},{"id":"ref-for-concept-response-header-list\u2460\u24ea"}],"title":"3.5.1. Should\nresponse to request be blocked due to nosniff?"},{"refs":[{"id":"ref-for-concept-response-header-list\u2460\u2460"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-response-header-list\u2460\u2461"},{"id":"ref-for-concept-response-header-list\u2460\u2462"},{"id":"ref-for-concept-response-header-list\u2460\u2463"},{"id":"ref-for-concept-response-header-list\u2460\u2464"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-response-header-list\u2460\u2465"},{"id":"ref-for-concept-response-header-list\u2460\u2466"},{"id":"ref-for-concept-response-header-list\u2460\u2467"},{"id":"ref-for-concept-response-header-list\u2460\u2468"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-response-header-list\u2461\u24ea"},{"id":"ref-for-concept-response-header-list\u2461\u2460"},{"id":"ref-for-concept-response-header-list\u2461\u2461"},{"id":"ref-for-concept-response-header-list\u2461\u2462"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-response-header-list\u2461\u2463"},{"id":"ref-for-concept-response-header-list\u2461\u2464"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-concept-response-header-list\u2461\u2465"},{"id":"ref-for-concept-response-header-list\u2461\u2466"},{"id":"ref-for-concept-response-header-list\u2461\u2467"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-response-header-list\u2461\u2468"},{"id":"ref-for-concept-response-header-list\u2462\u24ea"}],"title":"4.9. CORS check"},{"refs":[{"id":"ref-for-concept-response-header-list\u2462\u2460"}],"title":"4.10. TAO check"},{"refs":[{"id":"ref-for-concept-response-header-list\u2462\u2461"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-concept-response-header-list\u2462\u2462"},{"id":"ref-for-concept-response-header-list\u2462\u2463"},{"id":"ref-for-concept-response-header-list\u2462\u2464"},{"id":"ref-for-concept-response-header-list\u2462\u2465"},{"id":"ref-for-concept-response-header-list\u2462\u2466"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-concept-response-header-list\u2462\u2467"},{"id":"ref-for-concept-response-header-list\u2462\u2468"}],"title":"Invoking fetch and processing responses"}],"url":"#concept-response-header-list"}, "concept-response-location-url": {"dfnID":"concept-response-location-url","dfnText":"location URL","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-location-url"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-response-location-url\u2460"}],"title":"4.4. HTTP-redirect fetch"}],"url":"#concept-response-location-url"}, "concept-response-range-requested-flag": {"dfnID":"concept-response-range-requested-flag","dfnText":"range-requested flag","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-range-requested-flag"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-response-range-requested-flag\u2460"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-response-range-requested-flag\u2461"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#concept-response-range-requested-flag"}, "concept-response-response": {"dfnID":"concept-response-response","dfnText":"response","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-response"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-concept-response-response\u2460"},{"id":"ref-for-concept-response-response\u2461"},{"id":"ref-for-concept-response-response\u2462"},{"id":"ref-for-concept-response-response\u2463"},{"id":"ref-for-concept-response-response\u2464"},{"id":"ref-for-concept-response-response\u2465"},{"id":"ref-for-concept-response-response\u2466"},{"id":"ref-for-concept-response-response\u2467"},{"id":"ref-for-concept-response-response\u2468"},{"id":"ref-for-concept-response-response\u2460\u24ea"},{"id":"ref-for-concept-response-response\u2460\u2460"},{"id":"ref-for-concept-response-response\u2460\u2461"},{"id":"ref-for-concept-response-response\u2460\u2462"},{"id":"ref-for-concept-response-response\u2460\u2463"},{"id":"ref-for-concept-response-response\u2460\u2464"},{"id":"ref-for-concept-response-response\u2460\u2465"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-concept-response-response\u2460\u2466"}],"title":"5.6. Fetch method"}],"url":"#concept-response-response"}, "concept-response-status": {"dfnID":"concept-response-status","dfnText":"status","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-status"},{"id":"ref-for-concept-response-status\u2460"},{"id":"ref-for-concept-response-status\u2461"},{"id":"ref-for-concept-response-status\u2462"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-response-status\u2463"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-concept-response-status\u2464"},{"id":"ref-for-concept-response-status\u2465"},{"id":"ref-for-concept-response-status\u2466"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-response-status\u2467"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-response-status\u2468"},{"id":"ref-for-concept-response-status\u2460\u24ea"},{"id":"ref-for-concept-response-status\u2460\u2460"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-response-status\u2460\u2461"},{"id":"ref-for-concept-response-status\u2460\u2462"},{"id":"ref-for-concept-response-status\u2460\u2463"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-concept-response-status\u2460\u2464"},{"id":"ref-for-concept-response-status\u2460\u2465"},{"id":"ref-for-concept-response-status\u2460\u2466"},{"id":"ref-for-concept-response-status\u2460\u2467"},{"id":"ref-for-concept-response-status\u2460\u2468"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-response-status\u2461\u24ea"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-concept-response-status\u2461\u2460"},{"id":"ref-for-concept-response-status\u2461\u2461"},{"id":"ref-for-concept-response-status\u2461\u2462"},{"id":"ref-for-concept-response-status\u2461\u2463"},{"id":"ref-for-concept-response-status\u2461\u2464"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-concept-response-status\u2461\u2465"},{"id":"ref-for-concept-response-status\u2461\u2466"}],"title":"Atomic HTTP redirect handling"},{"refs":[{"id":"ref-for-concept-response-status\u2461\u2467"},{"id":"ref-for-concept-response-status\u2461\u2468"},{"id":"ref-for-concept-response-status\u2462\u24ea"}],"title":"Invoking fetch and processing responses"}],"url":"#concept-response-status"}, "concept-response-status-message": {"dfnID":"concept-response-status-message","dfnText":"status message","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-status-message"},{"id":"ref-for-concept-response-status-message\u2460"},{"id":"ref-for-concept-response-status-message\u2461"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-response-status-message\u2462"},{"id":"ref-for-concept-response-status-message\u2463"},{"id":"ref-for-concept-response-status-message\u2464"},{"id":"ref-for-concept-response-status-message\u2465"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-response-status-message\u2466"},{"id":"ref-for-concept-response-status-message\u2467"}],"title":"5.5. Response class"}],"url":"#concept-response-status-message"}, "concept-response-timing-allow-passed": {"dfnID":"concept-response-timing-allow-passed","dfnText":"timing allow passed flag","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-timing-allow-passed"},{"id":"ref-for-concept-response-timing-allow-passed\u2460"}],"title":"4.1. Main fetch"}],"url":"#concept-response-timing-allow-passed"}, "concept-response-type": {"dfnID":"concept-response-type","dfnText":"type","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-type"},{"id":"ref-for-concept-response-type\u2460"},{"id":"ref-for-concept-response-type\u2461"},{"id":"ref-for-concept-response-type\u2462"},{"id":"ref-for-concept-response-type\u2463"},{"id":"ref-for-concept-response-type\u2464"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-response-type\u2465"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-response-type\u2466"},{"id":"ref-for-concept-response-type\u2467"},{"id":"ref-for-concept-response-type\u2468"},{"id":"ref-for-concept-response-type\u2460\u24ea"},{"id":"ref-for-concept-response-type\u2460\u2460"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-response-type\u2460\u2461"}],"title":"5.5. Response class"}],"url":"#concept-response-type"}, "concept-response-url": {"dfnID":"concept-response-url","dfnText":"URL","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-url"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-response-url\u2460"},{"id":"ref-for-concept-response-url\u2461"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-response-url\u2462"},{"id":"ref-for-concept-response-url\u2463"}],"title":"3.2.3. HTTP responses"},{"refs":[{"id":"ref-for-concept-response-url\u2464"},{"id":"ref-for-concept-response-url\u2465"},{"id":"ref-for-concept-response-url\u2466"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-concept-response-url\u2467"},{"id":"ref-for-concept-response-url\u2468"}],"title":"5.5. Response class"}],"url":"#concept-response-url"}, "concept-response-url-list": {"dfnID":"concept-response-url-list","dfnText":"URL list","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-response-url-list"},{"id":"ref-for-concept-response-url-list\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-response-url-list\u2461"},{"id":"ref-for-concept-response-url-list\u2462"},{"id":"ref-for-concept-response-url-list\u2463"},{"id":"ref-for-concept-response-url-list\u2464"},{"id":"ref-for-concept-response-url-list\u2465"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-response-url-list\u2466"},{"id":"ref-for-concept-response-url-list\u2467"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-response-url-list\u2468"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-response-url-list\u2460\u24ea"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-response-url-list\u2460\u2460"}],"title":"5.5. Response class"}],"url":"#concept-response-url-list"}, "concept-scheme-fetch": {"dfnID":"concept-scheme-fetch","dfnText":"scheme fetch","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-scheme-fetch"},{"id":"ref-for-concept-scheme-fetch\u2460"}],"title":"4.1. Main fetch"}],"url":"#concept-scheme-fetch"}, "concept-stale-response": {"dfnID":"concept-stale-response","dfnText":"stale response","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-stale-response"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-stale-response\u2460"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#concept-stale-response"}, "concept-stale-while-revalidate-response": {"dfnID":"concept-stale-while-revalidate-response","dfnText":"stale-while-revalidate response","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-stale-while-revalidate-response"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-stale-while-revalidate-response\u2460"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-stale-while-revalidate-response\u2461"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#concept-stale-while-revalidate-response"}, "concept-status": {"dfnID":"concept-status","dfnText":"status","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-status"},{"id":"ref-for-concept-status\u2460"},{"id":"ref-for-concept-status\u2461"}],"title":"2.2.3. Statuses"},{"refs":[{"id":"ref-for-concept-status\u2462"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-status\u2463"},{"id":"ref-for-concept-status\u2464"},{"id":"ref-for-concept-status\u2465"}],"title":"3.2.3. HTTP responses"}],"url":"#concept-status"}, "concept-tao-check": {"dfnID":"concept-tao-check","dfnText":"TAO check","external":false,"refSections":[{"refs":[{"id":"ref-for-concept-tao-check"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-concept-tao-check\u2460"},{"id":"ref-for-concept-tao-check\u2461"}],"title":"4.10. TAO check"}],"url":"#concept-tao-check"}, "connection-credentials": {"dfnID":"connection-credentials","dfnText":"credentials","external":false,"refSections":[{"refs":[{"id":"ref-for-connection-credentials"},{"id":"ref-for-connection-credentials\u2460"},{"id":"ref-for-connection-credentials\u2461"},{"id":"ref-for-connection-credentials\u2462"}],"title":"2.6. Connections"}],"url":"#connection-credentials"}, "connection-key": {"dfnID":"connection-key","dfnText":"key","external":false,"refSections":[{"refs":[{"id":"ref-for-connection-key"},{"id":"ref-for-connection-key\u2460"}],"title":"2.6. Connections"}],"url":"#connection-key"}, "connection-origin": {"dfnID":"connection-origin","dfnText":"origin","external":false,"refSections":[{"refs":[{"id":"ref-for-connection-origin"},{"id":"ref-for-connection-origin\u2460"}],"title":"2.6. Connections"}],"url":"#connection-origin"}, "connection-timing-info": {"dfnID":"connection-timing-info","dfnText":"connection timing info","external":false,"refSections":[{"refs":[{"id":"ref-for-connection-timing-info"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-connection-timing-info\u2460"},{"id":"ref-for-connection-timing-info\u2461"},{"id":"ref-for-connection-timing-info\u2462"},{"id":"ref-for-connection-timing-info\u2463"},{"id":"ref-for-connection-timing-info\u2464"},{"id":"ref-for-connection-timing-info\u2465"}],"title":"2.6. Connections"}],"url":"#connection-timing-info"}, "connection-timing-info-alpn-negotiated-protocol": {"dfnID":"connection-timing-info-alpn-negotiated-protocol","dfnText":"ALPN negotiated protocol","external":false,"refSections":[{"refs":[{"id":"ref-for-connection-timing-info-alpn-negotiated-protocol"},{"id":"ref-for-connection-timing-info-alpn-negotiated-protocol\u2460"},{"id":"ref-for-connection-timing-info-alpn-negotiated-protocol\u2461"},{"id":"ref-for-connection-timing-info-alpn-negotiated-protocol\u2462"},{"id":"ref-for-connection-timing-info-alpn-negotiated-protocol\u2463"},{"id":"ref-for-connection-timing-info-alpn-negotiated-protocol\u2464"}],"title":"2.6. Connections"}],"url":"#connection-timing-info-alpn-negotiated-protocol"}, "connection-timing-info-connection-end-time": {"dfnID":"connection-timing-info-connection-end-time","dfnText":"connection end time","external":false,"refSections":[{"refs":[{"id":"ref-for-connection-timing-info-connection-end-time"},{"id":"ref-for-connection-timing-info-connection-end-time\u2460"},{"id":"ref-for-connection-timing-info-connection-end-time\u2461"},{"id":"ref-for-connection-timing-info-connection-end-time\u2462"},{"id":"ref-for-connection-timing-info-connection-end-time\u2463"}],"title":"2.6. Connections"}],"url":"#connection-timing-info-connection-end-time"}, "connection-timing-info-connection-start-time": {"dfnID":"connection-timing-info-connection-start-time","dfnText":"connection start time","external":false,"refSections":[{"refs":[{"id":"ref-for-connection-timing-info-connection-start-time"},{"id":"ref-for-connection-timing-info-connection-start-time\u2460"},{"id":"ref-for-connection-timing-info-connection-start-time\u2461"},{"id":"ref-for-connection-timing-info-connection-start-time\u2462"},{"id":"ref-for-connection-timing-info-connection-start-time\u2463"},{"id":"ref-for-connection-timing-info-connection-start-time\u2464"}],"title":"2.6. Connections"}],"url":"#connection-timing-info-connection-start-time"}, "connection-timing-info-domain-lookup-end-time": {"dfnID":"connection-timing-info-domain-lookup-end-time","dfnText":"domain lookup end time","external":false,"refSections":[{"refs":[{"id":"ref-for-connection-timing-info-domain-lookup-end-time"},{"id":"ref-for-connection-timing-info-domain-lookup-end-time\u2460"},{"id":"ref-for-connection-timing-info-domain-lookup-end-time\u2461"},{"id":"ref-for-connection-timing-info-domain-lookup-end-time\u2462"}],"title":"2.6. Connections"}],"url":"#connection-timing-info-domain-lookup-end-time"}, "connection-timing-info-domain-lookup-start-time": {"dfnID":"connection-timing-info-domain-lookup-start-time","dfnText":"domain lookup start time","external":false,"refSections":[{"refs":[{"id":"ref-for-connection-timing-info-domain-lookup-start-time"},{"id":"ref-for-connection-timing-info-domain-lookup-start-time\u2460"},{"id":"ref-for-connection-timing-info-domain-lookup-start-time\u2461"},{"id":"ref-for-connection-timing-info-domain-lookup-start-time\u2462"}],"title":"2.6. Connections"}],"url":"#connection-timing-info-domain-lookup-start-time"}, "connection-timing-info-secure-connection-start-time": {"dfnID":"connection-timing-info-secure-connection-start-time","dfnText":"secure connection start time","external":false,"refSections":[{"refs":[{"id":"ref-for-connection-timing-info-secure-connection-start-time"},{"id":"ref-for-connection-timing-info-secure-connection-start-time\u2460"},{"id":"ref-for-connection-timing-info-secure-connection-start-time\u2461"},{"id":"ref-for-connection-timing-info-secure-connection-start-time\u2462"}],"title":"2.6. Connections"}],"url":"#connection-timing-info-secure-connection-start-time"}, "convert-header-names-to-a-sorted-lowercase-set": {"dfnID":"convert-header-names-to-a-sorted-lowercase-set","dfnText":"convert header names to a sorted-lowercase set","external":false,"refSections":[{"refs":[{"id":"ref-for-convert-header-names-to-a-sorted-lowercase-set"},{"id":"ref-for-convert-header-names-to-a-sorted-lowercase-set\u2460"}],"title":"2.2.2. Headers"}],"url":"#convert-header-names-to-a-sorted-lowercase-set"}, "cors-non-wildcard-request-header-name": {"dfnID":"cors-non-wildcard-request-header-name","dfnText":"CORS non-wildcard request-header name","external":false,"refSections":[{"refs":[{"id":"ref-for-cors-non-wildcard-request-header-name"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-cors-non-wildcard-request-header-name\u2460"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-cors-non-wildcard-request-header-name\u2461"}],"title":"4.8. CORS-preflight cache"}],"url":"#cors-non-wildcard-request-header-name"}, "cors-preflight-fetch-0": {"dfnID":"cors-preflight-fetch-0","dfnText":"CORS-preflight fetch","external":false,"refSections":[{"refs":[{"id":"ref-for-cors-preflight-fetch-0"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-cors-preflight-fetch-0\u2460"},{"id":"ref-for-cors-preflight-fetch-0\u2461"},{"id":"ref-for-cors-preflight-fetch-0\u2462"},{"id":"ref-for-cors-preflight-fetch-0\u2463"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-cors-preflight-fetch-0\u2464"},{"id":"ref-for-cors-preflight-fetch-0\u2465"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-cors-preflight-fetch-0\u2466"}],"title":"Setting up a request"}],"url":"#cors-preflight-fetch-0"}, "cors-preflight-request": {"dfnID":"cors-preflight-request","dfnText":"CORS-preflight request","external":false,"refSections":[{"refs":[{"id":"ref-for-cors-preflight-request"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-cors-preflight-request\u2460"}],"title":"3.2.1. General"},{"refs":[{"id":"ref-for-cors-preflight-request\u2461"}],"title":"3.2.2. HTTP requests"},{"refs":[{"id":"ref-for-cors-preflight-request\u2462"},{"id":"ref-for-cors-preflight-request\u2463"},{"id":"ref-for-cors-preflight-request\u2464"},{"id":"ref-for-cors-preflight-request\u2465"},{"id":"ref-for-cors-preflight-request\u2466"},{"id":"ref-for-cors-preflight-request\u2467"},{"id":"ref-for-cors-preflight-request\u2468"},{"id":"ref-for-cors-preflight-request\u2460\u24ea"}],"title":"3.2.3. HTTP responses"},{"refs":[{"id":"ref-for-cors-preflight-request\u2460\u2460"},{"id":"ref-for-cors-preflight-request\u2460\u2461"}],"title":"3.2.5. CORS protocol and credentials"},{"refs":[{"id":"ref-for-cors-preflight-request\u2460\u2462"}],"title":"4.7. CORS-preflight fetch"}],"url":"#cors-preflight-request"}, "cors-protocol": {"dfnID":"cors-protocol","dfnText":"CORS protocol","external":false,"refSections":[{"refs":[{"id":"ref-for-cors-protocol"},{"id":"ref-for-cors-protocol\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-cors-protocol\u2461"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-cors-protocol\u2462"}],"title":"3.2. CORS protocol"},{"refs":[{"id":"ref-for-cors-protocol\u2463"},{"id":"ref-for-cors-protocol\u2464"}],"title":"3.2.1. General"},{"refs":[{"id":"ref-for-cors-protocol\u2465"},{"id":"ref-for-cors-protocol\u2466"}],"title":"3.2.2. HTTP requests"},{"refs":[{"id":"ref-for-cors-protocol\u2467"},{"id":"ref-for-cors-protocol\u2468"},{"id":"ref-for-cors-protocol\u2460\u24ea"}],"title":"3.2.3. HTTP responses"},{"refs":[{"id":"ref-for-cors-protocol\u2460\u2460"}],"title":"3.2.4. HTTP new-header syntax"},{"refs":[{"id":"ref-for-cors-protocol\u2460\u2461"}],"title":"3.2.5. CORS protocol and credentials"},{"refs":[{"id":"ref-for-cors-protocol\u2460\u2462"},{"id":"ref-for-cors-protocol\u2460\u2463"},{"id":"ref-for-cors-protocol\u2460\u2464"}],"title":"3.2.6. Examples"},{"refs":[{"id":"ref-for-cors-protocol\u2460\u2465"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-cors-protocol\u2460\u2466"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-cors-protocol\u2460\u2467"},{"id":"ref-for-cors-protocol\u2460\u2468"}],"title":"Basic safe CORS protocol setup"},{"refs":[{"id":"ref-for-cors-protocol\u2461\u24ea"}],"title":"CORS protocol and HTTP caches"}],"url":"#cors-protocol"}, "cors-request": {"dfnID":"cors-request","dfnText":"CORS request","external":false,"refSections":[{"refs":[{"id":"ref-for-cors-request"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-cors-request\u2460"},{"id":"ref-for-cors-request\u2461"},{"id":"ref-for-cors-request\u2462"}],"title":"3.2.2. HTTP requests"},{"refs":[{"id":"ref-for-cors-request\u2463"},{"id":"ref-for-cors-request\u2464"},{"id":"ref-for-cors-request\u2465"},{"id":"ref-for-cors-request\u2466"},{"id":"ref-for-cors-request\u2467"},{"id":"ref-for-cors-request\u2468"},{"id":"ref-for-cors-request\u2460\u24ea"},{"id":"ref-for-cors-request\u2460\u2460"}],"title":"3.2.3. HTTP responses"},{"refs":[{"id":"ref-for-cors-request\u2460\u2461"},{"id":"ref-for-cors-request\u2460\u2462"},{"id":"ref-for-cors-request\u2460\u2463"},{"id":"ref-for-cors-request\u2460\u2464"},{"id":"ref-for-cors-request\u2460\u2465"},{"id":"ref-for-cors-request\u2460\u2466"},{"id":"ref-for-cors-request\u2460\u2467"}],"title":"CORS protocol and HTTP caches"}],"url":"#cors-request"}, "cors-safelisted-method": {"dfnID":"cors-safelisted-method","dfnText":"CORS-safelisted method","external":false,"refSections":[{"refs":[{"id":"ref-for-cors-safelisted-method"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-cors-safelisted-method\u2460"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-cors-safelisted-method\u2461"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-cors-safelisted-method\u2462"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-cors-safelisted-method\u2463"}],"title":"5.4. Request class"}],"url":"#cors-safelisted-method"}, "cors-safelisted-request-header": {"dfnID":"cors-safelisted-request-header","dfnText":"CORS-safelisted request-header","external":false,"refSections":[{"refs":[{"id":"ref-for-cors-safelisted-request-header"},{"id":"ref-for-cors-safelisted-request-header\u2460"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-cors-safelisted-request-header\u2461"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-cors-safelisted-request-header\u2462"}],"title":"5.1. Headers class"}],"url":"#cors-safelisted-request-header"}, "cors-safelisted-response-header-name": {"dfnID":"cors-safelisted-response-header-name","dfnText":"CORS-safelisted response-header name","external":false,"refSections":[{"refs":[{"id":"ref-for-cors-safelisted-response-header-name"}],"title":"2.2.6. Responses"}],"url":"#cors-safelisted-response-header-name"}, "cors-unsafe-request-header-byte": {"dfnID":"cors-unsafe-request-header-byte","dfnText":"CORS-unsafe request-header byte","external":false,"refSections":[{"refs":[{"id":"ref-for-cors-unsafe-request-header-byte"},{"id":"ref-for-cors-unsafe-request-header-byte\u2460"}],"title":"2.2.2. Headers"}],"url":"#cors-unsafe-request-header-byte"}, "cors-unsafe-request-header-names": {"dfnID":"cors-unsafe-request-header-names","dfnText":"CORS-unsafe request-header names","external":false,"refSections":[{"refs":[{"id":"ref-for-cors-unsafe-request-header-names"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-cors-unsafe-request-header-names\u2460"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-cors-unsafe-request-header-names\u2461"},{"id":"ref-for-cors-unsafe-request-header-names\u2462"}],"title":"4.7. CORS-preflight fetch"}],"url":"#cors-unsafe-request-header-names"}, "create-a-connection": {"dfnID":"create-a-connection","dfnText":"create a connection","external":false,"refSections":[{"refs":[{"id":"ref-for-create-a-connection"}],"title":"2.6. Connections"}],"url":"#create-a-connection"}, "create-an-opaque-timing-info": {"dfnID":"create-an-opaque-timing-info","dfnText":"create an opaque timing info","external":false,"refSections":[{"refs":[{"id":"ref-for-create-an-opaque-timing-info"}],"title":"4.1. Main fetch"}],"url":"#create-an-opaque-timing-info"}, "credentials": {"dfnID":"credentials","dfnText":"Credentials","external":false,"refSections":[{"refs":[{"id":"ref-for-credentials"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-credentials\u2460"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-credentials\u2461"}],"title":"3.2. CORS protocol"},{"refs":[{"id":"ref-for-credentials\u2462"}],"title":"3.2.4. HTTP new-header syntax"},{"refs":[{"id":"ref-for-credentials\u2463"},{"id":"ref-for-credentials\u2464"},{"id":"ref-for-credentials\u2465"},{"id":"ref-for-credentials\u2466"},{"id":"ref-for-credentials\u2467"},{"id":"ref-for-credentials\u2468"},{"id":"ref-for-credentials\u2460\u24ea"},{"id":"ref-for-credentials\u2460\u2460"}],"title":"3.2.5. CORS protocol and credentials"},{"refs":[{"id":"ref-for-credentials\u2460\u2461"},{"id":"ref-for-credentials\u2460\u2462"},{"id":"ref-for-credentials\u2460\u2463"},{"id":"ref-for-credentials\u2460\u2464"},{"id":"ref-for-credentials\u2460\u2465"},{"id":"ref-for-credentials\u2460\u2466"},{"id":"ref-for-credentials\u2460\u2467"}],"title":"3.2.6. Examples"},{"refs":[{"id":"ref-for-credentials\u2460\u2468"}],"title":"Setting up a request"}],"url":"#credentials"}, "cross-origin-embedder-policy-allows-credentials": {"dfnID":"cross-origin-embedder-policy-allows-credentials","dfnText":"Cross-Origin-Embedder-Policy allows credentials","external":false,"refSections":[{"refs":[{"id":"ref-for-cross-origin-embedder-policy-allows-credentials"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#cross-origin-embedder-policy-allows-credentials"}, "cross-origin-resource-policy-check": {"dfnID":"cross-origin-resource-policy-check","dfnText":"cross-origin resource policy check","external":false,"refSections":[{"refs":[{"id":"ref-for-cross-origin-resource-policy-check"},{"id":"ref-for-cross-origin-resource-policy-check\u2460"}],"title":"4.3. HTTP fetch"}],"url":"#cross-origin-resource-policy-check"}, "cross-origin-resource-policy-internal-check": {"dfnID":"cross-origin-resource-policy-internal-check","dfnText":"cross-origin resource policy internal check","external":false,"refSections":[{"refs":[{"id":"ref-for-cross-origin-resource-policy-internal-check"},{"id":"ref-for-cross-origin-resource-policy-internal-check\u2460"},{"id":"ref-for-cross-origin-resource-policy-internal-check\u2461"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"#cross-origin-resource-policy-internal-check"}, "d06b2b8c": {"dfnID":"d06b2b8c","dfnText":"XMLHttpRequest","external":true,"refSections":[{"refs":[{"id":"ref-for-xmlhttprequest"},{"id":"ref-for-xmlhttprequest\u2460"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-xmlhttprequest\u2461"},{"id":"ref-for-xmlhttprequest\u2462"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-xmlhttprequest\u2463"}],"title":"3.2.5. CORS protocol and credentials"},{"refs":[{"id":"ref-for-xmlhttprequest\u2464"}],"title":"5. Fetch API"},{"refs":[{"id":"ref-for-xmlhttprequest\u2465"}],"title":"5.7. Garbage collection"},{"refs":[{"id":"ref-for-xmlhttprequest\u2466"}],"title":"Basic safe CORS protocol setup"}],"url":"https://xhr.spec.whatwg.org/#xmlhttprequest"}, "d06e9dd5": {"dfnID":"d06e9dd5","dfnText":"Should response to request be blocked as mixed content?","external":true,"refSections":[{"refs":[{"id":"ref-for-should-block-response"}],"title":"4.1. Main fetch"}],"url":"https://w3c.github.io/webappsec-mixed-content/#should-block-response"}, "d0b4a948": {"dfnID":"d0b4a948","dfnText":"a promise rejected with","external":true,"refSections":[{"refs":[{"id":"ref-for-a-promise-rejected-with"}],"title":"5.3. Body mixin"}],"url":"https://webidl.spec.whatwg.org/#a-promise-rejected-with"}, "d24334b4": {"dfnID":"d24334b4","dfnText":"collect a sequence of code points","external":true,"refSections":[{"refs":[{"id":"ref-for-collect-a-sequence-of-code-points"}],"title":"2.2. HTTP"},{"refs":[{"id":"ref-for-collect-a-sequence-of-code-points\u2460"},{"id":"ref-for-collect-a-sequence-of-code-points\u2461"},{"id":"ref-for-collect-a-sequence-of-code-points\u2462"},{"id":"ref-for-collect-a-sequence-of-code-points\u2463"},{"id":"ref-for-collect-a-sequence-of-code-points\u2464"},{"id":"ref-for-collect-a-sequence-of-code-points\u2465"},{"id":"ref-for-collect-a-sequence-of-code-points\u2466"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-collect-a-sequence-of-code-points\u2467"}],"title":"6. data: URLs"}],"url":"https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points"}, "d25dfb2c": {"dfnID":"d25dfb2c","dfnText":"AbortError","external":true,"refSections":[{"refs":[{"id":"ref-for-aborterror"},{"id":"ref-for-aborterror\u2460"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-aborterror\u2461"}],"title":"4.6. HTTP-network fetch"}],"url":"https://webidl.spec.whatwg.org/#aborterror"}, "d49287c6": {"dfnID":"d49287c6","dfnText":"method","external":true,"refSections":[{"refs":[{"id":"ref-for-method.overview"}],"title":"2.2.1. Methods"},{"refs":[{"id":"ref-for-method.overview\u2460"},{"id":"ref-for-method.overview\u2461"}],"title":"3.2.4. HTTP new-header syntax"}],"url":"https://httpwg.org/specs/rfc9110.html#method.overview"}, "d54c5411": {"dfnID":"d54c5411","dfnText":"Do bytes match metadataList?","external":true,"refSections":[{"refs":[{"id":"ref-for-does-response-match-metadatalist"}],"title":"4.1. Main fetch"}],"url":"https://w3c.github.io/webappsec-subresource-integrity/#does-response-match-metadatalist"}, "d55747e5": {"dfnID":"d55747e5","dfnText":"Determine request's Referrer","external":true,"refSections":[{"refs":[{"id":"ref-for-determine-requests-referrer"}],"title":"4.1. Main fetch"}],"url":"https://w3c.github.io/webappsec-referrer-policy/#determine-requests-referrer"}, "d6e2b0d9": {"dfnID":"d6e2b0d9","dfnText":"IPv6 address","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-ipv6"}],"title":"2.6. Connections"}],"url":"https://url.spec.whatwg.org/#concept-ipv6"}, "d6e5d5bd": {"dfnID":"d6e5d5bd","dfnText":"serialize a MIME type","external":true,"refSections":[{"refs":[{"id":"ref-for-serialize-a-mime-type"}],"title":"3.4. `Content-Type` header"}],"url":"https://mimesniff.spec.whatwg.org/#serialize-a-mime-type"}, "d72dabca": {"dfnID":"d72dabca","dfnText":"parse a MIME type","external":true,"refSections":[{"refs":[{"id":"ref-for-parse-a-mime-type"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-parse-a-mime-type\u2460"}],"title":"3.4. `Content-Type` header"},{"refs":[{"id":"ref-for-parse-a-mime-type\u2461"}],"title":"6. data: URLs"}],"url":"https://mimesniff.spec.whatwg.org/#parse-a-mime-type"}, "d7edb843": {"dfnID":"d7edb843","dfnText":"urlencoded serializer","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-urlencoded-serializer"}],"title":"5.2. BodyInit unions"}],"url":"https://url.spec.whatwg.org/#concept-urlencoded-serializer"}, "d8b963e8": {"dfnID":"d8b963e8","dfnText":"isomorphic decode","external":true,"refSections":[{"refs":[{"id":"ref-for-isomorphic-decode"},{"id":"ref-for-isomorphic-decode\u2460"},{"id":"ref-for-isomorphic-decode\u2461"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-isomorphic-decode\u2462"}],"title":"6. data: URLs"}],"url":"https://infra.spec.whatwg.org/#isomorphic-decode"}, "dacde8b5": {"dfnID":"dacde8b5","dfnText":"a new promise","external":true,"refSections":[{"refs":[{"id":"ref-for-a-new-promise"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-a-new-promise\u2460"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-a-new-promise\u2461"}],"title":"5.6. Fetch method"}],"url":"https://webidl.spec.whatwg.org/#a-new-promise"}, "dae0bfde": {"dfnID":"dae0bfde","dfnText":"serialization of an origin","external":true,"refSections":[{"refs":[{"id":"ref-for-ascii-serialisation-of-an-origin"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-ascii-serialisation-of-an-origin\u2460"}],"title":"3.2.5. CORS protocol and credentials"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#ascii-serialisation-of-an-origin"}, "daecad44": {"dfnID":"daecad44","dfnText":"EventSource","external":true,"refSections":[{"refs":[{"id":"ref-for-eventsource"}],"title":"2.2.5. Requests"}],"url":"https://html.spec.whatwg.org/multipage/server-sent-events.html#eventsource"}, "data-url-processor": {"dfnID":"data-url-processor","dfnText":"data: URL processor","external":false,"refSections":[{"refs":[{"id":"ref-for-data-url-processor"}],"title":"4.2. Scheme fetch"}],"url":"#data-url-processor"}, "data-url-struct": {"dfnID":"data-url-struct","dfnText":"data: URL struct","external":false,"refSections":[{"refs":[{"id":"ref-for-data-url-struct"}],"title":"6. data: URLs"}],"url":"#data-url-struct"}, "data-url-struct-body": {"dfnID":"data-url-struct-body","dfnText":"body","external":false,"refSections":[{"refs":[{"id":"ref-for-data-url-struct-body"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-data-url-struct-body\u2460"}],"title":"6. data: URLs"}],"url":"#data-url-struct-body"}, "data-url-struct-mime-type": {"dfnID":"data-url-struct-mime-type","dfnText":"MIME type","external":false,"refSections":[{"refs":[{"id":"ref-for-data-url-struct-mime-type"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-data-url-struct-mime-type\u2460"}],"title":"6. data: URLs"}],"url":"#data-url-struct-mime-type"}, "dca2de17": {"dfnID":"dca2de17","dfnText":"DOMException","external":true,"refSections":[{"refs":[{"id":"ref-for-idl-DOMException"},{"id":"ref-for-idl-DOMException\u2460"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-idl-DOMException\u2461"}],"title":"4.6. HTTP-network fetch"}],"url":"https://webidl.spec.whatwg.org/#idl-DOMException"}, "dcffbccd": {"dfnID":"dcffbccd","dfnText":"URL","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-url"}],"title":"2.1. URL"},{"refs":[{"id":"ref-for-concept-url\u2460"},{"id":"ref-for-concept-url\u2461"},{"id":"ref-for-concept-url\u2462"},{"id":"ref-for-concept-url\u2463"},{"id":"ref-for-concept-url\u2464"},{"id":"ref-for-concept-url\u2465"},{"id":"ref-for-concept-url\u2466"},{"id":"ref-for-concept-url\u2467"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-concept-url\u2468"},{"id":"ref-for-concept-url\u2460\u24ea"},{"id":"ref-for-concept-url\u2460\u2460"},{"id":"ref-for-concept-url\u2460\u2461"},{"id":"ref-for-concept-url\u2460\u2462"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-url\u2460\u2463"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-concept-url\u2460\u2464"},{"id":"ref-for-concept-url\u2460\u2465"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-concept-url\u2460\u2466"},{"id":"ref-for-concept-url\u2460\u2467"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-concept-url\u2460\u2468"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-concept-url\u2461\u24ea"}],"title":"4.8. CORS-preflight cache"},{"refs":[{"id":"ref-for-concept-url\u2461\u2460"}],"title":"6. data: URLs"}],"url":"https://url.spec.whatwg.org/#concept-url"}, "dd460c8e": {"dfnID":"dd460c8e","dfnText":"is not empty (for list)","external":true,"refSections":[{"refs":[{"id":"ref-for-list-is-empty"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-list-is-empty\u2460"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-list-is-empty\u2461"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-list-is-empty\u2462"},{"id":"ref-for-list-is-empty\u2463"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-list-is-empty\u2464"}],"title":"4.7. CORS-preflight fetch"}],"url":"https://infra.spec.whatwg.org/#list-is-empty"}, "default-user-agent-value": {"dfnID":"default-user-agent-value","dfnText":"default `User-Agent` value","external":false,"refSections":[{"refs":[{"id":"ref-for-default-user-agent-value"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#default-user-agent-value"}, "deserialize-a-serialized-abort-reason": {"dfnID":"deserialize-a-serialized-abort-reason","dfnText":"deserialize a serialized abort reason","external":false,"refSections":[{"refs":[{"id":"ref-for-deserialize-a-serialized-abort-reason"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-deserialize-a-serialized-abort-reason\u2460"}],"title":"5.6. Fetch method"}],"url":"#deserialize-a-serialized-abort-reason"}, "determine-nosniff": {"dfnID":"determine-nosniff","dfnText":"determine nosniff","external":false,"refSections":[{"refs":[{"id":"ref-for-determine-nosniff"}],"title":"3.5.1. Should\nresponse to request be blocked due to nosniff?"}],"url":"#determine-nosniff"}, "determine-the-http-cache-partition": {"dfnID":"determine-the-http-cache-partition","dfnText":"determine the HTTP cache partition","external":false,"refSections":[{"refs":[{"id":"ref-for-determine-the-http-cache-partition"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#determine-the-http-cache-partition"}, "determine-the-network-partition-key": {"dfnID":"determine-the-network-partition-key","dfnText":"determine the network partition key","external":false,"refSections":[{"refs":[{"id":"ref-for-determine-the-network-partition-key"},{"id":"ref-for-determine-the-network-partition-key\u2460"}],"title":"2.7. Network partition keys"}],"url":"#determine-the-network-partition-key"}, "document-accept-header-value": {"dfnID":"document-accept-header-value","dfnText":"document `Accept` header value","external":false,"refSections":[{"refs":[{"id":"ref-for-document-accept-header-value"},{"id":"ref-for-document-accept-header-value\u2460"}],"title":"4. Fetching"}],"url":"#document-accept-header-value"}, "dom-body-arraybuffer": {"dfnID":"dom-body-arraybuffer","dfnText":"arrayBuffer()","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-body-arraybuffer"},{"id":"ref-for-dom-body-arraybuffer\u2460"}],"title":"5.3. Body mixin"}],"url":"#dom-body-arraybuffer"}, "dom-body-blob": {"dfnID":"dom-body-blob","dfnText":"blob()","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-body-blob"},{"id":"ref-for-dom-body-blob\u2460"}],"title":"5.3. Body mixin"}],"url":"#dom-body-blob"}, "dom-body-body": {"dfnID":"dom-body-body","dfnText":"body","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-body-body"},{"id":"ref-for-dom-body-body\u2460"}],"title":"5.3. Body mixin"}],"url":"#dom-body-body"}, "dom-body-bodyused": {"dfnID":"dom-body-bodyused","dfnText":"bodyUsed","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-body-bodyused"},{"id":"ref-for-dom-body-bodyused\u2460"}],"title":"5.3. Body mixin"}],"url":"#dom-body-bodyused"}, "dom-body-bytes": {"dfnID":"dom-body-bytes","dfnText":"bytes()","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-body-bytes"},{"id":"ref-for-dom-body-bytes\u2460"}],"title":"5.3. Body mixin"}],"url":"#dom-body-bytes"}, "dom-body-formdata": {"dfnID":"dom-body-formdata","dfnText":"formData()","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-body-formdata"},{"id":"ref-for-dom-body-formdata\u2460"}],"title":"5.3. Body mixin"}],"url":"#dom-body-formdata"}, "dom-body-json": {"dfnID":"dom-body-json","dfnText":"json()","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-body-json"},{"id":"ref-for-dom-body-json\u2460"}],"title":"5.3. Body mixin"}],"url":"#dom-body-json"}, "dom-body-text": {"dfnID":"dom-body-text","dfnText":"text()","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-body-text"},{"id":"ref-for-dom-body-text\u2460"}],"title":"5.3. Body mixin"}],"url":"#dom-body-text"}, "dom-global-fetch": {"dfnID":"dom-global-fetch","dfnText":"fetch(input, init)","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-global-fetch"}],"title":"1. Preface"},{"refs":[{"id":"ref-for-dom-global-fetch\u2460"},{"id":"ref-for-dom-global-fetch\u2461"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-dom-global-fetch\u2462"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-dom-global-fetch\u2463"},{"id":"ref-for-dom-global-fetch\u2464"}],"title":"5. Fetch API"},{"refs":[{"id":"ref-for-dom-global-fetch\u2465"}],"title":"5.6. Fetch method"},{"refs":[{"id":"ref-for-dom-global-fetch\u2466"}],"title":"5.7. Garbage collection"}],"url":"#dom-global-fetch"}, "dom-headers": {"dfnID":"dom-headers","dfnText":"new Headers(init)","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-headers"},{"id":"ref-for-dom-headers\u2460"}],"title":"5.1. Headers class"}],"url":"#dom-headers"}, "dom-headers-append": {"dfnID":"dom-headers-append","dfnText":"append(name, value)","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-headers-append"},{"id":"ref-for-dom-headers-append\u2460"}],"title":"5.1. Headers class"}],"url":"#dom-headers-append"}, "dom-headers-append-name-value-name": {"dfnID":"dom-headers-append-name-value-name","dfnText":"name","external":false,"refSections":[],"url":"#dom-headers-append-name-value-name"}, "dom-headers-append-name-value-value": {"dfnID":"dom-headers-append-name-value-value","dfnText":"value","external":false,"refSections":[],"url":"#dom-headers-append-name-value-value"}, "dom-headers-delete": {"dfnID":"dom-headers-delete","dfnText":"delete(name)","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-headers-delete"},{"id":"ref-for-dom-headers-delete\u2460"},{"id":"ref-for-dom-headers-delete\u2461"}],"title":"5.1. Headers class"}],"url":"#dom-headers-delete"}, "dom-headers-delete-name-name": {"dfnID":"dom-headers-delete-name-name","dfnText":"name","external":false,"refSections":[],"url":"#dom-headers-delete-name-name"}, "dom-headers-get": {"dfnID":"dom-headers-get","dfnText":"get(name)","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-headers-get"},{"id":"ref-for-dom-headers-get\u2460"}],"title":"5.1. Headers class"}],"url":"#dom-headers-get"}, "dom-headers-get-name-name": {"dfnID":"dom-headers-get-name-name","dfnText":"name","external":false,"refSections":[],"url":"#dom-headers-get-name-name"}, "dom-headers-getsetcookie": {"dfnID":"dom-headers-getsetcookie","dfnText":"getSetCookie()","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-headers-getsetcookie"},{"id":"ref-for-dom-headers-getsetcookie\u2460"}],"title":"5.1. Headers class"}],"url":"#dom-headers-getsetcookie"}, "dom-headers-has": {"dfnID":"dom-headers-has","dfnText":"has(name)","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-headers-has"},{"id":"ref-for-dom-headers-has\u2460"}],"title":"5.1. Headers class"}],"url":"#dom-headers-has"}, "dom-headers-has-name-name": {"dfnID":"dom-headers-has-name-name","dfnText":"name","external":false,"refSections":[],"url":"#dom-headers-has-name-name"}, "dom-headers-headers-init-init": {"dfnID":"dom-headers-headers-init-init","dfnText":"init","external":false,"refSections":[],"url":"#dom-headers-headers-init-init"}, "dom-headers-set": {"dfnID":"dom-headers-set","dfnText":"set(name, value)","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-headers-set"},{"id":"ref-for-dom-headers-set\u2460"}],"title":"5.1. Headers class"}],"url":"#dom-headers-set"}, "dom-headers-set-name-value-name": {"dfnID":"dom-headers-set-name-value-name","dfnText":"name","external":false,"refSections":[],"url":"#dom-headers-set-name-value-name"}, "dom-headers-set-name-value-value": {"dfnID":"dom-headers-set-name-value-value","dfnText":"value","external":false,"refSections":[],"url":"#dom-headers-set-name-value-value"}, "dom-request": {"dfnID":"dom-request","dfnText":"new Request(input, init)","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request"},{"id":"ref-for-dom-request\u2460"}],"title":"5.4. Request class"}],"url":"#dom-request"}, "dom-request-cache": {"dfnID":"dom-request-cache","dfnText":"cache","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-cache"},{"id":"ref-for-dom-request-cache\u2460"},{"id":"ref-for-dom-request-cache\u2461"}],"title":"5.4. Request class"}],"url":"#dom-request-cache"}, "dom-request-clone": {"dfnID":"dom-request-clone","dfnText":"clone()","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-clone"},{"id":"ref-for-dom-request-clone\u2460"}],"title":"5.4. Request class"}],"url":"#dom-request-clone"}, "dom-request-credentials": {"dfnID":"dom-request-credentials","dfnText":"credentials","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-credentials"},{"id":"ref-for-dom-request-credentials\u2460"},{"id":"ref-for-dom-request-credentials\u2461"}],"title":"5.4. Request class"}],"url":"#dom-request-credentials"}, "dom-request-destination": {"dfnID":"dom-request-destination","dfnText":"destination","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-destination"},{"id":"ref-for-dom-request-destination\u2460"}],"title":"5.4. Request class"}],"url":"#dom-request-destination"}, "dom-request-duplex": {"dfnID":"dom-request-duplex","dfnText":"duplex","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-duplex"},{"id":"ref-for-dom-request-duplex\u2460"}],"title":"5.4. Request class"}],"url":"#dom-request-duplex"}, "dom-request-headers": {"dfnID":"dom-request-headers","dfnText":"headers","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-headers"},{"id":"ref-for-dom-request-headers\u2460"},{"id":"ref-for-dom-request-headers\u2461"}],"title":"5.4. Request class"}],"url":"#dom-request-headers"}, "dom-request-integrity": {"dfnID":"dom-request-integrity","dfnText":"integrity","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-integrity"},{"id":"ref-for-dom-request-integrity\u2460"},{"id":"ref-for-dom-request-integrity\u2461"}],"title":"5.4. Request class"}],"url":"#dom-request-integrity"}, "dom-request-ishistorynavigation": {"dfnID":"dom-request-ishistorynavigation","dfnText":"isHistoryNavigation","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-ishistorynavigation"},{"id":"ref-for-dom-request-ishistorynavigation\u2460"}],"title":"5.4. Request class"}],"url":"#dom-request-ishistorynavigation"}, "dom-request-isreloadnavigation": {"dfnID":"dom-request-isreloadnavigation","dfnText":"isReloadNavigation","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-isreloadnavigation"},{"id":"ref-for-dom-request-isreloadnavigation\u2460"}],"title":"5.4. Request class"}],"url":"#dom-request-isreloadnavigation"}, "dom-request-keepalive": {"dfnID":"dom-request-keepalive","dfnText":"keepalive","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-keepalive"},{"id":"ref-for-dom-request-keepalive\u2460"},{"id":"ref-for-dom-request-keepalive\u2461"}],"title":"5.4. Request class"}],"url":"#dom-request-keepalive"}, "dom-request-method": {"dfnID":"dom-request-method","dfnText":"method","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-method"},{"id":"ref-for-dom-request-method\u2460"},{"id":"ref-for-dom-request-method\u2461"}],"title":"5.4. Request class"}],"url":"#dom-request-method"}, "dom-request-mode": {"dfnID":"dom-request-mode","dfnText":"mode","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-mode"},{"id":"ref-for-dom-request-mode\u2460"},{"id":"ref-for-dom-request-mode\u2461"}],"title":"5.4. Request class"}],"url":"#dom-request-mode"}, "dom-request-redirect": {"dfnID":"dom-request-redirect","dfnText":"redirect","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-redirect"},{"id":"ref-for-dom-request-redirect\u2460"},{"id":"ref-for-dom-request-redirect\u2461"}],"title":"5.4. Request class"}],"url":"#dom-request-redirect"}, "dom-request-referrer": {"dfnID":"dom-request-referrer","dfnText":"referrer","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-referrer"},{"id":"ref-for-dom-request-referrer\u2460"}],"title":"5.4. Request class"}],"url":"#dom-request-referrer"}, "dom-request-referrerpolicy": {"dfnID":"dom-request-referrerpolicy","dfnText":"referrerPolicy","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-referrerpolicy"},{"id":"ref-for-dom-request-referrerpolicy\u2460"},{"id":"ref-for-dom-request-referrerpolicy\u2461"}],"title":"5.4. Request class"}],"url":"#dom-request-referrerpolicy"}, "dom-request-request-input-init-init": {"dfnID":"dom-request-request-input-init-init","dfnText":"init","external":false,"refSections":[],"url":"#dom-request-request-input-init-init"}, "dom-request-request-input-init-input": {"dfnID":"dom-request-request-input-init-input","dfnText":"input","external":false,"refSections":[],"url":"#dom-request-request-input-init-input"}, "dom-request-signal": {"dfnID":"dom-request-signal","dfnText":"signal","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-signal"},{"id":"ref-for-dom-request-signal\u2460"},{"id":"ref-for-dom-request-signal\u2461"}],"title":"5.4. Request class"}],"url":"#dom-request-signal"}, "dom-request-url": {"dfnID":"dom-request-url","dfnText":"url","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-request-url"},{"id":"ref-for-dom-request-url\u2460"},{"id":"ref-for-dom-request-url\u2461"},{"id":"ref-for-dom-request-url\u2462"}],"title":"5.4. Request class"}],"url":"#dom-request-url"}, "dom-requestcache-default": {"dfnID":"dom-requestcache-default","dfnText":"\"default\"","external":false,"refSections":[],"url":"#dom-requestcache-default"}, "dom-requestcache-force-cache": {"dfnID":"dom-requestcache-force-cache","dfnText":"\"force-cache\"","external":false,"refSections":[],"url":"#dom-requestcache-force-cache"}, "dom-requestcache-no-cache": {"dfnID":"dom-requestcache-no-cache","dfnText":"\"no-cache\"","external":false,"refSections":[],"url":"#dom-requestcache-no-cache"}, "dom-requestcache-no-store": {"dfnID":"dom-requestcache-no-store","dfnText":"\"no-store\"","external":false,"refSections":[],"url":"#dom-requestcache-no-store"}, "dom-requestcache-only-if-cached": {"dfnID":"dom-requestcache-only-if-cached","dfnText":"\"only-if-cached\"","external":false,"refSections":[],"url":"#dom-requestcache-only-if-cached"}, "dom-requestcache-reload": {"dfnID":"dom-requestcache-reload","dfnText":"\"reload\"","external":false,"refSections":[],"url":"#dom-requestcache-reload"}, "dom-requestcredentials-include": {"dfnID":"dom-requestcredentials-include","dfnText":"\"include\"","external":false,"refSections":[],"url":"#dom-requestcredentials-include"}, "dom-requestcredentials-omit": {"dfnID":"dom-requestcredentials-omit","dfnText":"\"omit\"","external":false,"refSections":[],"url":"#dom-requestcredentials-omit"}, "dom-requestcredentials-same-origin": {"dfnID":"dom-requestcredentials-same-origin","dfnText":"\"same-origin\"","external":false,"refSections":[],"url":"#dom-requestcredentials-same-origin"}, "dom-requestdestination": {"dfnID":"dom-requestdestination","dfnText":"\"\"","external":false,"refSections":[],"url":"#dom-requestdestination"}, "dom-requestdestination-audio": {"dfnID":"dom-requestdestination-audio","dfnText":"\"audio\"","external":false,"refSections":[],"url":"#dom-requestdestination-audio"}, "dom-requestdestination-audioworklet": {"dfnID":"dom-requestdestination-audioworklet","dfnText":"\"audioworklet\"","external":false,"refSections":[],"url":"#dom-requestdestination-audioworklet"}, "dom-requestdestination-document": {"dfnID":"dom-requestdestination-document","dfnText":"\"document\"","external":false,"refSections":[],"url":"#dom-requestdestination-document"}, "dom-requestdestination-embed": {"dfnID":"dom-requestdestination-embed","dfnText":"\"embed\"","external":false,"refSections":[],"url":"#dom-requestdestination-embed"}, "dom-requestdestination-font": {"dfnID":"dom-requestdestination-font","dfnText":"\"font\"","external":false,"refSections":[],"url":"#dom-requestdestination-font"}, "dom-requestdestination-frame": {"dfnID":"dom-requestdestination-frame","dfnText":"\"frame\"","external":false,"refSections":[],"url":"#dom-requestdestination-frame"}, "dom-requestdestination-iframe": {"dfnID":"dom-requestdestination-iframe","dfnText":"\"iframe\"","external":false,"refSections":[],"url":"#dom-requestdestination-iframe"}, "dom-requestdestination-image": {"dfnID":"dom-requestdestination-image","dfnText":"\"image\"","external":false,"refSections":[],"url":"#dom-requestdestination-image"}, "dom-requestdestination-json": {"dfnID":"dom-requestdestination-json","dfnText":"\"json\"","external":false,"refSections":[],"url":"#dom-requestdestination-json"}, "dom-requestdestination-manifest": {"dfnID":"dom-requestdestination-manifest","dfnText":"\"manifest\"","external":false,"refSections":[],"url":"#dom-requestdestination-manifest"}, "dom-requestdestination-object": {"dfnID":"dom-requestdestination-object","dfnText":"\"object\"","external":false,"refSections":[],"url":"#dom-requestdestination-object"}, "dom-requestdestination-paintworklet": {"dfnID":"dom-requestdestination-paintworklet","dfnText":"\"paintworklet\"","external":false,"refSections":[],"url":"#dom-requestdestination-paintworklet"}, "dom-requestdestination-report": {"dfnID":"dom-requestdestination-report","dfnText":"\"report\"","external":false,"refSections":[],"url":"#dom-requestdestination-report"}, "dom-requestdestination-script": {"dfnID":"dom-requestdestination-script","dfnText":"\"script\"","external":false,"refSections":[],"url":"#dom-requestdestination-script"}, "dom-requestdestination-sharedworker": {"dfnID":"dom-requestdestination-sharedworker","dfnText":"\"sharedworker\"","external":false,"refSections":[],"url":"#dom-requestdestination-sharedworker"}, "dom-requestdestination-style": {"dfnID":"dom-requestdestination-style","dfnText":"\"style\"","external":false,"refSections":[],"url":"#dom-requestdestination-style"}, "dom-requestdestination-track": {"dfnID":"dom-requestdestination-track","dfnText":"\"track\"","external":false,"refSections":[],"url":"#dom-requestdestination-track"}, "dom-requestdestination-video": {"dfnID":"dom-requestdestination-video","dfnText":"\"video\"","external":false,"refSections":[],"url":"#dom-requestdestination-video"}, "dom-requestdestination-worker": {"dfnID":"dom-requestdestination-worker","dfnText":"\"worker\"","external":false,"refSections":[],"url":"#dom-requestdestination-worker"}, "dom-requestdestination-xslt": {"dfnID":"dom-requestdestination-xslt","dfnText":"\"xslt\"","external":false,"refSections":[],"url":"#dom-requestdestination-xslt"}, "dom-requestduplex-half": {"dfnID":"dom-requestduplex-half","dfnText":"\"half\"","external":false,"refSections":[],"url":"#dom-requestduplex-half"}, "dom-requestinit-body": {"dfnID":"dom-requestinit-body","dfnText":"body","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-requestinit-body"},{"id":"ref-for-dom-requestinit-body\u2460"},{"id":"ref-for-dom-requestinit-body\u2461"},{"id":"ref-for-dom-requestinit-body\u2462"},{"id":"ref-for-dom-requestinit-body\u2463"}],"title":"5.4. Request class"}],"url":"#dom-requestinit-body"}, "dom-requestinit-cache": {"dfnID":"dom-requestinit-cache","dfnText":"cache","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-requestinit-cache"},{"id":"ref-for-dom-requestinit-cache\u2460"}],"title":"5.4. Request class"}],"url":"#dom-requestinit-cache"}, "dom-requestinit-credentials": {"dfnID":"dom-requestinit-credentials","dfnText":"credentials","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-requestinit-credentials"},{"id":"ref-for-dom-requestinit-credentials\u2460"}],"title":"5.4. Request class"}],"url":"#dom-requestinit-credentials"}, "dom-requestinit-duplex": {"dfnID":"dom-requestinit-duplex","dfnText":"duplex","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-requestinit-duplex"},{"id":"ref-for-dom-requestinit-duplex\u2460"}],"title":"5.4. Request class"}],"url":"#dom-requestinit-duplex"}, "dom-requestinit-headers": {"dfnID":"dom-requestinit-headers","dfnText":"headers","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-requestinit-headers"},{"id":"ref-for-dom-requestinit-headers\u2460"},{"id":"ref-for-dom-requestinit-headers\u2461"}],"title":"5.4. Request class"}],"url":"#dom-requestinit-headers"}, "dom-requestinit-integrity": {"dfnID":"dom-requestinit-integrity","dfnText":"integrity","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-requestinit-integrity"},{"id":"ref-for-dom-requestinit-integrity\u2460"}],"title":"5.4. Request class"}],"url":"#dom-requestinit-integrity"}, "dom-requestinit-keepalive": {"dfnID":"dom-requestinit-keepalive","dfnText":"keepalive","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-requestinit-keepalive"},{"id":"ref-for-dom-requestinit-keepalive\u2460"}],"title":"5.4. Request class"}],"url":"#dom-requestinit-keepalive"}, "dom-requestinit-method": {"dfnID":"dom-requestinit-method","dfnText":"method","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-requestinit-method"},{"id":"ref-for-dom-requestinit-method\u2460"},{"id":"ref-for-dom-requestinit-method\u2461"}],"title":"5.4. Request class"}],"url":"#dom-requestinit-method"}, "dom-requestinit-mode": {"dfnID":"dom-requestinit-mode","dfnText":"mode","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-requestinit-mode"},{"id":"ref-for-dom-requestinit-mode\u2460"}],"title":"5.4. Request class"}],"url":"#dom-requestinit-mode"}, "dom-requestinit-priority": {"dfnID":"dom-requestinit-priority","dfnText":"priority","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-requestinit-priority"},{"id":"ref-for-dom-requestinit-priority\u2460"},{"id":"ref-for-dom-requestinit-priority\u2461"}],"title":"5.4. Request class"}],"url":"#dom-requestinit-priority"}, "dom-requestinit-redirect": {"dfnID":"dom-requestinit-redirect","dfnText":"redirect","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-requestinit-redirect"},{"id":"ref-for-dom-requestinit-redirect\u2460"}],"title":"5.4. Request class"}],"url":"#dom-requestinit-redirect"}, "dom-requestinit-referrer": {"dfnID":"dom-requestinit-referrer","dfnText":"referrer","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-requestinit-referrer"},{"id":"ref-for-dom-requestinit-referrer\u2460"},{"id":"ref-for-dom-requestinit-referrer\u2461"}],"title":"5.4. Request class"}],"url":"#dom-requestinit-referrer"}, "dom-requestinit-referrerpolicy": {"dfnID":"dom-requestinit-referrerpolicy","dfnText":"referrerPolicy","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-requestinit-referrerpolicy"},{"id":"ref-for-dom-requestinit-referrerpolicy\u2460"}],"title":"5.4. Request class"}],"url":"#dom-requestinit-referrerpolicy"}, "dom-requestinit-signal": {"dfnID":"dom-requestinit-signal","dfnText":"signal","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-requestinit-signal"},{"id":"ref-for-dom-requestinit-signal\u2460"}],"title":"5.4. Request class"}],"url":"#dom-requestinit-signal"}, "dom-requestinit-window": {"dfnID":"dom-requestinit-window","dfnText":"window","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-requestinit-window"},{"id":"ref-for-dom-requestinit-window\u2460"},{"id":"ref-for-dom-requestinit-window\u2461"}],"title":"5.4. Request class"}],"url":"#dom-requestinit-window"}, "dom-requestmode-cors": {"dfnID":"dom-requestmode-cors","dfnText":"\"cors\"","external":false,"refSections":[],"url":"#dom-requestmode-cors"}, "dom-requestmode-navigate": {"dfnID":"dom-requestmode-navigate","dfnText":"\"navigate\"","external":false,"refSections":[],"url":"#dom-requestmode-navigate"}, "dom-requestmode-no-cors": {"dfnID":"dom-requestmode-no-cors","dfnText":"\"no-cors\"","external":false,"refSections":[],"url":"#dom-requestmode-no-cors"}, "dom-requestmode-same-origin": {"dfnID":"dom-requestmode-same-origin","dfnText":"\"same-origin\"","external":false,"refSections":[],"url":"#dom-requestmode-same-origin"}, "dom-requestpriority-auto": {"dfnID":"dom-requestpriority-auto","dfnText":"\"auto\"","external":false,"refSections":[],"url":"#dom-requestpriority-auto"}, "dom-requestpriority-high": {"dfnID":"dom-requestpriority-high","dfnText":"\"high\"","external":false,"refSections":[],"url":"#dom-requestpriority-high"}, "dom-requestpriority-low": {"dfnID":"dom-requestpriority-low","dfnText":"\"low\"","external":false,"refSections":[],"url":"#dom-requestpriority-low"}, "dom-requestredirect-error": {"dfnID":"dom-requestredirect-error","dfnText":"\"error\"","external":false,"refSections":[],"url":"#dom-requestredirect-error"}, "dom-requestredirect-follow": {"dfnID":"dom-requestredirect-follow","dfnText":"\"follow\"","external":false,"refSections":[],"url":"#dom-requestredirect-follow"}, "dom-requestredirect-manual": {"dfnID":"dom-requestredirect-manual","dfnText":"\"manual\"","external":false,"refSections":[],"url":"#dom-requestredirect-manual"}, "dom-response": {"dfnID":"dom-response","dfnText":"new Response(body, init)","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-response"},{"id":"ref-for-dom-response\u2460"}],"title":"5.5. Response class"}],"url":"#dom-response"}, "dom-response-clone": {"dfnID":"dom-response-clone","dfnText":"clone()","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-response-clone"},{"id":"ref-for-dom-response-clone\u2460"}],"title":"5.5. Response class"}],"url":"#dom-response-clone"}, "dom-response-error": {"dfnID":"dom-response-error","dfnText":"error()","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-response-error"},{"id":"ref-for-dom-response-error\u2460"}],"title":"5.5. Response class"}],"url":"#dom-response-error"}, "dom-response-headers": {"dfnID":"dom-response-headers","dfnText":"headers","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-response-headers"},{"id":"ref-for-dom-response-headers\u2460"}],"title":"5.5. Response class"}],"url":"#dom-response-headers"}, "dom-response-json": {"dfnID":"dom-response-json","dfnText":"json(data, init)","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-response-json"},{"id":"ref-for-dom-response-json\u2460"}],"title":"5.5. Response class"}],"url":"#dom-response-json"}, "dom-response-json-data-init-data": {"dfnID":"dom-response-json-data-init-data","dfnText":"data","external":false,"refSections":[],"url":"#dom-response-json-data-init-data"}, "dom-response-json-data-init-init": {"dfnID":"dom-response-json-data-init-init","dfnText":"init","external":false,"refSections":[],"url":"#dom-response-json-data-init-init"}, "dom-response-ok": {"dfnID":"dom-response-ok","dfnText":"ok","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-response-ok"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-dom-response-ok\u2460"},{"id":"ref-for-dom-response-ok\u2461"}],"title":"5.5. Response class"}],"url":"#dom-response-ok"}, "dom-response-redirect": {"dfnID":"dom-response-redirect","dfnText":"redirect(url, status)","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-response-redirect"},{"id":"ref-for-dom-response-redirect\u2460"}],"title":"5.5. Response class"}],"url":"#dom-response-redirect"}, "dom-response-redirect-url-status-status": {"dfnID":"dom-response-redirect-url-status-status","dfnText":"status","external":false,"refSections":[],"url":"#dom-response-redirect-url-status-status"}, "dom-response-redirect-url-status-url": {"dfnID":"dom-response-redirect-url-status-url","dfnText":"url","external":false,"refSections":[],"url":"#dom-response-redirect-url-status-url"}, "dom-response-redirected": {"dfnID":"dom-response-redirected","dfnText":"redirected","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-response-redirected"},{"id":"ref-for-dom-response-redirected\u2460"}],"title":"5.5. Response class"}],"url":"#dom-response-redirected"}, "dom-response-response-body-init-body": {"dfnID":"dom-response-response-body-init-body","dfnText":"body","external":false,"refSections":[],"url":"#dom-response-response-body-init-body"}, "dom-response-response-body-init-init": {"dfnID":"dom-response-response-body-init-init","dfnText":"init","external":false,"refSections":[],"url":"#dom-response-response-body-init-init"}, "dom-response-status": {"dfnID":"dom-response-status","dfnText":"status","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-response-status"},{"id":"ref-for-dom-response-status\u2460"}],"title":"5.5. Response class"}],"url":"#dom-response-status"}, "dom-response-statustext": {"dfnID":"dom-response-statustext","dfnText":"statusText","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-response-statustext"},{"id":"ref-for-dom-response-statustext\u2460"}],"title":"5.5. Response class"}],"url":"#dom-response-statustext"}, "dom-response-type": {"dfnID":"dom-response-type","dfnText":"type","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-response-type"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-dom-response-type\u2460"},{"id":"ref-for-dom-response-type\u2461"}],"title":"5.5. Response class"}],"url":"#dom-response-type"}, "dom-response-url": {"dfnID":"dom-response-url","dfnText":"url","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-response-url"},{"id":"ref-for-dom-response-url\u2460"}],"title":"5.5. Response class"}],"url":"#dom-response-url"}, "dom-responseinit-headers": {"dfnID":"dom-responseinit-headers","dfnText":"headers","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-responseinit-headers"},{"id":"ref-for-dom-responseinit-headers\u2460"}],"title":"5.5. Response class"}],"url":"#dom-responseinit-headers"}, "dom-responseinit-status": {"dfnID":"dom-responseinit-status","dfnText":"status","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-responseinit-status"},{"id":"ref-for-dom-responseinit-status\u2460"}],"title":"5.5. Response class"}],"url":"#dom-responseinit-status"}, "dom-responseinit-statustext": {"dfnID":"dom-responseinit-statustext","dfnText":"statusText","external":false,"refSections":[{"refs":[{"id":"ref-for-dom-responseinit-statustext"},{"id":"ref-for-dom-responseinit-statustext\u2460"}],"title":"5.5. Response class"}],"url":"#dom-responseinit-statustext"}, "dom-responsetype-basic": {"dfnID":"dom-responsetype-basic","dfnText":"\"basic\"","external":false,"refSections":[],"url":"#dom-responsetype-basic"}, "dom-responsetype-cors": {"dfnID":"dom-responsetype-cors","dfnText":"\"cors\"","external":false,"refSections":[],"url":"#dom-responsetype-cors"}, "dom-responsetype-default": {"dfnID":"dom-responsetype-default","dfnText":"\"default\"","external":false,"refSections":[],"url":"#dom-responsetype-default"}, "dom-responsetype-error": {"dfnID":"dom-responsetype-error","dfnText":"\"error\"","external":false,"refSections":[],"url":"#dom-responsetype-error"}, "dom-responsetype-opaque": {"dfnID":"dom-responsetype-opaque","dfnText":"\"opaque\"","external":false,"refSections":[],"url":"#dom-responsetype-opaque"}, "dom-responsetype-opaqueredirect": {"dfnID":"dom-responsetype-opaqueredirect","dfnText":"\"opaqueredirect\"","external":false,"refSections":[],"url":"#dom-responsetype-opaqueredirect"}, "dom-windoworworkerglobalscope-fetch-input-init-init": {"dfnID":"dom-windoworworkerglobalscope-fetch-input-init-init","dfnText":"init","external":false,"refSections":[],"url":"#dom-windoworworkerglobalscope-fetch-input-init-init"}, "dom-windoworworkerglobalscope-fetch-input-init-input": {"dfnID":"dom-windoworworkerglobalscope-fetch-input-init-input","dfnText":"input","external":false,"refSections":[],"url":"#dom-windoworworkerglobalscope-fetch-input-init-input"}, "done-flag": {"dfnID":"done-flag","dfnText":"done flag","external":false,"refSections":[{"refs":[{"id":"ref-for-done-flag"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-done-flag\u2460"}],"title":"2.4. Fetch groups"},{"refs":[{"id":"ref-for-done-flag\u2461"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-done-flag\u2462"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#done-flag"}, "e303c02d": {"dfnID":"e303c02d","dfnText":"type","external":true,"refSections":[{"refs":[{"id":"ref-for-dfn-type"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-dfn-type\u2460"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-dfn-type\u2461"},{"id":"ref-for-dfn-type\u2462"}],"title":"5.3. Body mixin"}],"url":"https://w3c.github.io/FileAPI/#dfn-type"}, "e3e2d506": {"dfnID":"e3e2d506","dfnText":"cancel","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-cancel"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-readablestream-cancel\u2460"}],"title":"5.6. Fetch method"}],"url":"https://streams.spec.whatwg.org/#readablestream-cancel"}, "e4d92278": {"dfnID":"e4d92278","dfnText":"enqueue steps","external":true,"refSections":[{"refs":[{"id":"ref-for-enqueue-the-following-steps"}],"title":"2. Infrastructure"}],"url":"https://html.spec.whatwg.org/multipage/infrastructure.html#enqueue-the-following-steps"}, "e55134e0": {"dfnID":"e55134e0","dfnText":"parsing structured fields","external":true,"refSections":[{"refs":[{"id":"ref-for-text-parse"}],"title":"2.2.2. Headers"}],"url":"https://httpwg.org/specs/rfc9651.html#text-parse"}, "e8de91bc": {"dfnID":"e8de91bc","dfnText":"structured field token","external":true,"refSections":[{"refs":[{"id":"ref-for-token"},{"id":"ref-for-token\u2460"}],"title":"3.7. `Sec-Purpose` header"},{"refs":[{"id":"ref-for-token\u2461"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"https://httpwg.org/specs/rfc9651.html#token"}, "e99bd18e": {"dfnID":"e99bd18e","dfnText":"relevant global object","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-relevant-global"}],"title":"5.3. Body mixin"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global"}, "ec878a66": {"dfnID":"ec878a66","dfnText":"RangeError","external":true,"refSections":[{"refs":[{"id":"ref-for-exceptiondef-rangeerror"},{"id":"ref-for-exceptiondef-rangeerror\u2460"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-exceptiondef-rangeerror\u2461"},{"id":"ref-for-exceptiondef-rangeerror\u2462"}],"title":"5.5. Response class"}],"url":"https://webidl.spec.whatwg.org/#exceptiondef-rangeerror"}, "ece2ee9d": {"dfnID":"ece2ee9d","dfnText":"ancestor navigables","external":true,"refSections":[{"refs":[{"id":"ref-for-ancestor-navigables"}],"title":"2.2.5. Requests"}],"url":"https://html.spec.whatwg.org/multipage/document-sequences.html#ancestor-navigables"}, "ed948033": {"dfnID":"ed948033","dfnText":"fragment","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-url-fragment"},{"id":"ref-for-concept-url-fragment\u2460"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-concept-url-fragment\u2461"}],"title":"4.4. HTTP-redirect fetch"}],"url":"https://url.spec.whatwg.org/#concept-url-fragment"}, "ee30bd68": {"dfnID":"ee30bd68","dfnText":"fetch a style resource","external":true,"refSections":[{"refs":[{"id":"ref-for-fetch-a-style-resource"}],"title":"Invoking fetch and processing responses"}],"url":"https://drafts.csswg.org/css-values-4/#fetch-a-style-resource"}, "eef3cd47": {"dfnID":"eef3cd47","dfnText":"obtain a WebSocket connection","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-websocket-connection-obtain"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"concept-websocket-connection-obtain"}],"title":"WebSockets"}],"url":"https://websockets.spec.whatwg.org/#concept-websocket-connection-obtain"}, "ef28f15d": {"dfnID":"ef28f15d","dfnText":"get a reader","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-get-a-reader"},{"id":"ref-for-readablestream-get-a-reader\u2460"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-readablestream-get-a-reader\u2461"}],"title":"Invoking fetch and processing responses"}],"url":"https://streams.spec.whatwg.org/#readablestream-get-a-reader"}, "enumdef-requestduplex": {"dfnID":"enumdef-requestduplex","dfnText":"RequestDuplex","external":false,"refSections":[{"refs":[{"id":"ref-for-enumdef-requestduplex"},{"id":"ref-for-enumdef-requestduplex\u2460"}],"title":"5.4. Request class"}],"url":"#enumdef-requestduplex"}, "enumdef-requestpriority": {"dfnID":"enumdef-requestpriority","dfnText":"RequestPriority","external":false,"refSections":[{"refs":[{"id":"ref-for-enumdef-requestpriority"}],"title":"5.4. Request class"}],"url":"#enumdef-requestpriority"}, "extract-full-timing-info": {"dfnID":"extract-full-timing-info","dfnText":"extract full timing info","external":false,"refSections":[{"refs":[{"id":"ref-for-extract-full-timing-info"}],"title":"Manipulating an ongoing fetch"}],"url":"#extract-full-timing-info"}, "extract-header-list-values": {"dfnID":"extract-header-list-values","dfnText":"extract header list values","external":false,"refSections":[{"refs":[{"id":"ref-for-extract-header-list-values"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-extract-header-list-values\u2460"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-extract-header-list-values\u2461"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-extract-header-list-values\u2462"},{"id":"ref-for-extract-header-list-values\u2463"},{"id":"ref-for-extract-header-list-values\u2464"}],"title":"4.7. CORS-preflight fetch"}],"url":"#extract-header-list-values"}, "extract-header-values": {"dfnID":"extract-header-values","dfnText":"extract header values","external":false,"refSections":[{"refs":[{"id":"ref-for-extract-header-values"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-extract-header-values\u2460"}],"title":"2.2.6. Responses"}],"url":"#extract-header-values"}, "f07e6880": {"dfnID":"f07e6880","dfnText":"ReferrerPolicy","external":true,"refSections":[{"refs":[{"id":"ref-for-enumdef-referrerpolicy"},{"id":"ref-for-enumdef-referrerpolicy\u2460"}],"title":"5.4. Request class"}],"url":"https://w3c.github.io/webappsec-referrer-policy/#enumdef-referrerpolicy"}, "f0bb458c": {"dfnID":"f0bb458c","dfnText":"get stream","external":true,"refSections":[{"refs":[{"id":"ref-for-blob-get-stream"}],"title":"5.2. BodyInit unions"}],"url":"https://w3c.github.io/FileAPI/#blob-get-stream"}, "f0e85418": {"dfnID":"f0e85418","dfnText":"close steps","external":true,"refSections":[{"refs":[{"id":"ref-for-read-request-close-steps"}],"title":"2.2.4. Bodies"}],"url":"https://streams.spec.whatwg.org/#read-request-close-steps"}, "f149351d": {"dfnID":"f149351d","dfnText":"embedder policy","external":true,"refSections":[{"refs":[{"id":"ref-for-policy-container-embedder-policy"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-policy-container-embedder-policy\u2460"},{"id":"ref-for-policy-container-embedder-policy\u2461"},{"id":"ref-for-policy-container-embedder-policy\u2462"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#policy-container-embedder-policy"}, "f33a5993": {"dfnID":"f33a5993","dfnText":"disturbed","external":true,"refSections":[{"refs":[{"id":"ref-for-is-readable-stream-disturbed"},{"id":"ref-for-is-readable-stream-disturbed\u2460"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-is-readable-stream-disturbed\u2461"},{"id":"ref-for-is-readable-stream-disturbed\u2462"}],"title":"5.3. Body mixin"}],"url":"https://streams.spec.whatwg.org/#is-readable-stream-disturbed"}, "f3bd62d5": {"dfnID":"f3bd62d5","dfnText":"credentialless","external":true,"refSections":[{"refs":[{"id":"ref-for-coep-credentialless"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-coep-credentialless\u2460"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#coep-credentialless"}, "f4e7ce41": {"dfnID":"f4e7ce41","dfnText":"value","external":true,"refSections":[{"refs":[{"id":"ref-for-embedder-policy-value-2"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-embedder-policy-value-2\u2460"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-value-2"}, "f5a157b3": {"dfnID":"f5a157b3","dfnText":"XMLHttpRequestUpload","external":true,"refSections":[{"refs":[{"id":"ref-for-xmlhttprequestupload"}],"title":"2.2.5. Requests"}],"url":"https://xhr.spec.whatwg.org/#xmlhttprequestupload"}, "f77a5712": {"dfnID":"f77a5712","dfnText":"report only reporting endpoint","external":true,"refSections":[{"refs":[{"id":"ref-for-embedder-policy-report-only-reporting-endpoint"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-report-only-reporting-endpoint"}, "f937b7b6": {"dfnID":"f937b7b6","dfnText":"continue","external":true,"refSections":[{"refs":[{"id":"ref-for-iteration-continue"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-iteration-continue\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-iteration-continue\u2461"},{"id":"ref-for-iteration-continue\u2462"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-iteration-continue\u2463"}],"title":"3.4. `Content-Type` header"},{"refs":[{"id":"ref-for-iteration-continue\u2464"}],"title":"4.6. HTTP-network fetch"}],"url":"https://infra.spec.whatwg.org/#iteration-continue"}, "f9d7e29c": {"dfnID":"f9d7e29c","dfnText":"Storing Responses in Caches","external":true,"refSections":[{"refs":[{"id":"ref-for-response.cacheability"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"https://httpwg.org/specs/rfc9111.html#response.cacheability"}, "fb12580d": {"dfnID":"fb12580d","dfnText":"Upgrade request to a potentially trustworthy URL, if appropriate","external":true,"refSections":[{"refs":[{"id":"ref-for-upgrade-request"}],"title":"4.1. Main fetch"}],"url":"https://w3c.github.io/webappsec-upgrade-insecure-requests/#upgrade-request"}, "fb8db318": {"dfnID":"fb8db318","dfnText":"Invalidating Stored Responses","external":true,"refSections":[{"refs":[{"id":"ref-for-invalidation"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"https://httpwg.org/specs/rfc9111.html#invalidation"}, "fb9bb722": {"dfnID":"fb9bb722","dfnText":"site","external":true,"refSections":[{"refs":[{"id":"ref-for-site"}],"title":"2.7. Network partition keys"}],"url":"https://html.spec.whatwg.org/multipage/browsers.html#site"}, "fc5a3214": {"dfnID":"fc5a3214","dfnText":"parameters","external":true,"refSections":[{"refs":[{"id":"ref-for-parameters"},{"id":"ref-for-parameters\u2460"},{"id":"ref-for-parameters\u2461"},{"id":"ref-for-parameters\u2462"},{"id":"ref-for-parameters\u2463"}],"title":"3.4. `Content-Type` header"}],"url":"https://mimesniff.spec.whatwg.org/#parameters"}, "fetch-controller": {"dfnID":"fetch-controller","dfnText":"fetch controller","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-controller"},{"id":"ref-for-fetch-controller\u2460"},{"id":"ref-for-fetch-controller\u2461"},{"id":"ref-for-fetch-controller\u2462"},{"id":"ref-for-fetch-controller\u2463"},{"id":"ref-for-fetch-controller\u2464"},{"id":"ref-for-fetch-controller\u2465"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-fetch-controller\u2466"}],"title":"2.4. Fetch groups"},{"refs":[{"id":"ref-for-fetch-controller\u2467"},{"id":"ref-for-fetch-controller\u2468"},{"id":"ref-for-fetch-controller\u2460\u24ea"}],"title":"Manipulating an ongoing fetch"}],"url":"#fetch-controller"}, "fetch-controller-abort": {"dfnID":"fetch-controller-abort","dfnText":"abort","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-controller-abort"},{"id":"ref-for-fetch-controller-abort\u2460"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-fetch-controller-abort\u2461"}],"title":"5.6. Fetch method"},{"refs":[{"id":"ref-for-fetch-controller-abort\u2462"}],"title":"Manipulating an ongoing fetch"}],"url":"#fetch-controller-abort"}, "fetch-controller-full-timing-info": {"dfnID":"fetch-controller-full-timing-info","dfnText":"full timing info","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-controller-full-timing-info"},{"id":"ref-for-fetch-controller-full-timing-info\u2460"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-fetch-controller-full-timing-info\u2461"}],"title":"4.1. Main fetch"}],"url":"#fetch-controller-full-timing-info"}, "fetch-controller-next-manual-redirect-steps": {"dfnID":"fetch-controller-next-manual-redirect-steps","dfnText":"next manual redirect steps","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-controller-next-manual-redirect-steps"},{"id":"ref-for-fetch-controller-next-manual-redirect-steps\u2460"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-fetch-controller-next-manual-redirect-steps\u2461"}],"title":"4.3. HTTP fetch"}],"url":"#fetch-controller-next-manual-redirect-steps"}, "fetch-controller-process-the-next-manual-redirect": {"dfnID":"fetch-controller-process-the-next-manual-redirect","dfnText":"process the next manual redirect","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-controller-process-the-next-manual-redirect"}],"title":"Manipulating an ongoing fetch"}],"url":"#fetch-controller-process-the-next-manual-redirect"}, "fetch-controller-report-timing-steps": {"dfnID":"fetch-controller-report-timing-steps","dfnText":"report timing steps","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-controller-report-timing-steps"},{"id":"ref-for-fetch-controller-report-timing-steps\u2460"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-fetch-controller-report-timing-steps\u2461"},{"id":"ref-for-fetch-controller-report-timing-steps\u2462"}],"title":"4.1. Main fetch"}],"url":"#fetch-controller-report-timing-steps"}, "fetch-controller-serialized-abort-reason": {"dfnID":"fetch-controller-serialized-abort-reason","dfnText":"serialized abort reason","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-controller-serialized-abort-reason"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-fetch-controller-serialized-abort-reason\u2460"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-fetch-controller-serialized-abort-reason\u2461"}],"title":"5.6. Fetch method"}],"url":"#fetch-controller-serialized-abort-reason"}, "fetch-controller-state": {"dfnID":"fetch-controller-state","dfnText":"state","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-controller-state"},{"id":"ref-for-fetch-controller-state\u2460"},{"id":"ref-for-fetch-controller-state\u2461"},{"id":"ref-for-fetch-controller-state\u2462"}],"title":"2. Infrastructure"}],"url":"#fetch-controller-state"}, "fetch-controller-terminate": {"dfnID":"fetch-controller-terminate","dfnText":"terminate","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-controller-terminate"}],"title":"2.4. Fetch groups"},{"refs":[{"id":"ref-for-fetch-controller-terminate\u2460"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-fetch-controller-terminate\u2461"},{"id":"ref-for-fetch-controller-terminate\u2462"},{"id":"ref-for-fetch-controller-terminate\u2463"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-fetch-controller-terminate\u2464"}],"title":"5.7. Garbage collection"},{"refs":[{"id":"ref-for-fetch-controller-terminate\u2465"}],"title":"Manipulating an ongoing fetch"}],"url":"#fetch-controller-terminate"}, "fetch-finale": {"dfnID":"fetch-finale","dfnText":"fetch response handover","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-finale"},{"id":"ref-for-fetch-finale\u2460"},{"id":"ref-for-fetch-finale\u2461"}],"title":"4.1. Main fetch"}],"url":"#fetch-finale"}, "fetch-params": {"dfnID":"fetch-params","dfnText":"fetch params","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-params"},{"id":"ref-for-fetch-params\u2460"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-fetch-params\u2461"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-fetch-params\u2462"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-fetch-params\u2463"},{"id":"ref-for-fetch-params\u2464"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-fetch-params\u2465"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-fetch-params\u2466"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-fetch-params\u2467"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-fetch-params\u2468"},{"id":"ref-for-fetch-params\u2460\u24ea"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-fetch-params\u2460\u2460"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-fetch-params\u2460\u2461"}],"title":"4.7. CORS-preflight fetch"}],"url":"#fetch-params"}, "fetch-params-aborted": {"dfnID":"fetch-params-aborted","dfnText":"aborted","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-params-aborted"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-fetch-params-aborted\u2460"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-params-aborted"}, "fetch-params-canceled": {"dfnID":"fetch-params-canceled","dfnText":"canceled","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-params-canceled"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-fetch-params-canceled\u2460"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-fetch-params-canceled\u2461"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-fetch-params-canceled\u2462"},{"id":"ref-for-fetch-params-canceled\u2463"},{"id":"ref-for-fetch-params-canceled\u2464"},{"id":"ref-for-fetch-params-canceled\u2465"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-fetch-params-canceled\u2466"},{"id":"ref-for-fetch-params-canceled\u2467"},{"id":"ref-for-fetch-params-canceled\u2468"},{"id":"ref-for-fetch-params-canceled\u2460\u24ea"},{"id":"ref-for-fetch-params-canceled\u2460\u2460"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-params-canceled"}, "fetch-params-controller": {"dfnID":"fetch-params-controller","dfnText":"controller","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-params-controller"},{"id":"ref-for-fetch-params-controller\u2460"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-fetch-params-controller\u2461"},{"id":"ref-for-fetch-params-controller\u2462"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-fetch-params-controller\u2463"},{"id":"ref-for-fetch-params-controller\u2464"},{"id":"ref-for-fetch-params-controller\u2465"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-fetch-params-controller\u2466"},{"id":"ref-for-fetch-params-controller\u2467"},{"id":"ref-for-fetch-params-controller\u2468"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-fetch-params-controller\u2460\u24ea"},{"id":"ref-for-fetch-params-controller\u2460\u2460"},{"id":"ref-for-fetch-params-controller\u2460\u2461"},{"id":"ref-for-fetch-params-controller\u2460\u2462"},{"id":"ref-for-fetch-params-controller\u2460\u2463"},{"id":"ref-for-fetch-params-controller\u2460\u2464"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-params-controller"}, "fetch-params-cross-origin-isolated-capability": {"dfnID":"fetch-params-cross-origin-isolated-capability","dfnText":"cross-origin isolated capability","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-params-cross-origin-isolated-capability"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-fetch-params-cross-origin-isolated-capability\u2460"},{"id":"ref-for-fetch-params-cross-origin-isolated-capability\u2461"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-fetch-params-cross-origin-isolated-capability\u2462"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-fetch-params-cross-origin-isolated-capability\u2463"},{"id":"ref-for-fetch-params-cross-origin-isolated-capability\u2464"},{"id":"ref-for-fetch-params-cross-origin-isolated-capability\u2465"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-params-cross-origin-isolated-capability"}, "fetch-params-preloaded-response-candidate": {"dfnID":"fetch-params-preloaded-response-candidate","dfnText":"preloaded response candidate","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-params-preloaded-response-candidate"},{"id":"ref-for-fetch-params-preloaded-response-candidate\u2460"},{"id":"ref-for-fetch-params-preloaded-response-candidate\u2461"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-fetch-params-preloaded-response-candidate\u2462"},{"id":"ref-for-fetch-params-preloaded-response-candidate\u2463"},{"id":"ref-for-fetch-params-preloaded-response-candidate\u2464"},{"id":"ref-for-fetch-params-preloaded-response-candidate\u2465"}],"title":"4.1. Main fetch"}],"url":"#fetch-params-preloaded-response-candidate"}, "fetch-params-process-early-hints-response": {"dfnID":"fetch-params-process-early-hints-response","dfnText":"process early hints response","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-params-process-early-hints-response"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-fetch-params-process-early-hints-response\u2460"},{"id":"ref-for-fetch-params-process-early-hints-response\u2461"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-params-process-early-hints-response"}, "fetch-params-process-request-body": {"dfnID":"fetch-params-process-request-body","dfnText":"process request body chunk length","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-params-process-request-body"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-fetch-params-process-request-body\u2460"},{"id":"ref-for-fetch-params-process-request-body\u2461"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-params-process-request-body"}, "fetch-params-process-request-end-of-body": {"dfnID":"fetch-params-process-request-end-of-body","dfnText":"process request end-of-body","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-params-process-request-end-of-body"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-fetch-params-process-request-end-of-body\u2460"},{"id":"ref-for-fetch-params-process-request-end-of-body\u2461"},{"id":"ref-for-fetch-params-process-request-end-of-body\u2462"},{"id":"ref-for-fetch-params-process-request-end-of-body\u2463"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-params-process-request-end-of-body"}, "fetch-params-process-response": {"dfnID":"fetch-params-process-response","dfnText":"process response","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-params-process-response"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-fetch-params-process-response\u2460"},{"id":"ref-for-fetch-params-process-response\u2461"}],"title":"4.1. Main fetch"}],"url":"#fetch-params-process-response"}, "fetch-params-process-response-consume-body": {"dfnID":"fetch-params-process-response-consume-body","dfnText":"process response consume body","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-params-process-response-consume-body"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-fetch-params-process-response-consume-body\u2460"},{"id":"ref-for-fetch-params-process-response-consume-body\u2461"},{"id":"ref-for-fetch-params-process-response-consume-body\u2462"}],"title":"4.1. Main fetch"}],"url":"#fetch-params-process-response-consume-body"}, "fetch-params-process-response-end-of-body": {"dfnID":"fetch-params-process-response-end-of-body","dfnText":"process response end-of-body","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-params-process-response-end-of-body"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-fetch-params-process-response-end-of-body\u2460"},{"id":"ref-for-fetch-params-process-response-end-of-body\u2461"}],"title":"4.1. Main fetch"}],"url":"#fetch-params-process-response-end-of-body"}, "fetch-params-request": {"dfnID":"fetch-params-request","dfnText":"request","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-params-request"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-fetch-params-request\u2460"},{"id":"ref-for-fetch-params-request\u2461"},{"id":"ref-for-fetch-params-request\u2462"},{"id":"ref-for-fetch-params-request\u2463"},{"id":"ref-for-fetch-params-request\u2464"},{"id":"ref-for-fetch-params-request\u2465"},{"id":"ref-for-fetch-params-request\u2466"},{"id":"ref-for-fetch-params-request\u2467"},{"id":"ref-for-fetch-params-request\u2468"},{"id":"ref-for-fetch-params-request\u2460\u24ea"},{"id":"ref-for-fetch-params-request\u2460\u2460"},{"id":"ref-for-fetch-params-request\u2460\u2461"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-fetch-params-request\u2460\u2462"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-fetch-params-request\u2460\u2463"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-fetch-params-request\u2460\u2464"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-fetch-params-request\u2460\u2465"},{"id":"ref-for-fetch-params-request\u2460\u2466"},{"id":"ref-for-fetch-params-request\u2460\u2467"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-fetch-params-request\u2460\u2468"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-fetch-params-request\u2461\u24ea"}],"title":"4.7. CORS-preflight fetch"}],"url":"#fetch-params-request"}, "fetch-params-task-destination": {"dfnID":"fetch-params-task-destination","dfnText":"task destination","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-params-task-destination"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-fetch-params-task-destination\u2460"},{"id":"ref-for-fetch-params-task-destination\u2461"},{"id":"ref-for-fetch-params-task-destination\u2462"},{"id":"ref-for-fetch-params-task-destination\u2463"},{"id":"ref-for-fetch-params-task-destination\u2464"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-fetch-params-task-destination\u2465"},{"id":"ref-for-fetch-params-task-destination\u2466"},{"id":"ref-for-fetch-params-task-destination\u2467"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-params-task-destination"}, "fetch-params-timing-info": {"dfnID":"fetch-params-timing-info","dfnText":"timing info","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-params-timing-info"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-fetch-params-timing-info\u2460"},{"id":"ref-for-fetch-params-timing-info\u2461"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-fetch-params-timing-info\u2462"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-fetch-params-timing-info\u2463"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-fetch-params-timing-info\u2464"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-params-timing-info"}, "fetch-processearlyhintsresponse": {"dfnID":"fetch-processearlyhintsresponse","dfnText":"processEarlyHintsResponse","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-processearlyhintsresponse"}],"title":"Invoking fetch and processing responses"}],"url":"#fetch-processearlyhintsresponse"}, "fetch-processresponseendofbody": {"dfnID":"fetch-processresponseendofbody","dfnText":"processResponseEndOfBody","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-processresponseendofbody"},{"id":"ref-for-fetch-processresponseendofbody\u2460"}],"title":"Invoking fetch and processing responses"}],"url":"#fetch-processresponseendofbody"}, "fetch-scheme": {"dfnID":"fetch-scheme","dfnText":"fetch scheme","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-scheme"}],"title":"2.1. URL"}],"url":"#fetch-scheme"}, "fetch-timing-info": {"dfnID":"fetch-timing-info","dfnText":"fetch timing info","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-timing-info"},{"id":"ref-for-fetch-timing-info\u2460"},{"id":"ref-for-fetch-timing-info\u2461"},{"id":"ref-for-fetch-timing-info\u2462"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-fetch-timing-info\u2463"}],"title":"4. Fetching"}],"url":"#fetch-timing-info"}, "fetch-timing-info-decoded-body-size": {"dfnID":"fetch-timing-info-decoded-body-size","dfnText":"decoded size","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-timing-info-decoded-body-size"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-timing-info-decoded-body-size"}, "fetch-timing-info-encoded-body-size": {"dfnID":"fetch-timing-info-encoded-body-size","dfnText":"encoded size","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-timing-info-encoded-body-size"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-timing-info-encoded-body-size"}, "fetch-timing-info-end-time": {"dfnID":"fetch-timing-info-end-time","dfnText":"end time","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-timing-info-end-time"}],"title":"4.1. Main fetch"}],"url":"#fetch-timing-info-end-time"}, "fetch-timing-info-final-connection-timing-info": {"dfnID":"fetch-timing-info-final-connection-timing-info","dfnText":"final connection timing info","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-timing-info-final-connection-timing-info"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-timing-info-final-connection-timing-info"}, "fetch-timing-info-final-network-request-start-time": {"dfnID":"fetch-timing-info-final-network-request-start-time","dfnText":"final network-request start time","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-timing-info-final-network-request-start-time"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-timing-info-final-network-request-start-time"}, "fetch-timing-info-final-network-response-start-time": {"dfnID":"fetch-timing-info-final-network-response-start-time","dfnText":"final network-response start time","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-timing-info-final-network-response-start-time"},{"id":"ref-for-fetch-timing-info-final-network-response-start-time\u2460"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-timing-info-final-network-response-start-time"}, "fetch-timing-info-final-service-worker-start-time": {"dfnID":"fetch-timing-info-final-service-worker-start-time","dfnText":"final service worker start time","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-timing-info-final-service-worker-start-time"}],"title":"4.3. HTTP fetch"}],"url":"#fetch-timing-info-final-service-worker-start-time"}, "fetch-timing-info-first-interim-network-response-start-time": {"dfnID":"fetch-timing-info-first-interim-network-response-start-time","dfnText":"first interim network-response start time","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-timing-info-first-interim-network-response-start-time"},{"id":"ref-for-fetch-timing-info-first-interim-network-response-start-time\u2460"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-timing-info-first-interim-network-response-start-time"}, "fetch-timing-info-post-redirect-start-time": {"dfnID":"fetch-timing-info-post-redirect-start-time","dfnText":"post-redirect start time","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-timing-info-post-redirect-start-time"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-fetch-timing-info-post-redirect-start-time\u2460"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-fetch-timing-info-post-redirect-start-time\u2461"}],"title":"4.4. HTTP-redirect fetch"},{"refs":[{"id":"ref-for-fetch-timing-info-post-redirect-start-time\u2462"}],"title":"4.6. HTTP-network fetch"}],"url":"#fetch-timing-info-post-redirect-start-time"}, "fetch-timing-info-redirect-end-time": {"dfnID":"fetch-timing-info-redirect-end-time","dfnText":"redirect end time","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-timing-info-redirect-end-time"}],"title":"4.4. HTTP-redirect fetch"}],"url":"#fetch-timing-info-redirect-end-time"}, "fetch-timing-info-redirect-start-time": {"dfnID":"fetch-timing-info-redirect-start-time","dfnText":"redirect start time","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-timing-info-redirect-start-time"},{"id":"ref-for-fetch-timing-info-redirect-start-time\u2460"}],"title":"4.4. HTTP-redirect fetch"}],"url":"#fetch-timing-info-redirect-start-time"}, "fetch-timing-info-render-blocking": {"dfnID":"fetch-timing-info-render-blocking","dfnText":"render-blocking","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-timing-info-render-blocking"}],"title":"4. Fetching"}],"url":"#fetch-timing-info-render-blocking"}, "fetch-timing-info-server-timing-headers": {"dfnID":"fetch-timing-info-server-timing-headers","dfnText":"server-timing headers","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-timing-info-server-timing-headers"}],"title":"4.1. Main fetch"}],"url":"#fetch-timing-info-server-timing-headers"}, "fetch-timing-info-start-time": {"dfnID":"fetch-timing-info-start-time","dfnText":"start time","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-timing-info-start-time"},{"id":"ref-for-fetch-timing-info-start-time\u2460"}],"title":"2. Infrastructure"},{"refs":[{"id":"ref-for-fetch-timing-info-start-time\u2461"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-fetch-timing-info-start-time\u2462"}],"title":"4.4. HTTP-redirect fetch"}],"url":"#fetch-timing-info-start-time"}, "fetch-useparallelqueue": {"dfnID":"fetch-useparallelqueue","dfnText":"useParallelQueue","external":false,"refSections":[{"refs":[{"id":"ref-for-fetch-useparallelqueue"},{"id":"ref-for-fetch-useparallelqueue\u2460"}],"title":"Invoking fetch and processing responses"}],"url":"#fetch-useparallelqueue"}, "ffba9cf8": {"dfnID":"ffba9cf8","dfnText":"locked","external":true,"refSections":[{"refs":[{"id":"ref-for-readablestream-locked"},{"id":"ref-for-readablestream-locked\u2460"}],"title":"5.2. BodyInit unions"},{"refs":[{"id":"ref-for-readablestream-locked\u2461"}],"title":"5.3. Body mixin"}],"url":"https://streams.spec.whatwg.org/#readablestream-locked"}, "finalize-and-report-timing": {"dfnID":"finalize-and-report-timing","dfnText":"report timing","external":false,"refSections":[{"refs":[{"id":"ref-for-finalize-and-report-timing"}],"title":"Manipulating an ongoing fetch"}],"url":"#finalize-and-report-timing"}, "forbidden-method": {"dfnID":"forbidden-method","dfnText":"forbidden method","external":false,"refSections":[{"refs":[{"id":"ref-for-forbidden-method"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-forbidden-method\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-forbidden-method\u2461"}],"title":"5.4. Request class"}],"url":"#forbidden-method"}, "forbidden-request-header": {"dfnID":"forbidden-request-header","dfnText":"forbidden request-header","external":false,"refSections":[{"refs":[{"id":"ref-for-forbidden-request-header"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-forbidden-request-header\u2460"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-forbidden-request-header\u2461"}],"title":"HTTP header layer division"}],"url":"#forbidden-request-header"}, "forbidden-response-header-name": {"dfnID":"forbidden-response-header-name","dfnText":"forbidden response-header name","external":false,"refSections":[{"refs":[{"id":"ref-for-forbidden-response-header-name"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-forbidden-response-header-name\u2460"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-forbidden-response-header-name\u2461"}],"title":"5.1. Headers class"}],"url":"#forbidden-response-header-name"}, "handle-content-codings": {"dfnID":"handle-content-codings","dfnText":"handle content codings","external":false,"refSections":[{"refs":[{"id":"ref-for-handle-content-codings"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-handle-content-codings\u2460"}],"title":"4.6. HTTP-network fetch"}],"url":"#handle-content-codings"}, "header-list-contains": {"dfnID":"header-list-contains","dfnText":"contains","external":false,"refSections":[{"refs":[{"id":"ref-for-header-list-contains"},{"id":"ref-for-header-list-contains\u2460"},{"id":"ref-for-header-list-contains\u2461"},{"id":"ref-for-header-list-contains\u2462"},{"id":"ref-for-header-list-contains\u2463"},{"id":"ref-for-header-list-contains\u2464"},{"id":"ref-for-header-list-contains\u2465"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-header-list-contains\u2466"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-header-list-contains\u2467"},{"id":"ref-for-header-list-contains\u2468"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-header-list-contains\u2460\u24ea"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-header-list-contains\u2460\u2460"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-header-list-contains\u2460\u2461"},{"id":"ref-for-header-list-contains\u2460\u2462"},{"id":"ref-for-header-list-contains\u2460\u2463"},{"id":"ref-for-header-list-contains\u2460\u2464"},{"id":"ref-for-header-list-contains\u2460\u2465"},{"id":"ref-for-header-list-contains\u2460\u2466"},{"id":"ref-for-header-list-contains\u2460\u2467"},{"id":"ref-for-header-list-contains\u2460\u2468"},{"id":"ref-for-header-list-contains\u2461\u24ea"},{"id":"ref-for-header-list-contains\u2461\u2460"},{"id":"ref-for-header-list-contains\u2461\u2461"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-header-list-contains\u2461\u2462"},{"id":"ref-for-header-list-contains\u2461\u2463"},{"id":"ref-for-header-list-contains\u2461\u2464"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-header-list-contains\u2461\u2465"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-header-list-contains\u2461\u2466"}],"title":"5.5. Response class"}],"url":"#header-list-contains"}, "header-list-extract-a-length": {"dfnID":"header-list-extract-a-length","dfnText":"extract a length","external":false,"refSections":[],"url":"#header-list-extract-a-length"}, "header-name": {"dfnID":"header-name","dfnText":"header name","external":false,"refSections":[{"refs":[{"id":"ref-for-header-name"},{"id":"ref-for-header-name\u2460"},{"id":"ref-for-header-name\u2461"},{"id":"ref-for-header-name\u2462"},{"id":"ref-for-header-name\u2463"},{"id":"ref-for-header-name\u2464"},{"id":"ref-for-header-name\u2465"},{"id":"ref-for-header-name\u2466"},{"id":"ref-for-header-name\u2467"},{"id":"ref-for-header-name\u2468"},{"id":"ref-for-header-name\u2460\u24ea"},{"id":"ref-for-header-name\u2460\u2460"},{"id":"ref-for-header-name\u2460\u2461"},{"id":"ref-for-header-name\u2460\u2462"},{"id":"ref-for-header-name\u2460\u2463"},{"id":"ref-for-header-name\u2460\u2464"},{"id":"ref-for-header-name\u2460\u2465"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-header-name\u2460\u2466"}],"title":"3.2.4. HTTP new-header syntax"},{"refs":[{"id":"ref-for-header-name\u2460\u2467"}],"title":"4.8. CORS-preflight cache"},{"refs":[{"id":"ref-for-header-name\u2460\u2468"},{"id":"ref-for-header-name\u2461\u24ea"},{"id":"ref-for-header-name\u2461\u2460"}],"title":"5.1. Headers class"}],"url":"#header-name"}, "header-value": {"dfnID":"header-value","dfnText":"header value","external":false,"refSections":[{"refs":[{"id":"ref-for-header-value"},{"id":"ref-for-header-value\u2460"},{"id":"ref-for-header-value\u2461"},{"id":"ref-for-header-value\u2462"},{"id":"ref-for-header-value\u2463"},{"id":"ref-for-header-value\u2464"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-header-value\u2465"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-header-value\u2466"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-header-value\u2467"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-header-value\u2468"},{"id":"ref-for-header-value\u2460\u24ea"}],"title":"5.1. Headers class"}],"url":"#header-value"}, "header-value-get-decode-and-split": {"dfnID":"header-value-get-decode-and-split","dfnText":"get, decode, and split","external":false,"refSections":[{"refs":[{"id":"ref-for-header-value-get-decode-and-split"},{"id":"ref-for-header-value-get-decode-and-split\u2460"}],"title":"2.2.2. Headers"}],"url":"#header-value-get-decode-and-split"}, "headers": {"dfnID":"headers","dfnText":"Headers","external":false,"refSections":[{"refs":[{"id":"ref-for-headers"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-headers\u2460"},{"id":"ref-for-headers\u2461"},{"id":"ref-for-headers\u2462"},{"id":"ref-for-headers\u2463"},{"id":"ref-for-headers\u2464"},{"id":"ref-for-headers\u2465"},{"id":"ref-for-headers\u2466"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-headers\u2467"},{"id":"ref-for-headers\u2468"},{"id":"ref-for-headers\u2460\u24ea"},{"id":"ref-for-headers\u2460\u2460"},{"id":"ref-for-headers\u2460\u2461"},{"id":"ref-for-headers\u2460\u2462"},{"id":"ref-for-headers\u2460\u2463"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-headers\u2460\u2464"},{"id":"ref-for-headers\u2460\u2465"},{"id":"ref-for-headers\u2460\u2466"},{"id":"ref-for-headers\u2460\u2467"},{"id":"ref-for-headers\u2460\u2468"}],"title":"5.5. Response class"}],"url":"#headers"}, "headers-guard": {"dfnID":"headers-guard","dfnText":"headers guard","external":false,"refSections":[{"refs":[{"id":"ref-for-headers-guard"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-headers-guard\u2460"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-headers-guard\u2461"}],"title":"5.5. Response class"}],"url":"#headers-guard"}, "headers-validate": {"dfnID":"headers-validate","dfnText":"validate","external":false,"refSections":[{"refs":[{"id":"ref-for-headers-validate"},{"id":"ref-for-headers-validate\u2460"},{"id":"ref-for-headers-validate\u2461"}],"title":"5.1. Headers class"}],"url":"#headers-validate"}, "http-access-control-allow-credentials": {"dfnID":"http-access-control-allow-credentials","dfnText":"Access-Control-Allow-Credentials","external":false,"refSections":[{"refs":[{"id":"ref-for-http-access-control-allow-credentials"},{"id":"ref-for-http-access-control-allow-credentials\u2460"},{"id":"ref-for-http-access-control-allow-credentials\u2461"}],"title":"3.2.5. CORS protocol and credentials"},{"refs":[{"id":"ref-for-http-access-control-allow-credentials\u2462"}],"title":"3.2.6. Examples"},{"refs":[{"id":"ref-for-http-access-control-allow-credentials\u2463"}],"title":"4.9. CORS check"}],"url":"#http-access-control-allow-credentials"}, "http-access-control-allow-headers": {"dfnID":"http-access-control-allow-headers","dfnText":"Access-Control-Allow-Headers","external":false,"refSections":[{"refs":[{"id":"ref-for-http-access-control-allow-headers"}],"title":"3.2.3. HTTP responses"},{"refs":[{"id":"ref-for-http-access-control-allow-headers\u2460"}],"title":"3.2.5. CORS protocol and credentials"},{"refs":[{"id":"ref-for-http-access-control-allow-headers\u2461"}],"title":"4.7. CORS-preflight fetch"}],"url":"#http-access-control-allow-headers"}, "http-access-control-allow-methods": {"dfnID":"http-access-control-allow-methods","dfnText":"Access-Control-Allow-Methods","external":false,"refSections":[{"refs":[{"id":"ref-for-http-access-control-allow-methods"}],"title":"3.2.3. HTTP responses"},{"refs":[{"id":"ref-for-http-access-control-allow-methods\u2460"}],"title":"3.2.5. CORS protocol and credentials"},{"refs":[{"id":"ref-for-http-access-control-allow-methods\u2461"}],"title":"4.7. CORS-preflight fetch"}],"url":"#http-access-control-allow-methods"}, "http-access-control-allow-origin": {"dfnID":"http-access-control-allow-origin","dfnText":"Access-Control-Allow-Origin","external":false,"refSections":[{"refs":[{"id":"ref-for-http-access-control-allow-origin"},{"id":"ref-for-http-access-control-allow-origin\u2460"},{"id":"ref-for-http-access-control-allow-origin\u2461"}],"title":"3.2.5. CORS protocol and credentials"},{"refs":[{"id":"ref-for-http-access-control-allow-origin\u2462"},{"id":"ref-for-http-access-control-allow-origin\u2463"},{"id":"ref-for-http-access-control-allow-origin\u2464"}],"title":"3.2.6. Examples"},{"refs":[{"id":"ref-for-http-access-control-allow-origin\u2465"}],"title":"4.9. CORS check"},{"refs":[{"id":"ref-for-http-access-control-allow-origin\u2466"},{"id":"ref-for-http-access-control-allow-origin\u2467"},{"id":"ref-for-http-access-control-allow-origin\u2468"},{"id":"ref-for-http-access-control-allow-origin\u2460\u24ea"},{"id":"ref-for-http-access-control-allow-origin\u2460\u2460"},{"id":"ref-for-http-access-control-allow-origin\u2460\u2461"},{"id":"ref-for-http-access-control-allow-origin\u2460\u2462"},{"id":"ref-for-http-access-control-allow-origin\u2460\u2463"}],"title":"CORS protocol and HTTP caches"}],"url":"#http-access-control-allow-origin"}, "http-access-control-expose-headers": {"dfnID":"http-access-control-expose-headers","dfnText":"Access-Control-Expose-Headers","external":false,"refSections":[{"refs":[{"id":"ref-for-http-access-control-expose-headers"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-http-access-control-expose-headers\u2460"}],"title":"3.2.5. CORS protocol and credentials"},{"refs":[{"id":"ref-for-http-access-control-expose-headers\u2461"},{"id":"ref-for-http-access-control-expose-headers\u2462"},{"id":"ref-for-http-access-control-expose-headers\u2463"}],"title":"3.2.6. Examples"},{"refs":[{"id":"ref-for-http-access-control-expose-headers\u2464"}],"title":"4.1. Main fetch"}],"url":"#http-access-control-expose-headers"}, "http-access-control-max-age": {"dfnID":"http-access-control-max-age","dfnText":"Access-Control-Max-Age","external":false,"refSections":[{"refs":[{"id":"ref-for-http-access-control-max-age"}],"title":"4.7. CORS-preflight fetch"}],"url":"#http-access-control-max-age"}, "http-access-control-request-headers": {"dfnID":"http-access-control-request-headers","dfnText":"Access-Control-Request-Headers","external":false,"refSections":[{"refs":[{"id":"ref-for-http-access-control-request-headers"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-http-access-control-request-headers\u2460"}],"title":"4.7. CORS-preflight fetch"}],"url":"#http-access-control-request-headers"}, "http-access-control-request-method": {"dfnID":"http-access-control-request-method","dfnText":"Access-Control-Request-Method","external":false,"refSections":[{"refs":[{"id":"ref-for-http-access-control-request-method"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-http-access-control-request-method\u2460"}],"title":"4.7. CORS-preflight fetch"}],"url":"#http-access-control-request-method"}, "http-cross-origin-resource-policy": {"dfnID":"http-cross-origin-resource-policy","dfnText":"Cross-Origin-Resource-Policy","external":false,"refSections":[{"refs":[{"id":"ref-for-http-cross-origin-resource-policy"},{"id":"ref-for-http-cross-origin-resource-policy\u2460"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"#http-cross-origin-resource-policy"}, "http-header-layer-division": {"dfnID":"http-header-layer-division","dfnText":"HTTP header layer division","external":false,"refSections":[{"refs":[{"id":"ref-for-http-header-layer-division"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-http-header-layer-division"}],"title":"HTTP header layer division"}],"url":"#http-header-layer-division"}, "http-newline-byte": {"dfnID":"http-newline-byte","dfnText":"HTTP newline byte","external":false,"refSections":[{"refs":[{"id":"ref-for-http-newline-byte"}],"title":"2.2. HTTP"},{"refs":[{"id":"ref-for-http-newline-byte\u2460"}],"title":"2.2.2. Headers"}],"url":"#http-newline-byte"}, "http-origin": {"dfnID":"http-origin","dfnText":"Origin","external":false,"refSections":[{"refs":[{"id":"ref-for-http-origin"}],"title":"Goals"},{"refs":[{"id":"ref-for-http-origin\u2460"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-http-origin\u2461"}],"title":"3.1. `Origin` header"},{"refs":[{"id":"ref-for-http-origin\u2462"},{"id":"ref-for-http-origin\u2463"}],"title":"3.2.2. HTTP requests"},{"refs":[{"id":"ref-for-http-origin\u2464"}],"title":"3.2.3. HTTP responses"},{"refs":[{"id":"ref-for-http-origin\u2465"}],"title":"3.2.6. Examples"}],"url":"#http-origin"}, "http-scheme": {"dfnID":"http-scheme","dfnText":"HTTP(S) scheme","external":false,"refSections":[{"refs":[{"id":"ref-for-http-scheme"},{"id":"ref-for-http-scheme\u2460"}],"title":"2.1. URL"},{"refs":[{"id":"ref-for-http-scheme\u2461"}],"title":"2.5. Resolving domains"},{"refs":[{"id":"ref-for-http-scheme\u2462"}],"title":"2.9. Port blocking"},{"refs":[{"id":"ref-for-http-scheme\u2463"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-http-scheme\u2464"},{"id":"ref-for-http-scheme\u2465"},{"id":"ref-for-http-scheme\u2466"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-http-scheme\u2467"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-http-scheme\u2468"}],"title":"4.4. HTTP-redirect fetch"}],"url":"#http-scheme"}, "http-sec-purpose": {"dfnID":"http-sec-purpose","dfnText":"Sec-Purpose","external":false,"refSections":[{"refs":[{"id":"ref-for-http-sec-purpose"}],"title":"3.7. `Sec-Purpose` header"},{"refs":[{"id":"ref-for-http-sec-purpose\u2460"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#http-sec-purpose"}, "http-tab-or-space": {"dfnID":"http-tab-or-space","dfnText":"HTTP tab or space","external":false,"refSections":[{"refs":[{"id":"ref-for-http-tab-or-space"},{"id":"ref-for-http-tab-or-space\u2460"}],"title":"2.2. HTTP"},{"refs":[{"id":"ref-for-http-tab-or-space\u2461"},{"id":"ref-for-http-tab-or-space\u2462"},{"id":"ref-for-http-tab-or-space\u2463"},{"id":"ref-for-http-tab-or-space\u2464"},{"id":"ref-for-http-tab-or-space\u2465"}],"title":"2.2.2. Headers"}],"url":"#http-tab-or-space"}, "http-tab-or-space-byte": {"dfnID":"http-tab-or-space-byte","dfnText":"HTTP tab or space byte","external":false,"refSections":[{"refs":[{"id":"ref-for-http-tab-or-space-byte"}],"title":"2.2. HTTP"},{"refs":[{"id":"ref-for-http-tab-or-space-byte\u2460"}],"title":"2.2.2. Headers"}],"url":"#http-tab-or-space-byte"}, "http-whitespace": {"dfnID":"http-whitespace","dfnText":"HTTP whitespace","external":false,"refSections":[{"refs":[{"id":"ref-for-http-whitespace"}],"title":"2.2. HTTP"}],"url":"#http-whitespace"}, "http-whitespace-byte": {"dfnID":"http-whitespace-byte","dfnText":"HTTP whitespace byte","external":false,"refSections":[{"refs":[{"id":"ref-for-http-whitespace-byte"}],"title":"2.2.2. Headers"}],"url":"#http-whitespace-byte"}, "http-x-content-type-options": {"dfnID":"http-x-content-type-options","dfnText":"X-Content-Type-Options","external":false,"refSections":[{"refs":[{"id":"ref-for-http-x-content-type-options"},{"id":"ref-for-http-x-content-type-options\u2460"}],"title":"3.5. `X-Content-Type-Options` header"}],"url":"#http-x-content-type-options"}, "incrementally-read-loop": {"dfnID":"incrementally-read-loop","dfnText":"incrementally-read loop","external":false,"refSections":[{"refs":[{"id":"ref-for-incrementally-read-loop"},{"id":"ref-for-incrementally-read-loop\u2460"}],"title":"2.2.4. Bodies"}],"url":"#incrementally-read-loop"}, "initialize-a-response": {"dfnID":"initialize-a-response","dfnText":"initialize a response","external":false,"refSections":[{"refs":[{"id":"ref-for-initialize-a-response"},{"id":"ref-for-initialize-a-response\u2460"}],"title":"5.5. Response class"}],"url":"#initialize-a-response"}, "is-local": {"dfnID":"is-local","dfnText":"is local","external":false,"refSections":[{"refs":[{"id":"ref-for-is-local"}],"title":"4.1. Main fetch"}],"url":"#is-local"}, "keepalive": {"dfnID":"keepalive","dfnText":"keepalive","external":false,"refSections":[{"refs":[{"id":"ref-for-keepalive"}],"title":"5.4. Request class"}],"url":"#keepalive"}, "legacy-extract-an-encoding": {"dfnID":"legacy-extract-an-encoding","dfnText":"legacy extract an encoding","external":false,"refSections":[],"url":"#legacy-extract-an-encoding"}, "local-scheme": {"dfnID":"local-scheme","dfnText":"local scheme","external":false,"refSections":[{"refs":[{"id":"ref-for-local-scheme"}],"title":"2.1. URL"}],"url":"#local-scheme"}, "local-urls-only-flag": {"dfnID":"local-urls-only-flag","dfnText":"local-URLs-only flag","external":false,"refSections":[{"refs":[{"id":"ref-for-local-urls-only-flag"}],"title":"4.1. Main fetch"}],"url":"#local-urls-only-flag"}, "navigation-request": {"dfnID":"navigation-request","dfnText":"navigation request","external":false,"refSections":[{"refs":[{"id":"ref-for-navigation-request"},{"id":"ref-for-navigation-request\u2460"},{"id":"ref-for-navigation-request\u2461"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-navigation-request\u2462"}],"title":"CORS protocol and HTTP caches"}],"url":"#navigation-request"}, "network-partition-key": {"dfnID":"network-partition-key","dfnText":"network partition key","external":false,"refSections":[{"refs":[{"id":"ref-for-network-partition-key"}],"title":"2.5. Resolving domains"},{"refs":[{"id":"ref-for-network-partition-key\u2460"},{"id":"ref-for-network-partition-key\u2461"},{"id":"ref-for-network-partition-key\u2462"}],"title":"2.6. Connections"},{"refs":[{"id":"ref-for-network-partition-key\u2463"}],"title":"4.8. CORS-preflight cache"}],"url":"#network-partition-key"}, "new-connection-setting": {"dfnID":"new-connection-setting","dfnText":"new connection setting","external":false,"refSections":[{"refs":[{"id":"ref-for-new-connection-setting"}],"title":"2.6. Connections"}],"url":"#new-connection-setting"}, "no-cache-prevent-cache-control": {"dfnID":"no-cache-prevent-cache-control","dfnText":"prevent no-cache cache-control header modification flag","external":false,"refSections":[{"refs":[{"id":"ref-for-no-cache-prevent-cache-control"},{"id":"ref-for-no-cache-prevent-cache-control\u2460"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#no-cache-prevent-cache-control"}, "no-cors-safelisted-request-header": {"dfnID":"no-cors-safelisted-request-header","dfnText":"no-CORS-safelisted request-header","external":false,"refSections":[{"refs":[{"id":"ref-for-no-cors-safelisted-request-header"},{"id":"ref-for-no-cors-safelisted-request-header\u2460"}],"title":"5.1. Headers class"}],"url":"#no-cors-safelisted-request-header"}, "no-cors-safelisted-request-header-name": {"dfnID":"no-cors-safelisted-request-header-name","dfnText":"no-CORS-safelisted request-header name","external":false,"refSections":[{"refs":[{"id":"ref-for-no-cors-safelisted-request-header-name"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-no-cors-safelisted-request-header-name\u2460"}],"title":"5.1. Headers class"}],"url":"#no-cors-safelisted-request-header-name"}, "non-subresource-request": {"dfnID":"non-subresource-request","dfnText":"non-subresource request","external":false,"refSections":[],"url":"#non-subresource-request"}, "null-body-status": {"dfnID":"null-body-status","dfnText":"null body status","external":false,"refSections":[{"refs":[{"id":"ref-for-null-body-status"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-null-body-status\u2460"},{"id":"ref-for-null-body-status\u2461"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-null-body-status\u2462"}],"title":"Invoking fetch and processing responses"}],"url":"#null-body-status"}, "obtain-a-connection-requireunreliable": {"dfnID":"obtain-a-connection-requireunreliable","dfnText":"requireUnreliable","external":false,"refSections":[],"url":"#obtain-a-connection-requireunreliable"}, "ok-status": {"dfnID":"ok-status","dfnText":"ok status","external":false,"refSections":[{"refs":[{"id":"ref-for-ok-status"}],"title":"3.2.3. HTTP responses"},{"refs":[{"id":"ref-for-ok-status\u2460"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-ok-status\u2461"},{"id":"ref-for-ok-status\u2462"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-ok-status\u2463"},{"id":"ref-for-ok-status\u2464"}],"title":"Invoking fetch and processing responses"}],"url":"#ok-status"}, "populate-request-from-client": {"dfnID":"populate-request-from-client","dfnText":"populate request from client","external":false,"refSections":[{"refs":[{"id":"ref-for-populate-request-from-client"}],"title":"4. Fetching"}],"url":"#populate-request-from-client"}, "privileged-no-cors-request-header-name": {"dfnID":"privileged-no-cors-request-header-name","dfnText":"privileged no-CORS request-header name","external":false,"refSections":[{"refs":[{"id":"ref-for-privileged-no-cors-request-header-name"},{"id":"ref-for-privileged-no-cors-request-header-name\u2460"}],"title":"5.1. Headers class"}],"url":"#privileged-no-cors-request-header-name"}, "process-request-body": {"dfnID":"process-request-body","dfnText":"processRequestBodyChunkLength","external":false,"refSections":[{"refs":[{"id":"ref-for-process-request-body"}],"title":"Invoking fetch and processing responses"}],"url":"#process-request-body"}, "process-request-end-of-body": {"dfnID":"process-request-end-of-body","dfnText":"processRequestEndOfBody","external":false,"refSections":[{"refs":[{"id":"ref-for-process-request-end-of-body"}],"title":"Invoking fetch and processing responses"}],"url":"#process-request-end-of-body"}, "process-response": {"dfnID":"process-response","dfnText":"processResponse","external":false,"refSections":[{"refs":[{"id":"ref-for-process-response"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-process-response\u2460"}],"title":"5.6. Fetch method"},{"refs":[{"id":"ref-for-process-response\u2461"},{"id":"ref-for-process-response\u2462"},{"id":"ref-for-process-response\u2463"},{"id":"ref-for-process-response\u2464"}],"title":"Invoking fetch and processing responses"}],"url":"#process-response"}, "process-response-end-of-body": {"dfnID":"process-response-end-of-body","dfnText":"processResponseConsumeBody","external":false,"refSections":[{"refs":[{"id":"ref-for-process-response-end-of-body"},{"id":"ref-for-process-response-end-of-body\u2460"},{"id":"ref-for-process-response-end-of-body\u2461"}],"title":"Invoking fetch and processing responses"}],"url":"#process-response-end-of-body"}, "proxy-authentication-entry": {"dfnID":"proxy-authentication-entry","dfnText":"proxy-authentication entry","external":false,"refSections":[{"refs":[{"id":"ref-for-proxy-authentication-entry"},{"id":"ref-for-proxy-authentication-entry\u2460"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#proxy-authentication-entry"}, "queue-a-cross-origin-embedder-policy-corp-violation-report": {"dfnID":"queue-a-cross-origin-embedder-policy-corp-violation-report","dfnText":"queue a cross-origin embedder policy CORP violation report","external":false,"refSections":[{"refs":[{"id":"ref-for-queue-a-cross-origin-embedder-policy-corp-violation-report"},{"id":"ref-for-queue-a-cross-origin-embedder-policy-corp-violation-report\u2460"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"#queue-a-cross-origin-embedder-policy-corp-violation-report"}, "queue-a-fetch-task": {"dfnID":"queue-a-fetch-task","dfnText":"queue a fetch task","external":false,"refSections":[{"refs":[{"id":"ref-for-queue-a-fetch-task"},{"id":"ref-for-queue-a-fetch-task\u2460"},{"id":"ref-for-queue-a-fetch-task\u2461"},{"id":"ref-for-queue-a-fetch-task\u2462"},{"id":"ref-for-queue-a-fetch-task\u2463"}],"title":"2.2.4. Bodies"},{"refs":[{"id":"ref-for-queue-a-fetch-task\u2464"},{"id":"ref-for-queue-a-fetch-task\u2465"},{"id":"ref-for-queue-a-fetch-task\u2466"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-queue-a-fetch-task\u2467"},{"id":"ref-for-queue-a-fetch-task\u2468"},{"id":"ref-for-queue-a-fetch-task\u2460\u24ea"}],"title":"4.6. HTTP-network fetch"}],"url":"#queue-a-fetch-task"}, "record-connection-timing-info": {"dfnID":"record-connection-timing-info","dfnText":"record connection timing info","external":false,"refSections":[{"refs":[{"id":"ref-for-record-connection-timing-info"}],"title":"2.6. Connections"}],"url":"#record-connection-timing-info"}, "redirect-status": {"dfnID":"redirect-status","dfnText":"redirect status","external":false,"refSections":[{"refs":[{"id":"ref-for-redirect-status"},{"id":"ref-for-redirect-status\u2460"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-redirect-status\u2461"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-redirect-status\u2462"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-redirect-status\u2463"}],"title":"Atomic HTTP redirect handling"}],"url":"#redirect-status"}, "request": {"dfnID":"request","dfnText":"Request","external":false,"refSections":[{"refs":[{"id":"ref-for-request"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-request\u2460"},{"id":"ref-for-request\u2461"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-request\u2462"},{"id":"ref-for-request\u2463"},{"id":"ref-for-request\u2464"},{"id":"ref-for-request\u2465"},{"id":"ref-for-request\u2466"},{"id":"ref-for-request\u2467"},{"id":"ref-for-request\u2468"},{"id":"ref-for-request\u2460\u24ea"},{"id":"ref-for-request\u2460\u2460"},{"id":"ref-for-request\u2460\u2461"},{"id":"ref-for-request\u2460\u2462"},{"id":"ref-for-request\u2460\u2463"},{"id":"ref-for-request\u2460\u2464"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-request\u2460\u2465"}],"title":"5.6. Fetch method"},{"refs":[{"id":"ref-for-request\u2460\u2466"}],"title":"HTTP header layer division"}],"url":"#request"}, "request-body-header-name": {"dfnID":"request-body-header-name","dfnText":"request-body-header name","external":false,"refSections":[{"refs":[{"id":"ref-for-request-body-header-name"}],"title":"4.4. HTTP-redirect fetch"}],"url":"#request-body-header-name"}, "request-create": {"dfnID":"request-create","dfnText":"create","external":false,"refSections":[{"refs":[{"id":"ref-for-request-create"}],"title":"5.4. Request class"}],"url":"#request-create"}, "request-destination-script-like": {"dfnID":"request-destination-script-like","dfnText":"script-like","external":false,"refSections":[{"refs":[{"id":"ref-for-request-destination-script-like"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-request-destination-script-like\u2460"}],"title":"2.10. Should\nresponse to request be blocked due to its MIME type?"},{"refs":[{"id":"ref-for-request-destination-script-like\u2461"},{"id":"ref-for-request-destination-script-like\u2462"}],"title":"3.5.1. Should\nresponse to request be blocked due to nosniff?"}],"url":"#request-destination-script-like"}, "request-determine-the-environment": {"dfnID":"request-determine-the-environment","dfnText":"determine the environment","external":false,"refSections":[{"refs":[{"id":"ref-for-request-determine-the-environment"}],"title":"4.2. Scheme fetch"}],"url":"#request-determine-the-environment"}, "request-determine-the-network-partition-key": {"dfnID":"request-determine-the-network-partition-key","dfnText":"determine the network partition key","external":false,"refSections":[{"refs":[{"id":"ref-for-request-determine-the-network-partition-key"}],"title":"2.8. HTTP cache partitions"},{"refs":[{"id":"ref-for-request-determine-the-network-partition-key\u2460"}],"title":"4.6. HTTP-network fetch"},{"refs":[{"id":"ref-for-request-determine-the-network-partition-key\u2461"},{"id":"ref-for-request-determine-the-network-partition-key\u2462"},{"id":"ref-for-request-determine-the-network-partition-key\u2463"}],"title":"4.8. CORS-preflight cache"}],"url":"#request-determine-the-network-partition-key"}, "request-headers": {"dfnID":"request-headers","dfnText":"headers","external":false,"refSections":[{"refs":[{"id":"ref-for-request-headers"},{"id":"ref-for-request-headers\u2460"},{"id":"ref-for-request-headers\u2461"},{"id":"ref-for-request-headers\u2462"},{"id":"ref-for-request-headers\u2463"},{"id":"ref-for-request-headers\u2464"},{"id":"ref-for-request-headers\u2465"},{"id":"ref-for-request-headers\u2466"},{"id":"ref-for-request-headers\u2467"},{"id":"ref-for-request-headers\u2468"},{"id":"ref-for-request-headers\u2460\u24ea"}],"title":"5.4. Request class"}],"url":"#request-headers"}, "request-initiator-type": {"dfnID":"request-initiator-type","dfnText":"initiator type","external":false,"refSections":[{"refs":[{"id":"ref-for-request-initiator-type"},{"id":"ref-for-request-initiator-type\u2460"},{"id":"ref-for-request-initiator-type\u2461"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-request-initiator-type\u2462"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-request-initiator-type\u2463"},{"id":"ref-for-request-initiator-type\u2464"}],"title":"Setting up a request"},{"refs":[{"id":"ref-for-request-initiator-type\u2465"}],"title":"Manipulating an ongoing fetch"}],"url":"#request-initiator-type"}, "request-internal-priority": {"dfnID":"request-internal-priority","dfnText":"internal priority","external":false,"refSections":[{"refs":[{"id":"ref-for-request-internal-priority"},{"id":"ref-for-request-internal-priority\u2460"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-request-internal-priority\u2461"},{"id":"ref-for-request-internal-priority\u2462"},{"id":"ref-for-request-internal-priority\u2463"},{"id":"ref-for-request-internal-priority\u2464"}],"title":"5.4. Request class"}],"url":"#request-internal-priority"}, "request-keepalive-flag": {"dfnID":"request-keepalive-flag","dfnText":"keepalive","external":false,"refSections":[{"refs":[{"id":"ref-for-request-keepalive-flag"}],"title":"2.4. Fetch groups"},{"refs":[{"id":"ref-for-request-keepalive-flag\u2460"},{"id":"ref-for-request-keepalive-flag\u2461"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-request-keepalive-flag\u2462"},{"id":"ref-for-request-keepalive-flag\u2463"},{"id":"ref-for-request-keepalive-flag\u2464"},{"id":"ref-for-request-keepalive-flag\u2465"},{"id":"ref-for-request-keepalive-flag\u2466"}],"title":"5.4. Request class"}],"url":"#request-keepalive-flag"}, "request-priority": {"dfnID":"request-priority","dfnText":"priority","external":false,"refSections":[{"refs":[{"id":"ref-for-request-priority"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-request-priority\u2460"},{"id":"ref-for-request-priority\u2461"}],"title":"5.4. Request class"}],"url":"#request-priority"}, "request-render-blocking": {"dfnID":"request-render-blocking","dfnText":"render-blocking","external":false,"refSections":[{"refs":[{"id":"ref-for-request-render-blocking"},{"id":"ref-for-request-render-blocking\u2460"}],"title":"4. Fetching"}],"url":"#request-render-blocking"}, "request-service-workers-mode": {"dfnID":"request-service-workers-mode","dfnText":"service-workers mode","external":false,"refSections":[{"refs":[{"id":"ref-for-request-service-workers-mode"},{"id":"ref-for-request-service-workers-mode\u2460"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-request-service-workers-mode\u2461"}],"title":"4.5. HTTP-network-or-cache fetch"},{"refs":[{"id":"ref-for-request-service-workers-mode\u2462"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-request-service-workers-mode\u2463"}],"title":"5.6. Fetch method"},{"refs":[{"id":"ref-for-request-service-workers-mode\u2464"}],"title":"Setting up a request"}],"url":"#request-service-workers-mode"}, "request-signal": {"dfnID":"request-signal","dfnText":"signal","external":false,"refSections":[{"refs":[{"id":"ref-for-request-signal"},{"id":"ref-for-request-signal\u2460"},{"id":"ref-for-request-signal\u2461"},{"id":"ref-for-request-signal\u2462"},{"id":"ref-for-request-signal\u2463"},{"id":"ref-for-request-signal\u2464"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-request-signal\u2465"},{"id":"ref-for-request-signal\u2466"},{"id":"ref-for-request-signal\u2467"},{"id":"ref-for-request-signal\u2468"},{"id":"ref-for-request-signal\u2460\u24ea"}],"title":"5.6. Fetch method"}],"url":"#request-signal"}, "request-user-activation": {"dfnID":"request-user-activation","dfnText":"user-activation","external":false,"refSections":[],"url":"#request-user-activation"}, "requestcache": {"dfnID":"requestcache","dfnText":"RequestCache","external":false,"refSections":[{"refs":[{"id":"ref-for-requestcache"},{"id":"ref-for-requestcache\u2460"}],"title":"5.4. Request class"}],"url":"#requestcache"}, "requestcredentials": {"dfnID":"requestcredentials","dfnText":"RequestCredentials","external":false,"refSections":[{"refs":[{"id":"ref-for-requestcredentials"},{"id":"ref-for-requestcredentials\u2460"}],"title":"5.4. Request class"}],"url":"#requestcredentials"}, "requestdestination": {"dfnID":"requestdestination","dfnText":"RequestDestination","external":false,"refSections":[{"refs":[{"id":"ref-for-requestdestination"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-requestdestination\u2460"},{"id":"ref-for-requestdestination\u2461"}],"title":"5.4. Request class"}],"url":"#requestdestination"}, "requestinfo": {"dfnID":"requestinfo","dfnText":"RequestInfo","external":false,"refSections":[{"refs":[{"id":"ref-for-requestinfo"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-requestinfo\u2460"}],"title":"5.6. Fetch method"}],"url":"#requestinfo"}, "requestinit": {"dfnID":"requestinit","dfnText":"RequestInit","external":false,"refSections":[{"refs":[{"id":"ref-for-requestinit"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-requestinit\u2460"}],"title":"5.6. Fetch method"}],"url":"#requestinit"}, "requestmode": {"dfnID":"requestmode","dfnText":"RequestMode","external":false,"refSections":[{"refs":[{"id":"ref-for-requestmode"},{"id":"ref-for-requestmode\u2460"},{"id":"ref-for-requestmode\u2461"}],"title":"5.4. Request class"}],"url":"#requestmode"}, "requestredirect": {"dfnID":"requestredirect","dfnText":"RequestRedirect","external":false,"refSections":[{"refs":[{"id":"ref-for-requestredirect"},{"id":"ref-for-requestredirect\u2460"}],"title":"5.4. Request class"}],"url":"#requestredirect"}, "resolve-an-origin": {"dfnID":"resolve-an-origin","dfnText":"resolve an origin","external":false,"refSections":[{"refs":[{"id":"ref-for-resolve-an-origin"},{"id":"ref-for-resolve-an-origin\u2460"}],"title":"2.5. Resolving domains"},{"refs":[{"id":"ref-for-resolve-an-origin\u2461"},{"id":"ref-for-resolve-an-origin\u2462"}],"title":"2.6. Connections"}],"url":"#resolve-an-origin"}, "response": {"dfnID":"response","dfnText":"Response","external":false,"refSections":[{"refs":[{"id":"ref-for-response"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-response\u2460"}],"title":"5.3. Body mixin"},{"refs":[{"id":"ref-for-response\u2461"},{"id":"ref-for-response\u2462"},{"id":"ref-for-response\u2463"},{"id":"ref-for-response\u2464"},{"id":"ref-for-response\u2465"},{"id":"ref-for-response\u2466"},{"id":"ref-for-response\u2467"},{"id":"ref-for-response\u2468"},{"id":"ref-for-response\u2460\u24ea"},{"id":"ref-for-response\u2460\u2460"},{"id":"ref-for-response\u2460\u2461"},{"id":"ref-for-response\u2460\u2462"},{"id":"ref-for-response\u2460\u2463"},{"id":"ref-for-response\u2460\u2464"},{"id":"ref-for-response\u2460\u2465"},{"id":"ref-for-response\u2460\u2466"},{"id":"ref-for-response\u2460\u2467"},{"id":"ref-for-response\u2460\u2468"},{"id":"ref-for-response\u2461\u24ea"},{"id":"ref-for-response\u2461\u2460"},{"id":"ref-for-response\u2461\u2461"},{"id":"ref-for-response\u2461\u2462"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-response\u2461\u2463"},{"id":"ref-for-response\u2461\u2464"}],"title":"5.6. Fetch method"}],"url":"#response"}, "response-body-info": {"dfnID":"response-body-info","dfnText":"response body info","external":false,"refSections":[{"refs":[{"id":"ref-for-response-body-info"},{"id":"ref-for-response-body-info\u2460"},{"id":"ref-for-response-body-info\u2461"},{"id":"ref-for-response-body-info\u2462"},{"id":"ref-for-response-body-info\u2463"}],"title":"2.2.6. Responses"}],"url":"#response-body-info"}, "response-body-info-content-type": {"dfnID":"response-body-info-content-type","dfnText":"content type","external":false,"refSections":[{"refs":[{"id":"ref-for-response-body-info-content-type"}],"title":"4.1. Main fetch"}],"url":"#response-body-info-content-type"}, "response-create": {"dfnID":"response-create","dfnText":"create","external":false,"refSections":[{"refs":[{"id":"ref-for-response-create"},{"id":"ref-for-response-create\u2460"},{"id":"ref-for-response-create\u2461"},{"id":"ref-for-response-create\u2462"}],"title":"5.5. Response class"},{"refs":[{"id":"ref-for-response-create\u2463"}],"title":"5.6. Fetch method"}],"url":"#response-create"}, "response-has-cross-origin-redirects": {"dfnID":"response-has-cross-origin-redirects","dfnText":"has-cross-origin-redirects","external":false,"refSections":[{"refs":[{"id":"ref-for-response-has-cross-origin-redirects"},{"id":"ref-for-response-has-cross-origin-redirects\u2460"}],"title":"4.1. Main fetch"}],"url":"#response-has-cross-origin-redirects"}, "response-headers": {"dfnID":"response-headers","dfnText":"headers","external":false,"refSections":[{"refs":[{"id":"ref-for-response-headers"},{"id":"ref-for-response-headers\u2460"},{"id":"ref-for-response-headers\u2461"},{"id":"ref-for-response-headers\u2462"},{"id":"ref-for-response-headers\u2463"}],"title":"5.5. Response class"}],"url":"#response-headers"}, "response-request-includes-credentials": {"dfnID":"response-request-includes-credentials","dfnText":"request-includes-credentials","external":false,"refSections":[{"refs":[{"id":"ref-for-response-request-includes-credentials"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"},{"refs":[{"id":"ref-for-response-request-includes-credentials\u2460"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#response-request-includes-credentials"}, "response-service-worker-timing-info": {"dfnID":"response-service-worker-timing-info","dfnText":"service worker timing info","external":false,"refSections":[],"url":"#response-service-worker-timing-info"}, "responseinit": {"dfnID":"responseinit","dfnText":"ResponseInit","external":false,"refSections":[{"refs":[{"id":"ref-for-responseinit"},{"id":"ref-for-responseinit\u2460"},{"id":"ref-for-responseinit\u2461"}],"title":"5.5. Response class"}],"url":"#responseinit"}, "responsetype": {"dfnID":"responsetype","dfnText":"ResponseType","external":false,"refSections":[{"refs":[{"id":"ref-for-responsetype"}],"title":"5.5. Response class"}],"url":"#responsetype"}, "serialize-a-response-url-for-reporting": {"dfnID":"serialize-a-response-url-for-reporting","dfnText":"serialize a response URL for reporting","external":false,"refSections":[{"refs":[{"id":"ref-for-serialize-a-response-url-for-reporting"}],"title":"3.6. `Cross-Origin-Resource-Policy` header"}],"url":"#serialize-a-response-url-for-reporting"}, "serialize-an-integer": {"dfnID":"serialize-an-integer","dfnText":"serialize an integer","external":false,"refSections":[{"refs":[{"id":"ref-for-serialize-an-integer"},{"id":"ref-for-serialize-an-integer\u2460"},{"id":"ref-for-serialize-an-integer\u2461"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-serialize-an-integer\u2462"},{"id":"ref-for-serialize-an-integer\u2463"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-serialize-an-integer\u2464"},{"id":"ref-for-serialize-an-integer\u2465"}],"title":"4.2. Scheme fetch"},{"refs":[{"id":"ref-for-serialize-an-integer\u2466"}],"title":"4.5. HTTP-network-or-cache fetch"}],"url":"#serialize-an-integer"}, "serializing-a-request-origin": {"dfnID":"serializing-a-request-origin","dfnText":"Serializing a request origin","external":false,"refSections":[{"refs":[{"id":"ref-for-serializing-a-request-origin"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-serializing-a-request-origin\u2460"}],"title":"4.10. TAO check"}],"url":"#serializing-a-request-origin"}, "should-response-to-request-be-blocked-due-to-mime-type?": {"dfnID":"should-response-to-request-be-blocked-due-to-mime-type?","dfnText":"2.10. Should\nresponse to request be blocked due to its MIME type?","external":false,"refSections":[{"refs":[{"id":"ref-for-should-response-to-request-be-blocked-due-to-mime-type?"}],"title":"2.10. Should\nresponse to request be blocked due to its MIME type?"},{"refs":[{"id":"ref-for-should-response-to-request-be-blocked-due-to-mime-type?"}],"title":"4.1. Main fetch"}],"url":"#should-response-to-request-be-blocked-due-to-mime-type?"}, "should-response-to-request-be-blocked-due-to-nosniff?": {"dfnID":"should-response-to-request-be-blocked-due-to-nosniff?","dfnText":"3.5.1. Should\nresponse to request be blocked due to nosniff?","external":false,"refSections":[{"refs":[{"id":"ref-for-should-response-to-request-be-blocked-due-to-nosniff?"}],"title":"3.5.1. Should\nresponse to request be blocked due to nosniff?"},{"refs":[{"id":"ref-for-should-response-to-request-be-blocked-due-to-nosniff?"}],"title":"4.1. Main fetch"}],"url":"#should-response-to-request-be-blocked-due-to-nosniff?"}, "simple-range-header-value": {"dfnID":"simple-range-header-value","dfnText":"parse a single range header value","external":false,"refSections":[{"refs":[{"id":"ref-for-simple-range-header-value"},{"id":"ref-for-simple-range-header-value\u2460"}],"title":"2.2.2. Headers"},{"refs":[{"id":"ref-for-simple-range-header-value\u2461"}],"title":"4.2. Scheme fetch"}],"url":"#simple-range-header-value"}, "subresource-request": {"dfnID":"subresource-request","dfnText":"subresource request","external":false,"refSections":[{"refs":[{"id":"ref-for-subresource-request"}],"title":"4. Fetching"}],"url":"#subresource-request"}, "timing-allow-failed": {"dfnID":"timing-allow-failed","dfnText":"timing allow failed flag","external":false,"refSections":[{"refs":[{"id":"ref-for-timing-allow-failed"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-timing-allow-failed\u2460"}],"title":"2.2.6. Responses"},{"refs":[{"id":"ref-for-timing-allow-failed\u2461"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-timing-allow-failed\u2462"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-timing-allow-failed\u2463"}],"title":"4.10. TAO check"}],"url":"#timing-allow-failed"}, "typedefdef-headersinit": {"dfnID":"typedefdef-headersinit","dfnText":"HeadersInit","external":false,"refSections":[{"refs":[{"id":"ref-for-typedefdef-headersinit"}],"title":"5.1. Headers class"},{"refs":[{"id":"ref-for-typedefdef-headersinit\u2460"}],"title":"5.4. Request class"},{"refs":[{"id":"ref-for-typedefdef-headersinit\u2461"}],"title":"5.5. Response class"}],"url":"#typedefdef-headersinit"}, "typedefdef-xmlhttprequestbodyinit": {"dfnID":"typedefdef-xmlhttprequestbodyinit","dfnText":"XMLHttpRequestBodyInit","external":false,"refSections":[{"refs":[{"id":"ref-for-typedefdef-xmlhttprequestbodyinit"}],"title":"5.2. BodyInit unions"}],"url":"#typedefdef-xmlhttprequestbodyinit"}, "unsafe-request-flag": {"dfnID":"unsafe-request-flag","dfnText":"unsafe-request flag","external":false,"refSections":[{"refs":[{"id":"ref-for-unsafe-request-flag"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-unsafe-request-flag\u2460"}],"title":"4. Fetching"},{"refs":[{"id":"ref-for-unsafe-request-flag\u2461"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-unsafe-request-flag\u2462"}],"title":"5.4. Request class"}],"url":"#unsafe-request-flag"}, "use-cors-preflight-flag": {"dfnID":"use-cors-preflight-flag","dfnText":"use-CORS-preflight flag","external":false,"refSections":[{"refs":[{"id":"ref-for-use-cors-preflight-flag"},{"id":"ref-for-use-cors-preflight-flag\u2460"}],"title":"2.2.5. Requests"},{"refs":[{"id":"ref-for-use-cors-preflight-flag\u2461"}],"title":"4.1. Main fetch"},{"refs":[{"id":"ref-for-use-cors-preflight-flag\u2462"}],"title":"4.3. HTTP fetch"},{"refs":[{"id":"ref-for-use-cors-preflight-flag\u2463"},{"id":"ref-for-use-cors-preflight-flag\u2464"}],"title":"4.7. CORS-preflight fetch"},{"refs":[{"id":"ref-for-use-cors-preflight-flag\u2465"}],"title":"5.4. Request class"}],"url":"#use-cors-preflight-flag"}, }; document.addEventListener("DOMContentLoaded", ()=>{ genAllDfnPanels(); document.body.addEventListener("click", (e) => { // If not handled already, just hide all dfn panels. hideAllDfnPanels(); }); }); window.addEventListener("resize", () => { // Pin any visible dfn panel queryAll(".dfn-panel.on, .dfn-panel.activated").forEach(el=>positionDfnPanel(el)); }); function genAllDfnPanels() { for(const panelData of Object.values(dfnPanelData)) { const dfnID = panelData.dfnID; const dfn = document.getElementById(dfnID); if(!dfn) { console.log(`Can't find dfn#${dfnID}.`, panelData); continue; } dfn.panelData = panelData; insertDfnPopupAction(dfn); } } function genDfnPanel(dfn, { dfnID, url, dfnText, refSections, external }) { const dfnPanel = mk.aside({ class: "dfn-panel on", id: `infopanel-for-${dfnID}`, "data-for": dfnID, "aria-labelled-by":`infopaneltitle-for-${dfnID}`, }, mk.span({id:`infopaneltitle-for-${dfnID}`, style:"display:none"}, `Info about the '${dfnText}' ${external?"external":""} reference.`), mk.a({href:url, class:"dfn-link"}, url), refSections.length == 0 ? [] : mk.b({}, "Referenced in:"), mk.ul({}, ...refSections.map(section=> mk.li({}, ...section.refs.map((ref, refI)=> [ mk.a({ href: `#${ref.id}` }, (refI == 0) ? section.title : `(${refI + 1})` ), " ", ] ), ), ), ), genLinkingSyntaxes(dfn), ); dfnPanel.addEventListener('click', (event) => { if (event.target.nodeName == 'A') { scrollToTargetAndHighlight(event); pinDfnPanel(dfnPanel); } event.stopPropagation(); refocusOnTarget(event); }); dfnPanel.addEventListener('keydown', (event) => { if(event.keyCode == 27) { // Escape key hideDfnPanel({dfnPanel}); event.stopPropagation(); event.preventDefault(); } }); dfnPanel.dfn = dfn; dfn.dfnPanel = dfnPanel; return dfnPanel; } function hideAllDfnPanels() { // Delete the currently-active dfn panel. queryAll(".dfn-panel").forEach(dfnPanel=>hideDfnPanel({dfnPanel})); } function showDfnPanel(dfn) { hideAllDfnPanels(); // Only display one at a time. dfn.setAttribute("aria-expanded", "true"); const dfnPanel = genDfnPanel(dfn, dfn.panelData); // Give the dfn a unique tabindex, and then // give all the tabbable panel bits successive indexes. let tabIndex = 100; dfn.tabIndex = tabIndex++; const tabbable = dfnPanel.querySelectorAll(":is(a, button)"); for (const el of tabbable) { el.tabIndex = tabIndex++; } append(document.body, dfnPanel); positionDfnPanel(dfnPanel); } function positionDfnPanel(dfnPanel) { const dfn = dfnPanel.dfn; const dfnPos = getBounds(dfn); dfnPanel.style.top = dfnPos.bottom + "px"; dfnPanel.style.left = dfnPos.left + "px"; const panelPos = dfnPanel.getBoundingClientRect(); const panelMargin = 8; const maxRight = document.body.parentNode.clientWidth - panelMargin; if (panelPos.right > maxRight) { const overflowAmount = panelPos.right - maxRight; const newLeft = Math.max(panelMargin, dfnPos.left - overflowAmount); dfnPanel.style.left = newLeft + "px"; } } function pinDfnPanel(dfnPanel) { // Switch it to "activated" state, which pins it. dfnPanel.classList.add("activated"); dfnPanel.style.position = "fixed"; dfnPanel.style.left = null; dfnPanel.style.top = null; } function hideDfnPanel({dfn, dfnPanel}) { if(!dfnPanel) dfnPanel = dfn.dfnPanel; if(!dfn) dfn = dfnPanel.dfn; dfn.dfnPanel = undefined; dfnPanel.dfn = undefined; dfn.setAttribute("aria-expanded", "false"); dfn.tabIndex = undefined; dfnPanel.remove() } function toggleDfnPanel(dfn) { if(dfn.dfnPanel) { hideDfnPanel(dfn); } else { showDfnPanel(dfn); } } function insertDfnPopupAction(dfn) { dfn.setAttribute('role', 'button'); dfn.setAttribute('aria-expanded', 'false') dfn.tabIndex = 0; dfn.classList.add('has-dfn-panel'); dfn.addEventListener('click', (event) => { toggleDfnPanel(dfn); event.stopPropagation(); }); dfn.addEventListener('keypress', (event) => { const kc = event.keyCode; // 32->Space, 13->Enter if(kc == 32 || kc == 13) { toggleDfnPanel(dfn); event.stopPropagation(); event.preventDefault(); } }); } function refocusOnTarget(event) { const target = event.target; setTimeout(() => { // Refocus on the event.target element. // This is needed after browser scrolls to the destination. target.focus(); }); } // TODO: shared util // Returns the root-level absolute position {left and top} of element. function getBounds(el, relativeTo=document.body) { const relativeRect = relativeTo.getBoundingClientRect(); const elRect = el.getBoundingClientRect(); const top = elRect.top - relativeRect.top; const left = elRect.left - relativeRect.left; return { top, left, bottom: top + elRect.height, right: left + elRect.width, } } function scrollToTargetAndHighlight(event) { let hash = event.target.hash; if (hash) { hash = decodeURIComponent(hash.substring(1)); const dest = document.getElementById(hash); if (dest) { dest.classList.add('highlighted'); setTimeout(() => dest.classList.remove('highlighted'), 1000); } } } // Functions, divided by link type, that wrap an autolink's // contents with the appropriate outer syntax. // Alternately, a string naming another type they format // the same as. function needsFor(type) { switch(type) { case "descriptor": case "value": case "element-attr": case "attr-value": case "element-state": case "method": case "constructor": case "argument": case "attribute": case "const": case "dict-member": case "event": case "enum-value": case "stringifier": case "serializer": case "iterator": case "maplike": case "setlike": case "state": case "mode": case "context": case "facet": return true; default: return false; } } function refusesFor(type) { switch(type) { case "property": case "element": case "interface": case "namespace": case "callback": case "dictionary": case "enum": case "exception": case "typedef": case "http-header": case "permission": return true; default: return false; } } function linkFormatterFromType(type) { switch(type) { case 'scheme': case 'permission': case 'dfn': return (text) => `[=${text}=]`; case 'abstract-op': return (text) => `[\$${text}\$]`; case 'function': case 'at-rule': case 'selector': case 'value': return (text) => `''${text}''`; case 'http-header': return (text) => `[:${text}:]`; case 'interface': case 'constructor': case 'method': case 'argument': case 'attribute': case 'callback': case 'dictionary': case 'dict-member': case 'enum': case 'enum-value': case 'exception': case 'const': case 'typedef': case 'stringifier': case 'serializer': case 'iterator': case 'maplike': case 'setlike': case 'extended-attribute': case 'event': case 'idl': return (text) => `{{${text}}}`; case 'element-state': case 'element-attr': case 'attr-value': case 'element': return (element) => `<{${element}}>`; case 'grammar': return (text) => `${text} (within a <pre class=prod>)`; case 'type': return (text)=> `<<${text}>>`; case 'descriptor': case 'property': return (text) => `'${text}'`; default: return; }; }; function genLinkingSyntaxes(dfn) { if(dfn.tagName != "DFN") return; const type = dfn.getAttribute('data-dfn-type'); if(!type) { console.log(`<dfn> doesn't have a data-dfn-type:`, dfn); return []; } // Return a function that wraps link text based on the type const linkFormatter = linkFormatterFromType(type); if(!linkFormatter) { console.log(`<dfn> has an unknown data-dfn-type:`, dfn); return []; } let ltAlts; if(dfn.hasAttribute('data-lt')) { ltAlts = dfn.getAttribute('data-lt') .split("|") .map(x=>x.trim()); } else { ltAlts = [dfn.textContent.trim()]; } if(type == "type") { // lt of "<foo>", but "foo" is the interior; // <<foo/bar>> is how you write it with a for, // not <foo/<bar>> or whatever. for(var i = 0; i < ltAlts.length; i++) { const lt = ltAlts[i]; const match = /<(.*)>/.exec(lt); if(match) { ltAlts[i] = match[1]; } } } let forAlts; if(dfn.hasAttribute('data-dfn-for')) { forAlts = dfn.getAttribute('data-dfn-for') .split(",") .map(x=>x.trim()); } else { forAlts = ['']; } let linkingSyntaxes = []; if(!needsFor(type)) { for(const lt of ltAlts) { linkingSyntaxes.push(linkFormatter(lt)); } } if(!refusesFor(type)) { for(const f of forAlts) { linkingSyntaxes.push(linkFormatter(`${f}/${ltAlts[0]}`)) } } return [ mk.b({}, 'Possible linking syntaxes:'), mk.ul({}, ...linkingSyntaxes.map(link => { const copyLink = async () => await navigator.clipboard.writeText(link); return mk.li({}, mk.div({ class: 'link-item' }, mk.button({ class: 'copy-icon', title: 'Copy', type: 'button', _onclick: copyLink, tabindex: 0, }, mk.span({ class: 'icon' }) ), mk.span({}, link) ) ); }) ) ]; } } </script> <script>/* Boilerplate: script-position-annos */ "use strict"; { function repositionAnnoPanels(){ const panels = [...document.querySelectorAll("[data-anno-for]")]; hydratePanels(panels); let vSoFar = 0; for(const panel of panels.sort(cmpTops)) { if(panel.top < vSoFar) { panel.top = vSoFar; panel.style.top = vSoFar + "px"; } vSoFar = panel.top + panel.height + 15; } } function hydratePanels(panels) { const main = document.querySelector("main"); let mainRect; if(main) mainRect = main.getBoundingClientRect(); // First display them all, if they're not already visible. for(const panel of panels) { panel.classList.remove("unpositioned"); } // Measure them all for(const panel of panels) { const dfn = document.getElementById(panel.getAttribute("data-anno-for")); if(!dfn) { console.log("Can't find the annotation panel target:", panel); continue; } panel.dfn = dfn; panel.top = window.scrollY + dfn.getBoundingClientRect().top; let panelRect = panel.getBoundingClientRect(); panel.height = panelRect.height; if(main) { panel.overlappingMain = panelRect.left < mainRect.right; } else { panel.overlappingMain = false; } } // And finally position them for(const panel of panels) { const dfn = panel.dfn; if(!dfn) continue; panel.style.top = panel.top + "px"; panel.classList.toggle("overlapping-main", panel.overlappingMain); } } function cmpTops(a,b) { return a.top - b.top; } window.addEventListener("load", repositionAnnoPanels); window.addEventListener("resize", repositionAnnoPanels); } </script> <script>/* Boilerplate: script-ref-hints */ "use strict"; { let refsData = { "#abnf": {"displayText":"abnf","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"abnf","type":"dfn","url":"#abnf"}, "#abort-fetch": {"displayText":"abort the fetch() call","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"abort the fetch() call","type":"dfn","url":"#abort-fetch"}, "#append-a-request-origin-header": {"displayText":"append a request `origin` header","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"append a request `origin` header","type":"dfn","url":"#append-a-request-origin-header"}, "#appropriate-network-error": {"displayText":"appropriate network error","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"appropriate network error","type":"dfn","url":"#appropriate-network-error"}, "#atomic-http-redirect-handling": {"displayText":"atomic http redirect handling","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"atomic http redirect handling","type":"dfn","url":"#atomic-http-redirect-handling"}, "#authentication-entry": {"displayText":"authentication entry","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"authentication entry","type":"dfn","url":"#authentication-entry"}, "#bad-port": {"displayText":"bad port","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"bad port","type":"dfn","url":"#bad-port"}, "#block-bad-port": {"displayText":"block bad port","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"block bad port","type":"dfn","url":"#block-bad-port"}, "#body": {"displayText":"Body","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"Body","type":"interface","url":"#body"}, "#body-fully-read": {"displayText":"fully read","export":true,"for_":["body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"fully read","type":"dfn","url":"#body-fully-read"}, "#body-incrementally-read": {"displayText":"incrementally read","export":true,"for_":["body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"incrementally read","type":"dfn","url":"#body-incrementally-read"}, "#body-unusable": {"displayText":"unusable","export":true,"for_":["Body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"unusable","type":"dfn","url":"#body-unusable"}, "#body-with-type": {"displayText":"body with type","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"body with type","type":"dfn","url":"#body-with-type"}, "#body-with-type-body": {"displayText":"body","export":true,"for_":["body with type"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"body","type":"dfn","url":"#body-with-type-body"}, "#body-with-type-type": {"displayText":"type","export":true,"for_":["body with type"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"type","type":"dfn","url":"#body-with-type-type"}, "#bodyinit": {"displayText":"BodyInit","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"BodyInit","type":"typedef","url":"#bodyinit"}, "#bodyinit-safely-extract": {"displayText":"safely extract","export":true,"for_":["BodyInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"safely extract","type":"dfn","url":"#bodyinit-safely-extract"}, "#build-a-content-range": {"displayText":"build a content range","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"build a content range","type":"dfn","url":"#build-a-content-range"}, "#byte-sequence-as-a-body": {"displayText":"as a body","export":true,"for_":["byte sequence"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"as a body","type":"dfn","url":"#byte-sequence-as-a-body"}, "#byte-serializing-a-request-origin": {"displayText":"byte-serializing a request origin","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"byte-serializing a request origin","type":"dfn","url":"#byte-serializing-a-request-origin"}, "#cache-entry": {"displayText":"cache entry","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cache entry","type":"dfn","url":"#cache-entry"}, "#clamp-and-coarsen-connection-timing-info": {"displayText":"clamp and coarsen connection timing info","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"clamp and coarsen connection timing info","type":"dfn","url":"#clamp-and-coarsen-connection-timing-info"}, "#collect-an-http-quoted-string": {"displayText":"collecting an http quoted string","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"collecting an http quoted string","type":"dfn","url":"#collect-an-http-quoted-string"}, "#concept-aborted-network-error": {"displayText":"aborted network error","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"aborted network error","type":"dfn","url":"#concept-aborted-network-error"}, "#concept-body": {"displayText":"body","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"body","type":"dfn","url":"#concept-body"}, "#concept-body-body": {"displayText":"body","export":true,"for_":["Body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"body","type":"dfn","url":"#concept-body-body"}, "#concept-body-clone": {"displayText":"clone","export":true,"for_":["body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"clone","type":"dfn","url":"#concept-body-clone"}, "#concept-body-consume-body": {"displayText":"consume body","export":true,"for_":["Body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"consume body","type":"dfn","url":"#concept-body-consume-body"}, "#concept-body-mime-type": {"displayText":"get the mime type","export":true,"for_":["Body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"get the mime type","type":"dfn","url":"#concept-body-mime-type"}, "#concept-body-source": {"displayText":"source","export":true,"for_":["body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"source","type":"dfn","url":"#concept-body-source"}, "#concept-body-stream": {"displayText":"stream","export":true,"for_":["body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"stream","type":"dfn","url":"#concept-body-stream"}, "#concept-body-total-bytes": {"displayText":"length","export":true,"for_":["body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"length","type":"dfn","url":"#concept-body-total-bytes"}, "#concept-bodyinit-extract": {"displayText":"extract","export":true,"for_":["BodyInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"extract","type":"dfn","url":"#concept-bodyinit-extract"}, "#concept-cache": {"displayText":"cors-preflight cache","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cors-preflight cache","type":"dfn","url":"#concept-cache"}, "#concept-cache-clear": {"displayText":"clear cache entries","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"clear cache entries","type":"dfn","url":"#concept-cache-clear"}, "#concept-cache-create-entry": {"displayText":"create a new cache entry","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"create a new cache entry","type":"dfn","url":"#concept-cache-create-entry"}, "#concept-cache-credentials": {"displayText":"credentials","export":true,"for_":["cache entry"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"credentials","type":"dfn","url":"#concept-cache-credentials"}, "#concept-cache-header-name": {"displayText":"header name","export":true,"for_":["cache entry"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"header name","type":"dfn","url":"#concept-cache-header-name"}, "#concept-cache-key": {"displayText":"key","export":true,"for_":["cache entry"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"key","type":"dfn","url":"#concept-cache-key"}, "#concept-cache-match": {"displayText":"cache entry match","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cache entry match","type":"dfn","url":"#concept-cache-match"}, "#concept-cache-match-header": {"displayText":"header-name cache entry match","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"header-name cache entry match","type":"dfn","url":"#concept-cache-match-header"}, "#concept-cache-match-method": {"displayText":"method cache entry match","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"method cache entry match","type":"dfn","url":"#concept-cache-match-method"}, "#concept-cache-max-age": {"displayText":"max-age","export":true,"for_":["cache entry"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"max-age","type":"dfn","url":"#concept-cache-max-age"}, "#concept-cache-method": {"displayText":"method","export":true,"for_":["cache entry"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"method","type":"dfn","url":"#concept-cache-method"}, "#concept-cache-origin": {"displayText":"byte-serialized origin","export":true,"for_":["cache entry"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"byte-serialized origin","type":"dfn","url":"#concept-cache-origin"}, "#concept-cache-url": {"displayText":"url","export":true,"for_":["cache entry"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"url","type":"dfn","url":"#concept-cache-url"}, "#concept-connection": {"displayText":"connection","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"connection","type":"dfn","url":"#concept-connection"}, "#concept-connection-obtain": {"displayText":"obtain a connection","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"obtain a connection","type":"dfn","url":"#concept-connection-obtain"}, "#concept-connection-pool": {"displayText":"connection pool","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"connection pool","type":"dfn","url":"#concept-connection-pool"}, "#concept-connection-timing-info": {"displayText":"timing info","export":true,"for_":["connection"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"timing info","type":"dfn","url":"#concept-connection-timing-info"}, "#concept-cors-check": {"displayText":"cors check","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cors check","type":"dfn","url":"#concept-cors-check"}, "#concept-fetch": {"displayText":"fetch","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"fetch","type":"dfn","url":"#concept-fetch"}, "#concept-fetch-group": {"displayText":"fetch group","export":true,"for_":["fetch"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"fetch group","type":"dfn","url":"#concept-fetch-group"}, "#concept-fetch-record": {"displayText":"fetch record","export":true,"for_":["fetch group"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"fetch record","type":"dfn","url":"#concept-fetch-record"}, "#concept-fetch-record-fetch": {"displayText":"controller","export":true,"for_":["fetch record"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"controller","type":"dfn","url":"#concept-fetch-record-fetch"}, "#concept-fetch-record-request": {"displayText":"request","export":true,"for_":["fetch record"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"request","type":"dfn","url":"#concept-fetch-record-request"}, "#concept-fetch-resume": {"displayText":"resumed","export":true,"for_":["fetch"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"resumed","type":"dfn","url":"#concept-fetch-resume"}, "#concept-fetch-suspend": {"displayText":"suspend","export":true,"for_":["fetch"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"suspend","type":"dfn","url":"#concept-fetch-suspend"}, "#concept-filtered-response": {"displayText":"filtered response","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"filtered response","type":"dfn","url":"#concept-filtered-response"}, "#concept-filtered-response-basic": {"displayText":"basic filtered response","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"basic filtered response","type":"dfn","url":"#concept-filtered-response-basic"}, "#concept-filtered-response-cors": {"displayText":"cors filtered response","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cors filtered response","type":"dfn","url":"#concept-filtered-response-cors"}, "#concept-filtered-response-opaque": {"displayText":"opaque filtered response","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"opaque filtered response","type":"dfn","url":"#concept-filtered-response-opaque"}, "#concept-filtered-response-opaque-redirect": {"displayText":"opaque-redirect filtered response","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"opaque-redirect filtered response","type":"dfn","url":"#concept-filtered-response-opaque-redirect"}, "#concept-fresh-response": {"displayText":"fresh response","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"fresh response","type":"dfn","url":"#concept-fresh-response"}, "#concept-header": {"displayText":"header","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"header","type":"dfn","url":"#concept-header"}, "#concept-header-extract-mime-type": {"displayText":"extract a mime type","export":true,"for_":["header list"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"extract a mime type","type":"dfn","url":"#concept-header-extract-mime-type"}, "#concept-header-list": {"displayText":"header list","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"header list","type":"dfn","url":"#concept-header-list"}, "#concept-header-list-append": {"displayText":"append","export":true,"for_":["header list"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"append","type":"dfn","url":"#concept-header-list-append"}, "#concept-header-list-combine": {"displayText":"combine","export":true,"for_":["header list"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"combine","type":"dfn","url":"#concept-header-list-combine"}, "#concept-header-list-delete": {"displayText":"delete","export":true,"for_":["header list"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"delete","type":"dfn","url":"#concept-header-list-delete"}, "#concept-header-list-get": {"displayText":"get","export":true,"for_":["header list"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"get","type":"dfn","url":"#concept-header-list-get"}, "#concept-header-list-get-decode-split": {"displayText":"get, decode, and split","export":true,"for_":["header list"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"get, decode, and split","type":"dfn","url":"#concept-header-list-get-decode-split"}, "#concept-header-list-get-structured-header": {"displayText":"get a structured field value","export":true,"for_":["header list"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"get a structured field value","type":"dfn","url":"#concept-header-list-get-structured-header"}, "#concept-header-list-set": {"displayText":"set","export":true,"for_":["header list"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"set","type":"dfn","url":"#concept-header-list-set"}, "#concept-header-list-set-structured-header": {"displayText":"set a structured field value","export":true,"for_":["header list"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"set a structured field value","type":"dfn","url":"#concept-header-list-set-structured-header"}, "#concept-header-list-sort-and-combine": {"displayText":"sort and combine","export":true,"for_":["header list"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"sort and combine","type":"dfn","url":"#concept-header-list-sort-and-combine"}, "#concept-header-name": {"displayText":"name","export":true,"for_":["header"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"name","type":"dfn","url":"#concept-header-name"}, "#concept-header-value": {"displayText":"value","export":true,"for_":["header"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"value","type":"dfn","url":"#concept-header-value"}, "#concept-header-value-normalize": {"displayText":"normalize","export":true,"for_":["header value"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"normalize","type":"dfn","url":"#concept-header-value-normalize"}, "#concept-headers-append": {"displayText":"append","export":true,"for_":["Headers"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"append","type":"dfn","url":"#concept-headers-append"}, "#concept-headers-fill": {"displayText":"fill","export":true,"for_":["Headers"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"fill","type":"dfn","url":"#concept-headers-fill"}, "#concept-headers-guard": {"displayText":"guard","export":true,"for_":["Headers"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"guard","type":"dfn","url":"#concept-headers-guard"}, "#concept-headers-header-list": {"displayText":"header list","export":true,"for_":["Headers"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"header list","type":"dfn","url":"#concept-headers-header-list"}, "#concept-headers-remove-privileged-no-cors-request-headers": {"displayText":"remove privileged no-cors request-headers","export":true,"for_":["Headers"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"remove privileged no-cors request-headers","type":"dfn","url":"#concept-headers-remove-privileged-no-cors-request-headers"}, "#concept-http-fetch": {"displayText":"http fetch","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"http fetch","type":"dfn","url":"#concept-http-fetch"}, "#concept-http-network-fetch": {"displayText":"http-network fetch","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"http-network fetch","type":"dfn","url":"#concept-http-network-fetch"}, "#concept-http-network-or-cache-fetch": {"displayText":"http-network-or-cache fetch","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"http-network-or-cache fetch","type":"dfn","url":"#concept-http-network-or-cache-fetch"}, "#concept-http-redirect-fetch": {"displayText":"http-redirect fetch","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"http-redirect fetch","type":"dfn","url":"#concept-http-redirect-fetch"}, "#concept-internal-response": {"displayText":"internal response","export":true,"for_":["filtered response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"internal response","type":"dfn","url":"#concept-internal-response"}, "#concept-main-fetch": {"displayText":"main fetch","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"main fetch","type":"dfn","url":"#concept-main-fetch"}, "#concept-method": {"displayText":"method","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"method","type":"dfn","url":"#concept-method"}, "#concept-method-normalize": {"displayText":"normalize","export":true,"for_":["method"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"normalize","type":"dfn","url":"#concept-method-normalize"}, "#concept-network-error": {"displayText":"network error","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"network error","type":"dfn","url":"#concept-network-error"}, "#concept-potential-destination": {"displayText":"potential destination","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"potential destination","type":"dfn","url":"#concept-potential-destination"}, "#concept-request": {"displayText":"request","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"request","type":"dfn","url":"#concept-request"}, "#concept-request-add-range-header": {"displayText":"add a range header","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"add a range header","type":"dfn","url":"#concept-request-add-range-header"}, "#concept-request-body": {"displayText":"body","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"body","type":"dfn","url":"#concept-request-body"}, "#concept-request-cache-mode": {"displayText":"cache mode","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cache mode","type":"dfn","url":"#concept-request-cache-mode"}, "#concept-request-client": {"displayText":"client","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"client","type":"dfn","url":"#concept-request-client"}, "#concept-request-clone": {"displayText":"clone","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"clone","type":"dfn","url":"#concept-request-clone"}, "#concept-request-credentials-mode": {"displayText":"credentials mode","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"credentials mode","type":"dfn","url":"#concept-request-credentials-mode"}, "#concept-request-current-url": {"displayText":"current url","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"current url","type":"dfn","url":"#concept-request-current-url"}, "#concept-request-destination": {"displayText":"destination","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"destination","type":"dfn","url":"#concept-request-destination"}, "#concept-request-header-list": {"displayText":"header list","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"header list","type":"dfn","url":"#concept-request-header-list"}, "#concept-request-history-navigation-flag": {"displayText":"history-navigation flag","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"history-navigation flag","type":"dfn","url":"#concept-request-history-navigation-flag"}, "#concept-request-initiator": {"displayText":"initiator","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"initiator","type":"dfn","url":"#concept-request-initiator"}, "#concept-request-integrity-metadata": {"displayText":"integrity metadata","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"integrity metadata","type":"dfn","url":"#concept-request-integrity-metadata"}, "#concept-request-method": {"displayText":"method","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"method","type":"dfn","url":"#concept-request-method"}, "#concept-request-mode": {"displayText":"mode","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"mode","type":"dfn","url":"#concept-request-mode"}, "#concept-request-nonce-metadata": {"displayText":"cryptographic nonce metadata","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cryptographic nonce metadata","type":"dfn","url":"#concept-request-nonce-metadata"}, "#concept-request-origin": {"displayText":"origin","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"origin","type":"dfn","url":"#concept-request-origin"}, "#concept-request-parser-metadata": {"displayText":"parser metadata","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"parser metadata","type":"dfn","url":"#concept-request-parser-metadata"}, "#concept-request-policy-container": {"displayText":"policy container","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"policy container","type":"dfn","url":"#concept-request-policy-container"}, "#concept-request-redirect-count": {"displayText":"redirect count","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"redirect count","type":"dfn","url":"#concept-request-redirect-count"}, "#concept-request-redirect-mode": {"displayText":"redirect mode","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"redirect mode","type":"dfn","url":"#concept-request-redirect-mode"}, "#concept-request-referrer": {"displayText":"referrer","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"referrer","type":"dfn","url":"#concept-request-referrer"}, "#concept-request-referrer-policy": {"displayText":"referrer policy","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"referrer policy","type":"dfn","url":"#concept-request-referrer-policy"}, "#concept-request-reload-navigation-flag": {"displayText":"reload-navigation flag","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"reload-navigation flag","type":"dfn","url":"#concept-request-reload-navigation-flag"}, "#concept-request-request": {"displayText":"request","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"request","type":"dfn","url":"#concept-request-request"}, "#concept-request-reserved-client": {"displayText":"reserved client","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"reserved client","type":"dfn","url":"#concept-request-reserved-client"}, "#concept-request-response-tainting": {"displayText":"response tainting","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"response tainting","type":"dfn","url":"#concept-request-response-tainting"}, "#concept-request-tainted-origin": {"displayText":"redirect-tainted origin","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"redirect-tainted origin","type":"dfn","url":"#concept-request-tainted-origin"}, "#concept-request-url": {"displayText":"url","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"url","type":"dfn","url":"#concept-request-url"}, "#concept-request-url-list": {"displayText":"url list","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"url list","type":"dfn","url":"#concept-request-url-list"}, "#concept-request-use-url-credentials-flag": {"displayText":"use-url-credentials flag","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"use-url-credentials flag","type":"dfn","url":"#concept-request-use-url-credentials-flag"}, "#concept-request-window": {"displayText":"window","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"window","type":"dfn","url":"#concept-request-window"}, "#concept-response": {"displayText":"response","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"response","type":"dfn","url":"#concept-response"}, "#concept-response-aborted": {"displayText":"aborted flag","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"aborted flag","type":"dfn","url":"#concept-response-aborted"}, "#concept-response-body": {"displayText":"body","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"body","type":"dfn","url":"#concept-response-body"}, "#concept-response-body-info": {"displayText":"body info","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"body info","type":"dfn","url":"#concept-response-body-info"}, "#concept-response-cache-state": {"displayText":"cache state","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cache state","type":"dfn","url":"#concept-response-cache-state"}, "#concept-response-clone": {"displayText":"clone","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"clone","type":"dfn","url":"#concept-response-clone"}, "#concept-response-cors-exposed-header-name-list": {"displayText":"cors-exposed header-name list","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cors-exposed header-name list","type":"dfn","url":"#concept-response-cors-exposed-header-name-list"}, "#concept-response-header-list": {"displayText":"header list","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"header list","type":"dfn","url":"#concept-response-header-list"}, "#concept-response-location-url": {"displayText":"location url","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"location url","type":"dfn","url":"#concept-response-location-url"}, "#concept-response-range-requested-flag": {"displayText":"range-requested flag","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"range-requested flag","type":"dfn","url":"#concept-response-range-requested-flag"}, "#concept-response-response": {"displayText":"response","export":true,"for_":["Response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"response","type":"dfn","url":"#concept-response-response"}, "#concept-response-status": {"displayText":"status","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"status","type":"dfn","url":"#concept-response-status"}, "#concept-response-status-message": {"displayText":"status message","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"status message","type":"dfn","url":"#concept-response-status-message"}, "#concept-response-timing-allow-passed": {"displayText":"timing allow passed flag","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"timing allow passed flag","type":"dfn","url":"#concept-response-timing-allow-passed"}, "#concept-response-type": {"displayText":"type","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"type","type":"dfn","url":"#concept-response-type"}, "#concept-response-url": {"displayText":"url","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"url","type":"dfn","url":"#concept-response-url"}, "#concept-response-url-list": {"displayText":"url list","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"url list","type":"dfn","url":"#concept-response-url-list"}, "#concept-scheme-fetch": {"displayText":"scheme fetch","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"scheme fetch","type":"dfn","url":"#concept-scheme-fetch"}, "#concept-stale-response": {"displayText":"stale response","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"stale response","type":"dfn","url":"#concept-stale-response"}, "#concept-stale-while-revalidate-response": {"displayText":"stale-while-revalidate response","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"stale-while-revalidate response","type":"dfn","url":"#concept-stale-while-revalidate-response"}, "#concept-status": {"displayText":"status","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"status","type":"dfn","url":"#concept-status"}, "#concept-tao-check": {"displayText":"tao check","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"tao check","type":"dfn","url":"#concept-tao-check"}, "#connection-credentials": {"displayText":"credentials","export":true,"for_":["connection"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"credentials","type":"dfn","url":"#connection-credentials"}, "#connection-key": {"displayText":"key","export":true,"for_":["connection"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"key","type":"dfn","url":"#connection-key"}, "#connection-origin": {"displayText":"origin","export":true,"for_":["connection"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"origin","type":"dfn","url":"#connection-origin"}, "#connection-timing-info": {"displayText":"connection timing info","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"connection timing info","type":"dfn","url":"#connection-timing-info"}, "#connection-timing-info-alpn-negotiated-protocol": {"displayText":"alpn negotiated protocol","export":true,"for_":["connection timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"alpn negotiated protocol","type":"dfn","url":"#connection-timing-info-alpn-negotiated-protocol"}, "#connection-timing-info-connection-end-time": {"displayText":"connection end time","export":true,"for_":["connection timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"connection end time","type":"dfn","url":"#connection-timing-info-connection-end-time"}, "#connection-timing-info-connection-start-time": {"displayText":"connection start time","export":true,"for_":["connection timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"connection start time","type":"dfn","url":"#connection-timing-info-connection-start-time"}, "#connection-timing-info-domain-lookup-end-time": {"displayText":"domain lookup end time","export":true,"for_":["connection timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"domain lookup end time","type":"dfn","url":"#connection-timing-info-domain-lookup-end-time"}, "#connection-timing-info-domain-lookup-start-time": {"displayText":"domain lookup start time","export":true,"for_":["connection timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"domain lookup start time","type":"dfn","url":"#connection-timing-info-domain-lookup-start-time"}, "#connection-timing-info-secure-connection-start-time": {"displayText":"secure connection start time","export":true,"for_":["connection timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"secure connection start time","type":"dfn","url":"#connection-timing-info-secure-connection-start-time"}, "#convert-header-names-to-a-sorted-lowercase-set": {"displayText":"convert header names to a sorted-lowercase set","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"convert header names to a sorted-lowercase set","type":"dfn","url":"#convert-header-names-to-a-sorted-lowercase-set"}, "#cors-non-wildcard-request-header-name": {"displayText":"cors non-wildcard request-header name","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cors non-wildcard request-header name","type":"dfn","url":"#cors-non-wildcard-request-header-name"}, "#cors-preflight-fetch-0": {"displayText":"cors-preflight fetch","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cors-preflight fetch","type":"dfn","url":"#cors-preflight-fetch-0"}, "#cors-preflight-request": {"displayText":"cors-preflight request","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cors-preflight request","type":"dfn","url":"#cors-preflight-request"}, "#cors-protocol": {"displayText":"cors protocol","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cors protocol","type":"dfn","url":"#cors-protocol"}, "#cors-request": {"displayText":"cors request","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cors request","type":"dfn","url":"#cors-request"}, "#cors-safelisted-method": {"displayText":"cors-safelisted method","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cors-safelisted method","type":"dfn","url":"#cors-safelisted-method"}, "#cors-safelisted-request-header": {"displayText":"cors-safelisted request-header","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cors-safelisted request-header","type":"dfn","url":"#cors-safelisted-request-header"}, "#cors-safelisted-response-header-name": {"displayText":"cors-safelisted response-header name","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cors-safelisted response-header name","type":"dfn","url":"#cors-safelisted-response-header-name"}, "#cors-unsafe-request-header-byte": {"displayText":"cors-unsafe request-header byte","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cors-unsafe request-header byte","type":"dfn","url":"#cors-unsafe-request-header-byte"}, "#cors-unsafe-request-header-names": {"displayText":"cors-unsafe request-header names","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cors-unsafe request-header names","type":"dfn","url":"#cors-unsafe-request-header-names"}, "#create-a-connection": {"displayText":"create a connection","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"create a connection","type":"dfn","url":"#create-a-connection"}, "#create-an-opaque-timing-info": {"displayText":"creating an opaque timing info","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"creating an opaque timing info","type":"dfn","url":"#create-an-opaque-timing-info"}, "#credentials": {"displayText":"credentials","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"credentials","type":"dfn","url":"#credentials"}, "#cross-origin-embedder-policy-allows-credentials": {"displayText":"cross-origin-embedder-policy allows credentials","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cross-origin-embedder-policy allows credentials","type":"dfn","url":"#cross-origin-embedder-policy-allows-credentials"}, "#cross-origin-resource-policy-check": {"displayText":"cross-origin resource policy check","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cross-origin resource policy check","type":"dfn","url":"#cross-origin-resource-policy-check"}, "#cross-origin-resource-policy-internal-check": {"displayText":"cross-origin resource policy internal check","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cross-origin resource policy internal check","type":"dfn","url":"#cross-origin-resource-policy-internal-check"}, "#data-url-processor": {"displayText":"data: url processor","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"data: url processor","type":"dfn","url":"#data-url-processor"}, "#data-url-struct": {"displayText":"data: url struct","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"data: url struct","type":"dfn","url":"#data-url-struct"}, "#data-url-struct-body": {"displayText":"body","export":true,"for_":["data: URL struct"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"body","type":"dfn","url":"#data-url-struct-body"}, "#data-url-struct-mime-type": {"displayText":"mime type","export":true,"for_":["data: URL struct"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"mime type","type":"dfn","url":"#data-url-struct-mime-type"}, "#default-user-agent-value": {"displayText":"default `user-agent` value","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"default `user-agent` value","type":"dfn","url":"#default-user-agent-value"}, "#deserialize-a-serialized-abort-reason": {"displayText":"deserialize a serialized abort reason","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"deserialize a serialized abort reason","type":"dfn","url":"#deserialize-a-serialized-abort-reason"}, "#determine-nosniff": {"displayText":"determine nosniff","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"determine nosniff","type":"dfn","url":"#determine-nosniff"}, "#determine-the-http-cache-partition": {"displayText":"determine the http cache partition","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"determine the http cache partition","type":"dfn","url":"#determine-the-http-cache-partition"}, "#determine-the-network-partition-key": {"displayText":"determine the network partition key","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"determine the network partition key","type":"dfn","url":"#determine-the-network-partition-key"}, "#document-accept-header-value": {"displayText":"document `accept` header value","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"document `accept` header value","type":"dfn","url":"#document-accept-header-value"}, "#dom-body-arraybuffer": {"displayText":"arrayBuffer()","export":true,"for_":["Body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"arrayBuffer()","type":"method","url":"#dom-body-arraybuffer"}, "#dom-body-blob": {"displayText":"blob()","export":true,"for_":["Body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"blob()","type":"method","url":"#dom-body-blob"}, "#dom-body-body": {"displayText":"body","export":true,"for_":["Body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"body","type":"attribute","url":"#dom-body-body"}, "#dom-body-bodyused": {"displayText":"bodyUsed","export":true,"for_":["Body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"bodyUsed","type":"attribute","url":"#dom-body-bodyused"}, "#dom-body-bytes": {"displayText":"bytes()","export":true,"for_":["Body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"bytes()","type":"method","url":"#dom-body-bytes"}, "#dom-body-formdata": {"displayText":"formData()","export":true,"for_":["Body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"formData()","type":"method","url":"#dom-body-formdata"}, "#dom-body-json": {"displayText":"json()","export":true,"for_":["Body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"json()","type":"method","url":"#dom-body-json"}, "#dom-body-text": {"displayText":"text()","export":true,"for_":["Body"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"text()","type":"method","url":"#dom-body-text"}, "#dom-global-fetch": {"displayText":"fetch(input)","export":true,"for_":["WindowOrWorkerGlobalScope"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"fetch(input)","type":"method","url":"#dom-global-fetch"}, "#dom-headers": {"displayText":"Headers(init)","export":true,"for_":["Headers"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"Headers(init)","type":"constructor","url":"#dom-headers"}, "#dom-headers-append": {"displayText":"append(name, value)","export":true,"for_":["Headers"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"append(name, value)","type":"method","url":"#dom-headers-append"}, "#dom-headers-delete": {"displayText":"delete(name)","export":true,"for_":["Headers"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"delete(name)","type":"method","url":"#dom-headers-delete"}, "#dom-headers-get": {"displayText":"get(name)","export":true,"for_":["Headers"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"get(name)","type":"method","url":"#dom-headers-get"}, "#dom-headers-getsetcookie": {"displayText":"getSetCookie()","export":true,"for_":["Headers"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"getSetCookie()","type":"method","url":"#dom-headers-getsetcookie"}, "#dom-headers-has": {"displayText":"has(name)","export":true,"for_":["Headers"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"has(name)","type":"method","url":"#dom-headers-has"}, "#dom-headers-set": {"displayText":"set(name, value)","export":true,"for_":["Headers"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"set(name, value)","type":"method","url":"#dom-headers-set"}, "#dom-request": {"displayText":"Request(input, init)","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"Request(input, init)","type":"constructor","url":"#dom-request"}, "#dom-request-cache": {"displayText":"cache","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cache","type":"attribute","url":"#dom-request-cache"}, "#dom-request-clone": {"displayText":"clone()","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"clone()","type":"method","url":"#dom-request-clone"}, "#dom-request-credentials": {"displayText":"credentials","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"credentials","type":"attribute","url":"#dom-request-credentials"}, "#dom-request-destination": {"displayText":"destination","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"destination","type":"attribute","url":"#dom-request-destination"}, "#dom-request-duplex": {"displayText":"duplex","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"duplex","type":"attribute","url":"#dom-request-duplex"}, "#dom-request-headers": {"displayText":"headers","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"headers","type":"attribute","url":"#dom-request-headers"}, "#dom-request-integrity": {"displayText":"integrity","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"integrity","type":"attribute","url":"#dom-request-integrity"}, "#dom-request-ishistorynavigation": {"displayText":"isHistoryNavigation","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"isHistoryNavigation","type":"attribute","url":"#dom-request-ishistorynavigation"}, "#dom-request-isreloadnavigation": {"displayText":"isReloadNavigation","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"isReloadNavigation","type":"attribute","url":"#dom-request-isreloadnavigation"}, "#dom-request-keepalive": {"displayText":"keepalive","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"keepalive","type":"attribute","url":"#dom-request-keepalive"}, "#dom-request-method": {"displayText":"method","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"method","type":"attribute","url":"#dom-request-method"}, "#dom-request-mode": {"displayText":"mode","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"mode","type":"attribute","url":"#dom-request-mode"}, "#dom-request-redirect": {"displayText":"redirect","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"redirect","type":"attribute","url":"#dom-request-redirect"}, "#dom-request-referrer": {"displayText":"referrer","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"referrer","type":"attribute","url":"#dom-request-referrer"}, "#dom-request-referrerpolicy": {"displayText":"referrerPolicy","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"referrerPolicy","type":"attribute","url":"#dom-request-referrerpolicy"}, "#dom-request-signal": {"displayText":"signal","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"signal","type":"attribute","url":"#dom-request-signal"}, "#dom-request-url": {"displayText":"url","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"url","type":"attribute","url":"#dom-request-url"}, "#dom-requestinit-body": {"displayText":"body","export":true,"for_":["RequestInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"body","type":"dict-member","url":"#dom-requestinit-body"}, "#dom-requestinit-cache": {"displayText":"cache","export":true,"for_":["RequestInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cache","type":"dict-member","url":"#dom-requestinit-cache"}, "#dom-requestinit-credentials": {"displayText":"credentials","export":true,"for_":["RequestInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"credentials","type":"dict-member","url":"#dom-requestinit-credentials"}, "#dom-requestinit-duplex": {"displayText":"duplex","export":true,"for_":["RequestInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"duplex","type":"dict-member","url":"#dom-requestinit-duplex"}, "#dom-requestinit-headers": {"displayText":"headers","export":true,"for_":["RequestInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"headers","type":"dict-member","url":"#dom-requestinit-headers"}, "#dom-requestinit-integrity": {"displayText":"integrity","export":true,"for_":["RequestInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"integrity","type":"dict-member","url":"#dom-requestinit-integrity"}, "#dom-requestinit-keepalive": {"displayText":"keepalive","export":true,"for_":["RequestInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"keepalive","type":"dict-member","url":"#dom-requestinit-keepalive"}, "#dom-requestinit-method": {"displayText":"method","export":true,"for_":["RequestInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"method","type":"dict-member","url":"#dom-requestinit-method"}, "#dom-requestinit-mode": {"displayText":"mode","export":true,"for_":["RequestInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"mode","type":"dict-member","url":"#dom-requestinit-mode"}, "#dom-requestinit-priority": {"displayText":"priority","export":true,"for_":["RequestInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"priority","type":"dict-member","url":"#dom-requestinit-priority"}, "#dom-requestinit-redirect": {"displayText":"redirect","export":true,"for_":["RequestInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"redirect","type":"dict-member","url":"#dom-requestinit-redirect"}, "#dom-requestinit-referrer": {"displayText":"referrer","export":true,"for_":["RequestInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"referrer","type":"dict-member","url":"#dom-requestinit-referrer"}, "#dom-requestinit-referrerpolicy": {"displayText":"referrerPolicy","export":true,"for_":["RequestInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"referrerPolicy","type":"dict-member","url":"#dom-requestinit-referrerpolicy"}, "#dom-requestinit-signal": {"displayText":"signal","export":true,"for_":["RequestInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"signal","type":"dict-member","url":"#dom-requestinit-signal"}, "#dom-requestinit-window": {"displayText":"window","export":true,"for_":["RequestInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"window","type":"dict-member","url":"#dom-requestinit-window"}, "#dom-response": {"displayText":"Response(body, init)","export":true,"for_":["Response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"Response(body, init)","type":"constructor","url":"#dom-response"}, "#dom-response-clone": {"displayText":"clone()","export":true,"for_":["Response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"clone()","type":"method","url":"#dom-response-clone"}, "#dom-response-error": {"displayText":"error()","export":true,"for_":["Response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"error()","type":"method","url":"#dom-response-error"}, "#dom-response-headers": {"displayText":"headers","export":true,"for_":["Response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"headers","type":"attribute","url":"#dom-response-headers"}, "#dom-response-json": {"displayText":"json(data, init)","export":true,"for_":["Response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"json(data, init)","type":"method","url":"#dom-response-json"}, "#dom-response-ok": {"displayText":"ok","export":true,"for_":["Response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"ok","type":"attribute","url":"#dom-response-ok"}, "#dom-response-redirect": {"displayText":"redirect(url, status)","export":true,"for_":["Response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"redirect(url, status)","type":"method","url":"#dom-response-redirect"}, "#dom-response-redirected": {"displayText":"redirected","export":true,"for_":["Response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"redirected","type":"attribute","url":"#dom-response-redirected"}, "#dom-response-status": {"displayText":"status","export":true,"for_":["Response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"status","type":"attribute","url":"#dom-response-status"}, "#dom-response-statustext": {"displayText":"statusText","export":true,"for_":["Response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"statusText","type":"attribute","url":"#dom-response-statustext"}, "#dom-response-type": {"displayText":"type","export":true,"for_":["Response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"type","type":"attribute","url":"#dom-response-type"}, "#dom-response-url": {"displayText":"url","export":true,"for_":["Response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"url","type":"attribute","url":"#dom-response-url"}, "#dom-responseinit-headers": {"displayText":"headers","export":true,"for_":["ResponseInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"headers","type":"dict-member","url":"#dom-responseinit-headers"}, "#dom-responseinit-status": {"displayText":"status","export":true,"for_":["ResponseInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"status","type":"dict-member","url":"#dom-responseinit-status"}, "#dom-responseinit-statustext": {"displayText":"statusText","export":true,"for_":["ResponseInit"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"statusText","type":"dict-member","url":"#dom-responseinit-statustext"}, "#done-flag": {"displayText":"done flag","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"done flag","type":"dfn","url":"#done-flag"}, "#enumdef-requestduplex": {"displayText":"RequestDuplex","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"RequestDuplex","type":"enum","url":"#enumdef-requestduplex"}, "#enumdef-requestpriority": {"displayText":"RequestPriority","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"RequestPriority","type":"enum","url":"#enumdef-requestpriority"}, "#extract-full-timing-info": {"displayText":"extract full timing info","export":true,"for_":["fetch controller"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"extract full timing info","type":"dfn","url":"#extract-full-timing-info"}, "#extract-header-list-values": {"displayText":"extracting header list values","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"extracting header list values","type":"dfn","url":"#extract-header-list-values"}, "#extract-header-values": {"displayText":"extracting header values","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"extracting header values","type":"dfn","url":"#extract-header-values"}, "#fetch-controller": {"displayText":"fetch controller","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"fetch controller","type":"dfn","url":"#fetch-controller"}, "#fetch-controller-abort": {"displayText":"abort","export":true,"for_":["fetch controller"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"abort","type":"dfn","url":"#fetch-controller-abort"}, "#fetch-controller-full-timing-info": {"displayText":"full timing info","export":true,"for_":["fetch controller"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"full timing info","type":"dfn","url":"#fetch-controller-full-timing-info"}, "#fetch-controller-next-manual-redirect-steps": {"displayText":"next manual redirect steps","export":true,"for_":["fetch controller"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"next manual redirect steps","type":"dfn","url":"#fetch-controller-next-manual-redirect-steps"}, "#fetch-controller-process-the-next-manual-redirect": {"displayText":"process the next manual redirect","export":true,"for_":["fetch controller"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"process the next manual redirect","type":"dfn","url":"#fetch-controller-process-the-next-manual-redirect"}, "#fetch-controller-report-timing-steps": {"displayText":"report timing steps","export":true,"for_":["fetch controller"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"report timing steps","type":"dfn","url":"#fetch-controller-report-timing-steps"}, "#fetch-controller-serialized-abort-reason": {"displayText":"serialized abort reason","export":true,"for_":["fetch controller"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"serialized abort reason","type":"dfn","url":"#fetch-controller-serialized-abort-reason"}, "#fetch-controller-state": {"displayText":"state","export":true,"for_":["fetch controller"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"state","type":"dfn","url":"#fetch-controller-state"}, "#fetch-controller-terminate": {"displayText":"terminate","export":true,"for_":["fetch controller"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"terminate","type":"dfn","url":"#fetch-controller-terminate"}, "#fetch-finale": {"displayText":"fetch response handover","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"fetch response handover","type":"dfn","url":"#fetch-finale"}, "#fetch-params": {"displayText":"fetch params","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"fetch params","type":"dfn","url":"#fetch-params"}, "#fetch-params-aborted": {"displayText":"aborted","export":true,"for_":["fetch params"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"aborted","type":"dfn","url":"#fetch-params-aborted"}, "#fetch-params-canceled": {"displayText":"canceled","export":true,"for_":["fetch params"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"canceled","type":"dfn","url":"#fetch-params-canceled"}, "#fetch-params-controller": {"displayText":"controller","export":true,"for_":["fetch params"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"controller","type":"dfn","url":"#fetch-params-controller"}, "#fetch-params-cross-origin-isolated-capability": {"displayText":"cross-origin isolated capability","export":true,"for_":["fetch params"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cross-origin isolated capability","type":"dfn","url":"#fetch-params-cross-origin-isolated-capability"}, "#fetch-params-preloaded-response-candidate": {"displayText":"preloaded response candidate","export":true,"for_":["fetch params"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"preloaded response candidate","type":"dfn","url":"#fetch-params-preloaded-response-candidate"}, "#fetch-params-process-early-hints-response": {"displayText":"process early hints response","export":true,"for_":["fetch params"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"process early hints response","type":"dfn","url":"#fetch-params-process-early-hints-response"}, "#fetch-params-process-request-body": {"displayText":"process request body chunk length","export":true,"for_":["fetch params"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"process request body chunk length","type":"dfn","url":"#fetch-params-process-request-body"}, "#fetch-params-process-request-end-of-body": {"displayText":"process request end-of-body","export":true,"for_":["fetch params"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"process request end-of-body","type":"dfn","url":"#fetch-params-process-request-end-of-body"}, "#fetch-params-process-response": {"displayText":"process response","export":true,"for_":["fetch params"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"process response","type":"dfn","url":"#fetch-params-process-response"}, "#fetch-params-process-response-consume-body": {"displayText":"process response consume body","export":true,"for_":["fetch params"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"process response consume body","type":"dfn","url":"#fetch-params-process-response-consume-body"}, "#fetch-params-process-response-end-of-body": {"displayText":"process response end-of-body","export":true,"for_":["fetch params"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"process response end-of-body","type":"dfn","url":"#fetch-params-process-response-end-of-body"}, "#fetch-params-request": {"displayText":"request","export":true,"for_":["fetch params"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"request","type":"dfn","url":"#fetch-params-request"}, "#fetch-params-task-destination": {"displayText":"task destination","export":true,"for_":["fetch params"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"task destination","type":"dfn","url":"#fetch-params-task-destination"}, "#fetch-params-timing-info": {"displayText":"timing info","export":true,"for_":["fetch params"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"timing info","type":"dfn","url":"#fetch-params-timing-info"}, "#fetch-processearlyhintsresponse": {"displayText":"processearlyhintsresponse","export":true,"for_":["fetch"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"processearlyhintsresponse","type":"dfn","url":"#fetch-processearlyhintsresponse"}, "#fetch-processresponseendofbody": {"displayText":"processresponseendofbody","export":true,"for_":["fetch"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"processresponseendofbody","type":"dfn","url":"#fetch-processresponseendofbody"}, "#fetch-scheme": {"displayText":"fetch scheme","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"fetch scheme","type":"dfn","url":"#fetch-scheme"}, "#fetch-timing-info": {"displayText":"fetch timing info","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"fetch timing info","type":"dfn","url":"#fetch-timing-info"}, "#fetch-timing-info-decoded-body-size": {"displayText":"decoded size","export":true,"for_":["response body info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"decoded size","type":"dfn","url":"#fetch-timing-info-decoded-body-size"}, "#fetch-timing-info-encoded-body-size": {"displayText":"encoded size","export":true,"for_":["response body info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"encoded size","type":"dfn","url":"#fetch-timing-info-encoded-body-size"}, "#fetch-timing-info-end-time": {"displayText":"end time","export":true,"for_":["fetch timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"end time","type":"dfn","url":"#fetch-timing-info-end-time"}, "#fetch-timing-info-final-connection-timing-info": {"displayText":"final connection timing info","export":true,"for_":["fetch timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"final connection timing info","type":"dfn","url":"#fetch-timing-info-final-connection-timing-info"}, "#fetch-timing-info-final-network-request-start-time": {"displayText":"final network-request start time","export":true,"for_":["fetch timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"final network-request start time","type":"dfn","url":"#fetch-timing-info-final-network-request-start-time"}, "#fetch-timing-info-final-network-response-start-time": {"displayText":"final network-response start time","export":true,"for_":["fetch timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"final network-response start time","type":"dfn","url":"#fetch-timing-info-final-network-response-start-time"}, "#fetch-timing-info-final-service-worker-start-time": {"displayText":"final service worker start time","export":true,"for_":["fetch timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"final service worker start time","type":"dfn","url":"#fetch-timing-info-final-service-worker-start-time"}, "#fetch-timing-info-first-interim-network-response-start-time": {"displayText":"first interim network-response start time","export":true,"for_":["fetch timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"first interim network-response start time","type":"dfn","url":"#fetch-timing-info-first-interim-network-response-start-time"}, "#fetch-timing-info-post-redirect-start-time": {"displayText":"post-redirect start time","export":true,"for_":["fetch timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"post-redirect start time","type":"dfn","url":"#fetch-timing-info-post-redirect-start-time"}, "#fetch-timing-info-redirect-end-time": {"displayText":"redirect end time","export":true,"for_":["fetch timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"redirect end time","type":"dfn","url":"#fetch-timing-info-redirect-end-time"}, "#fetch-timing-info-redirect-start-time": {"displayText":"redirect start time","export":true,"for_":["fetch timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"redirect start time","type":"dfn","url":"#fetch-timing-info-redirect-start-time"}, "#fetch-timing-info-render-blocking": {"displayText":"render-blocking","export":true,"for_":["fetch timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"render-blocking","type":"dfn","url":"#fetch-timing-info-render-blocking"}, "#fetch-timing-info-server-timing-headers": {"displayText":"server-timing headers","export":true,"for_":["fetch timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"server-timing headers","type":"dfn","url":"#fetch-timing-info-server-timing-headers"}, "#fetch-timing-info-start-time": {"displayText":"start time","export":true,"for_":["fetch timing info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"start time","type":"dfn","url":"#fetch-timing-info-start-time"}, "#fetch-useparallelqueue": {"displayText":"useparallelqueue","export":true,"for_":["fetch"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"useparallelqueue","type":"dfn","url":"#fetch-useparallelqueue"}, "#finalize-and-report-timing": {"displayText":"report timing","export":true,"for_":["fetch controller"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"report timing","type":"dfn","url":"#finalize-and-report-timing"}, "#forbidden-method": {"displayText":"forbidden method","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"forbidden method","type":"dfn","url":"#forbidden-method"}, "#forbidden-request-header": {"displayText":"forbidden request-header","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"forbidden request-header","type":"dfn","url":"#forbidden-request-header"}, "#forbidden-response-header-name": {"displayText":"forbidden response-header name","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"forbidden response-header name","type":"dfn","url":"#forbidden-response-header-name"}, "#handle-content-codings": {"displayText":"handle content codings","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"handle content codings","type":"dfn","url":"#handle-content-codings"}, "#header-list-contains": {"displayText":"does not contain","export":true,"for_":["header list"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"does not contain","type":"dfn","url":"#header-list-contains"}, "#header-name": {"displayText":"header name","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"header name","type":"dfn","url":"#header-name"}, "#header-value": {"displayText":"header value","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"header value","type":"dfn","url":"#header-value"}, "#header-value-get-decode-and-split": {"displayText":"getting, decoding, and splitting","export":true,"for_":["header value"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"getting, decoding, and splitting","type":"dfn","url":"#header-value-get-decode-and-split"}, "#headers": {"displayText":"Headers","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"Headers","type":"interface","url":"#headers"}, "#headers-guard": {"displayText":"headers guard","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"headers guard","type":"dfn","url":"#headers-guard"}, "#headers-validate": {"displayText":"validate","export":true,"for_":["Headers"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"validate","type":"dfn","url":"#headers-validate"}, "#http-access-control-allow-credentials": {"displayText":"access-control-allow-credentials","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"access-control-allow-credentials","type":"http-header","url":"#http-access-control-allow-credentials"}, "#http-access-control-allow-headers": {"displayText":"access-control-allow-headers","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"access-control-allow-headers","type":"http-header","url":"#http-access-control-allow-headers"}, "#http-access-control-allow-methods": {"displayText":"access-control-allow-methods","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"access-control-allow-methods","type":"http-header","url":"#http-access-control-allow-methods"}, "#http-access-control-allow-origin": {"displayText":"access-control-allow-origin","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"access-control-allow-origin","type":"http-header","url":"#http-access-control-allow-origin"}, "#http-access-control-expose-headers": {"displayText":"access-control-expose-headers","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"access-control-expose-headers","type":"http-header","url":"#http-access-control-expose-headers"}, "#http-access-control-max-age": {"displayText":"access-control-max-age","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"access-control-max-age","type":"http-header","url":"#http-access-control-max-age"}, "#http-access-control-request-headers": {"displayText":"access-control-request-headers","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"access-control-request-headers","type":"http-header","url":"#http-access-control-request-headers"}, "#http-access-control-request-method": {"displayText":"access-control-request-method","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"access-control-request-method","type":"http-header","url":"#http-access-control-request-method"}, "#http-cross-origin-resource-policy": {"displayText":"cross-origin-resource-policy","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"cross-origin-resource-policy","type":"http-header","url":"#http-cross-origin-resource-policy"}, "#http-header-layer-division": {"displayText":"http header layer division","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"http header layer division","type":"dfn","url":"#http-header-layer-division"}, "#http-newline-byte": {"displayText":"http newline byte","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"http newline byte","type":"dfn","url":"#http-newline-byte"}, "#http-origin": {"displayText":"origin","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"origin","type":"http-header","url":"#http-origin"}, "#http-scheme": {"displayText":"http(s) scheme","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"http(s) scheme","type":"dfn","url":"#http-scheme"}, "#http-sec-purpose": {"displayText":"sec-purpose","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"sec-purpose","type":"http-header","url":"#http-sec-purpose"}, "#http-tab-or-space": {"displayText":"http tab or space","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"http tab or space","type":"dfn","url":"#http-tab-or-space"}, "#http-tab-or-space-byte": {"displayText":"http tab or space byte","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"http tab or space byte","type":"dfn","url":"#http-tab-or-space-byte"}, "#http-whitespace": {"displayText":"http whitespace","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"http whitespace","type":"dfn","url":"#http-whitespace"}, "#http-whitespace-byte": {"displayText":"http whitespace byte","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"http whitespace byte","type":"dfn","url":"#http-whitespace-byte"}, "#http-x-content-type-options": {"displayText":"x-content-type-options","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"x-content-type-options","type":"http-header","url":"#http-x-content-type-options"}, "#incrementally-read-loop": {"displayText":"incrementally-read loop","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"incrementally-read loop","type":"dfn","url":"#incrementally-read-loop"}, "#initialize-a-response": {"displayText":"initialize a response","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"initialize a response","type":"dfn","url":"#initialize-a-response"}, "#is-local": {"displayText":"is local","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"is local","type":"dfn","url":"#is-local"}, "#keepalive": {"displayText":"keepalive","export":true,"for_":["BodyInit/extract"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"keepalive","type":"dfn","url":"#keepalive"}, "#local-scheme": {"displayText":"local scheme","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"local scheme","type":"dfn","url":"#local-scheme"}, "#local-urls-only-flag": {"displayText":"local-urls-only flag","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"local-urls-only flag","type":"dfn","url":"#local-urls-only-flag"}, "#navigation-request": {"displayText":"navigation request","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"navigation request","type":"dfn","url":"#navigation-request"}, "#network-partition-key": {"displayText":"network partition key","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"network partition key","type":"dfn","url":"#network-partition-key"}, "#new-connection-setting": {"displayText":"new connection setting","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"new connection setting","type":"dfn","url":"#new-connection-setting"}, "#no-cache-prevent-cache-control": {"displayText":"prevent no-cache cache-control header modification flag","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"prevent no-cache cache-control header modification flag","type":"dfn","url":"#no-cache-prevent-cache-control"}, "#no-cors-safelisted-request-header": {"displayText":"no-cors-safelisted request-header","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"no-cors-safelisted request-header","type":"dfn","url":"#no-cors-safelisted-request-header"}, "#no-cors-safelisted-request-header-name": {"displayText":"no-cors-safelisted request-header name","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"no-cors-safelisted request-header name","type":"dfn","url":"#no-cors-safelisted-request-header-name"}, "#null-body-status": {"displayText":"null body status","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"null body status","type":"dfn","url":"#null-body-status"}, "#ok-status": {"displayText":"ok status","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"ok status","type":"dfn","url":"#ok-status"}, "#populate-request-from-client": {"displayText":"populate request from client","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"populate request from client","type":"dfn","url":"#populate-request-from-client"}, "#privileged-no-cors-request-header-name": {"displayText":"privileged no-cors request-header name","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"privileged no-cors request-header name","type":"dfn","url":"#privileged-no-cors-request-header-name"}, "#process-request-body": {"displayText":"processrequestbodychunklength","export":true,"for_":["fetch"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"processrequestbodychunklength","type":"dfn","url":"#process-request-body"}, "#process-request-end-of-body": {"displayText":"processrequestendofbody","export":true,"for_":["fetch"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"processrequestendofbody","type":"dfn","url":"#process-request-end-of-body"}, "#process-response": {"displayText":"processresponse","export":true,"for_":["fetch"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"processresponse","type":"dfn","url":"#process-response"}, "#process-response-end-of-body": {"displayText":"processresponseconsumebody","export":true,"for_":["fetch"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"processresponseconsumebody","type":"dfn","url":"#process-response-end-of-body"}, "#proxy-authentication-entry": {"displayText":"proxy-authentication entry","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"proxy-authentication entry","type":"dfn","url":"#proxy-authentication-entry"}, "#queue-a-cross-origin-embedder-policy-corp-violation-report": {"displayText":"queue a cross-origin embedder policy corp violation report","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"queue a cross-origin embedder policy corp violation report","type":"dfn","url":"#queue-a-cross-origin-embedder-policy-corp-violation-report"}, "#queue-a-fetch-task": {"displayText":"queue a fetch task","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"queue a fetch task","type":"dfn","url":"#queue-a-fetch-task"}, "#record-connection-timing-info": {"displayText":"record connection timing info","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"record connection timing info","type":"dfn","url":"#record-connection-timing-info"}, "#redirect-status": {"displayText":"redirect status","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"redirect status","type":"dfn","url":"#redirect-status"}, "#request": {"displayText":"Request","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"Request","type":"interface","url":"#request"}, "#request-body-header-name": {"displayText":"request-body-header name","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"request-body-header name","type":"dfn","url":"#request-body-header-name"}, "#request-create": {"displayText":"creating","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"creating","type":"dfn","url":"#request-create"}, "#request-destination-script-like": {"displayText":"script-like","export":true,"for_":["request/destination"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"script-like","type":"dfn","url":"#request-destination-script-like"}, "#request-determine-the-environment": {"displayText":"determine the environment","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"determine the environment","type":"dfn","url":"#request-determine-the-environment"}, "#request-determine-the-network-partition-key": {"displayText":"determine the network partition key","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"determine the network partition key","type":"dfn","url":"#request-determine-the-network-partition-key"}, "#request-headers": {"displayText":"headers","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"headers","type":"dfn","url":"#request-headers"}, "#request-initiator-type": {"displayText":"initiator type","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"initiator type","type":"dfn","url":"#request-initiator-type"}, "#request-internal-priority": {"displayText":"internal priority","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"internal priority","type":"dfn","url":"#request-internal-priority"}, "#request-keepalive-flag": {"displayText":"keepalive","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"keepalive","type":"dfn","url":"#request-keepalive-flag"}, "#request-priority": {"displayText":"priority","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"priority","type":"dfn","url":"#request-priority"}, "#request-render-blocking": {"displayText":"render-blocking","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"render-blocking","type":"dfn","url":"#request-render-blocking"}, "#request-service-workers-mode": {"displayText":"service-workers mode","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"service-workers mode","type":"dfn","url":"#request-service-workers-mode"}, "#request-signal": {"displayText":"signal","export":true,"for_":["Request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"signal","type":"dfn","url":"#request-signal"}, "#requestcache": {"displayText":"RequestCache","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"RequestCache","type":"enum","url":"#requestcache"}, "#requestcredentials": {"displayText":"RequestCredentials","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"RequestCredentials","type":"enum","url":"#requestcredentials"}, "#requestdestination": {"displayText":"RequestDestination","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"RequestDestination","type":"enum","url":"#requestdestination"}, "#requestinfo": {"displayText":"RequestInfo","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"RequestInfo","type":"typedef","url":"#requestinfo"}, "#requestinit": {"displayText":"RequestInit","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"RequestInit","type":"dictionary","url":"#requestinit"}, "#requestmode": {"displayText":"RequestMode","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"RequestMode","type":"enum","url":"#requestmode"}, "#requestredirect": {"displayText":"RequestRedirect","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"RequestRedirect","type":"enum","url":"#requestredirect"}, "#resolve-an-origin": {"displayText":"resolve an origin","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"resolve an origin","type":"dfn","url":"#resolve-an-origin"}, "#response": {"displayText":"Response","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"Response","type":"interface","url":"#response"}, "#response-body-info": {"displayText":"response body info","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"response body info","type":"dfn","url":"#response-body-info"}, "#response-body-info-content-type": {"displayText":"content type","export":true,"for_":["response body info"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"content type","type":"dfn","url":"#response-body-info-content-type"}, "#response-create": {"displayText":"creating","export":true,"for_":["Response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"creating","type":"dfn","url":"#response-create"}, "#response-has-cross-origin-redirects": {"displayText":"has-cross-origin-redirects","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"has-cross-origin-redirects","type":"dfn","url":"#response-has-cross-origin-redirects"}, "#response-headers": {"displayText":"headers","export":true,"for_":["Response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"headers","type":"dfn","url":"#response-headers"}, "#response-request-includes-credentials": {"displayText":"request-includes-credentials","export":true,"for_":["response"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"request-includes-credentials","type":"dfn","url":"#response-request-includes-credentials"}, "#responseinit": {"displayText":"ResponseInit","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"ResponseInit","type":"dictionary","url":"#responseinit"}, "#responsetype": {"displayText":"ResponseType","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"ResponseType","type":"enum","url":"#responsetype"}, "#serialize-a-response-url-for-reporting": {"displayText":"serialize a response url for reporting","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"serialize a response url for reporting","type":"dfn","url":"#serialize-a-response-url-for-reporting"}, "#serialize-an-integer": {"displayText":"serialize an integer","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"serialize an integer","type":"dfn","url":"#serialize-an-integer"}, "#serializing-a-request-origin": {"displayText":"serializing a request origin","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"serializing a request origin","type":"dfn","url":"#serializing-a-request-origin"}, "#should-response-to-request-be-blocked-due-to-mime-type?": {"displayText":"should response to request be blocked due to mime type","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"should response to request be blocked due to mime type","type":"dfn","url":"#should-response-to-request-be-blocked-due-to-mime-type?"}, "#should-response-to-request-be-blocked-due-to-nosniff?": {"displayText":"should response to request be blocked due to nosniff","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"should response to request be blocked due to nosniff","type":"dfn","url":"#should-response-to-request-be-blocked-due-to-nosniff?"}, "#simple-range-header-value": {"displayText":"parse a single range header value","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"parse a single range header value","type":"dfn","url":"#simple-range-header-value"}, "#subresource-request": {"displayText":"subresource request","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"subresource request","type":"dfn","url":"#subresource-request"}, "#timing-allow-failed": {"displayText":"timing allow failed flag","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"timing allow failed flag","type":"dfn","url":"#timing-allow-failed"}, "#typedefdef-headersinit": {"displayText":"HeadersInit","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"HeadersInit","type":"typedef","url":"#typedefdef-headersinit"}, "#typedefdef-xmlhttprequestbodyinit": {"displayText":"XMLHttpRequestBodyInit","export":true,"for_":[],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"XMLHttpRequestBodyInit","type":"typedef","url":"#typedefdef-xmlhttprequestbodyinit"}, "#unsafe-request-flag": {"displayText":"unsafe-request flag","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"unsafe-request flag","type":"dfn","url":"#unsafe-request-flag"}, "#use-cors-preflight-flag": {"displayText":"use-cors-preflight flag","export":true,"for_":["request"],"level":"","normative":true,"shortname":"fetch","spec":"fetch","status":"local","text":"use-cors-preflight flag","type":"dfn","url":"#use-cors-preflight-flag"}, "https://dom.spec.whatwg.org/#abortsignal": {"displayText":"AbortSignal","export":true,"for_":[],"level":"1","normative":true,"shortname":"dom","spec":"dom","status":"current","text":"AbortSignal","type":"interface","url":"https://dom.spec.whatwg.org/#abortsignal"}, "https://dom.spec.whatwg.org/#abortsignal-abort-reason": {"displayText":"abort reason","export":true,"for_":["AbortSignal"],"level":"1","normative":true,"shortname":"dom","spec":"dom","status":"current","text":"abort reason","type":"dfn","url":"https://dom.spec.whatwg.org/#abortsignal-abort-reason"}, "https://dom.spec.whatwg.org/#abortsignal-aborted": {"displayText":"aborted","export":true,"for_":["AbortSignal"],"level":"1","normative":true,"shortname":"dom","spec":"dom","status":"current","text":"aborted","type":"dfn","url":"https://dom.spec.whatwg.org/#abortsignal-aborted"}, "https://dom.spec.whatwg.org/#abortsignal-add": {"displayText":"add","export":true,"for_":["AbortSignal"],"level":"1","normative":true,"shortname":"dom","spec":"dom","status":"current","text":"add","type":"dfn","url":"https://dom.spec.whatwg.org/#abortsignal-add"}, "https://dom.spec.whatwg.org/#concept-document-origin": {"displayText":"origin","export":true,"for_":["Document"],"level":"1","normative":true,"shortname":"dom","spec":"dom","status":"current","text":"origin","type":"dfn","url":"https://dom.spec.whatwg.org/#concept-document-origin"}, "https://dom.spec.whatwg.org/#concept-element": {"displayText":"element","export":true,"for_":[],"level":"1","normative":true,"shortname":"dom","spec":"dom","status":"current","text":"element","type":"dfn","url":"https://dom.spec.whatwg.org/#concept-element"}, "https://dom.spec.whatwg.org/#concept-node-document": {"displayText":"node document","export":true,"for_":["Node"],"level":"1","normative":true,"shortname":"dom","spec":"dom","status":"current","text":"node document","type":"dfn","url":"https://dom.spec.whatwg.org/#concept-node-document"}, "https://dom.spec.whatwg.org/#create-a-dependent-abort-signal": {"displayText":"create a dependent abort signal","export":true,"for_":[],"level":"1","normative":true,"shortname":"dom","spec":"dom","status":"current","text":"create a dependent abort signal","type":"dfn","url":"https://dom.spec.whatwg.org/#create-a-dependent-abort-signal"}, "https://dom.spec.whatwg.org/#document": {"displayText":"Document","export":true,"for_":[],"level":"1","normative":true,"shortname":"dom","spec":"dom","status":"current","text":"Document","type":"interface","url":"https://dom.spec.whatwg.org/#document"}, "https://drafts.csswg.org/css-values-4/#fetch-a-style-resource": {"displayText":"fetch a style resource","export":true,"for_":[],"level":"4","normative":true,"shortname":"css-values","spec":"css-values-4","status":"current","text":"fetch a style resource","type":"dfn","url":"https://drafts.csswg.org/css-values-4/#fetch-a-style-resource"}, "https://encoding.spec.whatwg.org/#concept-encoding-get": {"displayText":"getting an encoding","export":true,"for_":[],"level":"1","normative":true,"shortname":"encoding","spec":"encoding","status":"current","text":"getting an encoding","type":"dfn","url":"https://encoding.spec.whatwg.org/#concept-encoding-get"}, "https://encoding.spec.whatwg.org/#encoding": {"displayText":"encoding","export":true,"for_":[],"level":"1","normative":true,"shortname":"encoding","spec":"encoding","status":"current","text":"encoding","type":"dfn","url":"https://encoding.spec.whatwg.org/#encoding"}, "https://encoding.spec.whatwg.org/#utf-8": {"displayText":"UTF-8","export":true,"for_":[],"level":"1","normative":true,"shortname":"encoding","spec":"encoding","status":"current","text":"utf-8","type":"dfn","url":"https://encoding.spec.whatwg.org/#utf-8"}, "https://encoding.spec.whatwg.org/#utf-8-decode": {"displayText":"UTF-8 decode","export":true,"for_":[],"level":"1","normative":true,"shortname":"encoding","spec":"encoding","status":"current","text":"utf-8 decode","type":"dfn","url":"https://encoding.spec.whatwg.org/#utf-8-decode"}, "https://encoding.spec.whatwg.org/#utf-8-decode-without-bom": {"displayText":"UTF-8 decode without BOM","export":true,"for_":[],"level":"1","normative":true,"shortname":"encoding","spec":"encoding","status":"current","text":"utf-8 decode without bom","type":"dfn","url":"https://encoding.spec.whatwg.org/#utf-8-decode-without-bom"}, "https://encoding.spec.whatwg.org/#utf-8-encode": {"displayText":"UTF-8 encode","export":true,"for_":[],"level":"1","normative":true,"shortname":"encoding","spec":"encoding","status":"current","text":"utf-8 encode","type":"dfn","url":"https://encoding.spec.whatwg.org/#utf-8-encode"}, "https://html.spec.whatwg.org/multipage/browsers.html#ascii-serialisation-of-an-origin": {"displayText":"ASCII serialization of an origin","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"ascii serialization of an origin","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#ascii-serialisation-of-an-origin"}, "https://html.spec.whatwg.org/multipage/browsers.html#clone-a-policy-container": {"displayText":"clone a policy container","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"clone a policy container","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#clone-a-policy-container"}, "https://html.spec.whatwg.org/multipage/browsers.html#coep-credentialless": {"displayText":"credentialless","export":true,"for_":["embedder policy value"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"credentialless","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#coep-credentialless"}, "https://html.spec.whatwg.org/multipage/browsers.html#coep-report-type": {"displayText":"\"coep\" report type","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"\"coep\" report type","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#coep-report-type"}, "https://html.spec.whatwg.org/multipage/browsers.html#coep-require-corp": {"displayText":"require-corp","export":true,"for_":["embedder policy value"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"require-corp","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#coep-require-corp"}, "https://html.spec.whatwg.org/multipage/browsers.html#coep-unsafe-none": {"displayText":"unsafe-none","export":true,"for_":["embedder policy value"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"unsafe-none","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#coep-unsafe-none"}, "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin": {"displayText":"origin","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"origin","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin"}, "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-host": {"displayText":"host","export":true,"for_":["origin"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"host","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-host"}, "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-opaque": {"displayText":"opaque origin","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"opaque origin","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-opaque"}, "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-scheme": {"displayText":"scheme","export":true,"for_":["origin"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"scheme","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-scheme"}, "https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-tuple": {"displayText":"tuple origin","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"tuple origin","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-tuple"}, "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-report-only-reporting-endpoint": {"displayText":"report only reporting endpoint","export":true,"for_":["embedder policy"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"report only reporting endpoint","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-report-only-reporting-endpoint"}, "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-report-only-value": {"displayText":"report only value","export":true,"for_":["embedder policy"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"report only value","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-report-only-value"}, "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-reporting-endpoint": {"displayText":"reporting endpoint","export":true,"for_":["embedder policy"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"reporting endpoint","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-reporting-endpoint"}, "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-value": {"displayText":"embedder policy value","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"embedder policy value","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-value"}, "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-value-2": {"displayText":"value","export":true,"for_":["embedder policy"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"value","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-value-2"}, "https://html.spec.whatwg.org/multipage/browsers.html#obtain-a-site": {"displayText":"obtain a site","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"obtain a site","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#obtain-a-site"}, "https://html.spec.whatwg.org/multipage/browsers.html#policy-container": {"displayText":"policy container","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"policy container","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#policy-container"}, "https://html.spec.whatwg.org/multipage/browsers.html#policy-container-embedder-policy": {"displayText":"embedder policy","export":true,"for_":["policy container"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"embedder policy","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#policy-container-embedder-policy"}, "https://html.spec.whatwg.org/multipage/browsers.html#policy-container-referrer-policy": {"displayText":"referrer policy","export":true,"for_":["policy container"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"referrer policy","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#policy-container-referrer-policy"}, "https://html.spec.whatwg.org/multipage/browsers.html#same-origin": {"displayText":"same origin","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"same origin","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#same-origin"}, "https://html.spec.whatwg.org/multipage/browsers.html#schemelessly-same-site": {"displayText":"schemelessly same site","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"schemelessly same site","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#schemelessly-same-site"}, "https://html.spec.whatwg.org/multipage/browsers.html#site": {"displayText":"site","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"site","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsers.html#site"}, "https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate": {"displayText":"navigate","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"navigate","type":"dfn","url":"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate"}, "https://html.spec.whatwg.org/multipage/document-sequences.html#ancestor-navigables": {"displayText":"ancestor navigables","export":true,"for_":["Document"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"ancestor navigables","type":"dfn","url":"https://html.spec.whatwg.org/multipage/document-sequences.html#ancestor-navigables"}, "https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document": {"displayText":"active document","export":true,"for_":["navigable"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"active document","type":"dfn","url":"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document"}, "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-entry": {"displayText":"entry","export":true,"for_":["entry list"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"entry","type":"dfn","url":"https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#form-entry"}, "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart%2Fform-data-boundary-string": {"displayText":"multipart/form-data boundary string","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"multipart/form-data boundary string","type":"dfn","url":"https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart%2Fform-data-boundary-string"}, "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart%2Fform-data-encoding-algorithm": {"displayText":"multipart/form-data encoding algorithm","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"multipart/form-data encoding algorithm","type":"dfn","url":"https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart%2Fform-data-encoding-algorithm"}, "https://html.spec.whatwg.org/multipage/forms.html#the-form-element": {"displayText":"form","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"form","type":"element","url":"https://html.spec.whatwg.org/multipage/forms.html#the-form-element"}, "https://html.spec.whatwg.org/multipage/infrastructure.html#enqueue-the-following-steps": {"displayText":"enqueue steps","export":true,"for_":["parallel queue"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"enqueue steps","type":"dfn","url":"https://html.spec.whatwg.org/multipage/infrastructure.html#enqueue-the-following-steps"}, "https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel": {"displayText":"in parallel","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"in parallel","type":"dfn","url":"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel"}, "https://html.spec.whatwg.org/multipage/infrastructure.html#parallel-queue": {"displayText":"parallel queue","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"parallel queue","type":"dfn","url":"https://html.spec.whatwg.org/multipage/infrastructure.html#parallel-queue"}, "https://html.spec.whatwg.org/multipage/infrastructure.html#starting-a-new-parallel-queue": {"displayText":"starting a new parallel queue","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"starting a new parallel queue","type":"dfn","url":"https://html.spec.whatwg.org/multipage/infrastructure.html#starting-a-new-parallel-queue"}, "https://html.spec.whatwg.org/multipage/links.html#consume-a-preloaded-resource": {"displayText":"consume a preloaded resource","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"consume a preloaded resource","type":"dfn","url":"https://html.spec.whatwg.org/multipage/links.html#consume-a-preloaded-resource"}, "https://html.spec.whatwg.org/multipage/links.html#downloading-hyperlinks": {"displayText":"download the hyperlink","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"download the hyperlink","type":"dfn","url":"https://html.spec.whatwg.org/multipage/links.html#downloading-hyperlinks"}, "https://html.spec.whatwg.org/multipage/media.html#concept-media-load-resource": {"displayText":"resource fetch algorithm","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"resource fetch algorithm","type":"dfn","url":"https://html.spec.whatwg.org/multipage/media.html#concept-media-load-resource"}, "https://html.spec.whatwg.org/multipage/nav-history-apis.html#blocking-navigating": {"displayText":"navigating","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"navigating","type":"dfn","url":"https://html.spec.whatwg.org/multipage/nav-history-apis.html#blocking-navigating"}, "https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window": {"displayText":"associated Document","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"associated document","type":"dfn","url":"https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window"}, "https://html.spec.whatwg.org/multipage/nav-history-apis.html#window": {"displayText":"Window","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"Window","type":"interface","url":"https://html.spec.whatwg.org/multipage/nav-history-apis.html#window"}, "https://html.spec.whatwg.org/multipage/server-sent-events.html#eventsource": {"displayText":"EventSource","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"EventSource","type":"interface","url":"https://html.spec.whatwg.org/multipage/server-sent-events.html#eventsource"}, "https://html.spec.whatwg.org/multipage/structured-data.html#structureddeserialize": {"displayText":"StructuredDeserialize","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"StructuredDeserialize","type":"abstract-op","url":"https://html.spec.whatwg.org/multipage/structured-data.html#structureddeserialize"}, "https://html.spec.whatwg.org/multipage/structured-data.html#structuredserialize": {"displayText":"StructuredSerialize","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"StructuredSerialize","type":"abstract-op","url":"https://html.spec.whatwg.org/multipage/structured-data.html#structuredserialize"}, "https://html.spec.whatwg.org/multipage/webappapis.html#api-base-url": {"displayText":"API base URL","export":true,"for_":["environment settings object"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"api base url","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#api-base-url"}, "https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-id": {"displayText":"id","export":true,"for_":["environment"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"id","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-id"}, "https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-target-browsing-context": {"displayText":"target browsing context","export":true,"for_":["environment"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"target browsing context","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-target-browsing-context"}, "https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-creation-url": {"displayText":"top-level creation URL","export":true,"for_":["environment"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"top-level creation url","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-creation-url"}, "https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-origin": {"displayText":"top-level origin","export":true,"for_":["environment"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"top-level origin","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-origin"}, "https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global": {"displayText":"relevant global object","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"relevant global object","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global"}, "https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm": {"displayText":"relevant realm","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"relevant realm","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm"}, "https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-cross-origin-isolated-capability": {"displayText":"cross-origin isolated capability","export":true,"for_":["environment settings object"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"cross-origin isolated capability","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-cross-origin-isolated-capability"}, "https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global": {"displayText":"global object","export":true,"for_":["environment settings object"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"global object","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global"}, "https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin": {"displayText":"origin","export":true,"for_":["environment settings object"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"origin","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin"}, "https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-policy-container": {"displayText":"policy container","export":true,"for_":["environment settings object"],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"policy container","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-policy-container"}, "https://html.spec.whatwg.org/multipage/webappapis.html#current-settings-object": {"displayText":"current settings object","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"current settings object","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#current-settings-object"}, "https://html.spec.whatwg.org/multipage/webappapis.html#environment": {"displayText":"environment","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"environment","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#environment"}, "https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object": {"displayText":"environment settings object","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"environment settings object","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object"}, "https://html.spec.whatwg.org/multipage/webappapis.html#event-loop": {"displayText":"event loop","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"event loop","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#event-loop"}, "https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-classic-script": {"displayText":"fetch a classic script","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"fetch a classic script","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-classic-script"}, "https://html.spec.whatwg.org/multipage/webappapis.html#global-object": {"displayText":"global object","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"global object","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#global-object"}, "https://html.spec.whatwg.org/multipage/webappapis.html#networking-task-source": {"displayText":"networking task source","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"networking task source","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#networking-task-source"}, "https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task": {"displayText":"queue a global task","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"queue a global task","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task"}, "https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object": {"displayText":"relevant settings object","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"relevant settings object","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object"}, "https://html.spec.whatwg.org/multipage/webappapis.html#secure-context": {"displayText":"secure context","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"secure context","type":"dfn","url":"https://html.spec.whatwg.org/multipage/webappapis.html#secure-context"}, "https://html.spec.whatwg.org/multipage/webappapis.html#windoworworkerglobalscope": {"displayText":"WindowOrWorkerGlobalScope","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"WindowOrWorkerGlobalScope","type":"interface","url":"https://html.spec.whatwg.org/multipage/webappapis.html#windoworworkerglobalscope"}, "https://html.spec.whatwg.org/multipage/workers.html#worker": {"displayText":"Worker","export":true,"for_":[],"level":"1","normative":true,"shortname":"html","spec":"html","status":"current","text":"Worker","type":"interface","url":"https://html.spec.whatwg.org/multipage/workers.html#worker"}, "https://httpwg.org/specs/rfc5861.html#n-the-stale-while-revalidate-cache-control-extension": {"displayText":"stale-while-revalidate lifetime","export":true,"for_":[],"level":"","normative":true,"shortname":"stale-while-revalidate","spec":"stale-while-revalidate","status":"anchor-block","text":"stale-while-revalidate lifetime","type":"dfn","url":"https://httpwg.org/specs/rfc5861.html#n-the-stale-while-revalidate-cache-control-extension"}, "https://httpwg.org/specs/rfc9110.html#fields.names": {"displayText":"field-name","export":true,"for_":[],"level":"","normative":true,"shortname":"http","spec":"http","status":"anchor-block","text":"field-name","type":"dfn","url":"https://httpwg.org/specs/rfc9110.html#fields.names"}, "https://httpwg.org/specs/rfc9110.html#fields.values": {"displayText":"field-value","export":true,"for_":[],"level":"","normative":true,"shortname":"http","spec":"http","status":"anchor-block","text":"field-value","type":"dfn","url":"https://httpwg.org/specs/rfc9110.html#fields.values"}, "https://httpwg.org/specs/rfc9110.html#method.overview": {"displayText":"method","export":true,"for_":[],"level":"","normative":true,"shortname":"http","spec":"http","status":"anchor-block","text":"method","type":"dfn","url":"https://httpwg.org/specs/rfc9110.html#method.overview"}, "https://httpwg.org/specs/rfc9110.html#rfc.section.9.2.1": {"displayText":"unsafe","export":true,"for_":[],"level":"","normative":true,"shortname":"http","spec":"http","status":"anchor-block","text":"unsafe","type":"dfn","url":"https://httpwg.org/specs/rfc9110.html#rfc.section.9.2.1"}, "https://httpwg.org/specs/rfc9111.html#age.calculations": {"displayText":"current age","export":true,"for_":[],"level":"","normative":true,"shortname":"http-caching","spec":"http-caching","status":"anchor-block","text":"current age","type":"dfn","url":"https://httpwg.org/specs/rfc9111.html#age.calculations"}, "https://httpwg.org/specs/rfc9111.html#calculating.freshness.lifetime": {"displayText":"freshness lifetime","export":true,"for_":[],"level":"","normative":true,"shortname":"http-caching","spec":"http-caching","status":"anchor-block","text":"freshness lifetime","type":"dfn","url":"https://httpwg.org/specs/rfc9111.html#calculating.freshness.lifetime"}, "https://httpwg.org/specs/rfc9111.html#constructing.responses.from.caches": {"displayText":"Constructing Responses from Caches","export":true,"for_":[],"level":"","normative":true,"shortname":"http-caching","spec":"http-caching","status":"anchor-block","text":"constructing responses from caches","type":"dfn","url":"https://httpwg.org/specs/rfc9111.html#constructing.responses.from.caches"}, "https://httpwg.org/specs/rfc9111.html#delta-seconds": {"displayText":"delta-seconds","export":true,"for_":[],"level":"","normative":true,"shortname":"http-caching","spec":"http-caching","status":"anchor-block","text":"delta-seconds","type":"dfn","url":"https://httpwg.org/specs/rfc9111.html#delta-seconds"}, "https://httpwg.org/specs/rfc9111.html#freshening.responses": {"displayText":"Freshening Stored Responses upon Validation","export":true,"for_":[],"level":"","normative":true,"shortname":"http-caching","spec":"http-caching","status":"anchor-block","text":"freshening stored responses upon validation","type":"dfn","url":"https://httpwg.org/specs/rfc9111.html#freshening.responses"}, "https://httpwg.org/specs/rfc9111.html#invalidation": {"displayText":"Invalidating Stored Responses","export":true,"for_":[],"level":"","normative":true,"shortname":"http-caching","spec":"http-caching","status":"anchor-block","text":"invalidating stored responses","type":"dfn","url":"https://httpwg.org/specs/rfc9111.html#invalidation"}, "https://httpwg.org/specs/rfc9111.html#response.cacheability": {"displayText":"Storing Responses in Caches","export":true,"for_":[],"level":"","normative":true,"shortname":"http-caching","spec":"http-caching","status":"anchor-block","text":"storing responses in caches","type":"dfn","url":"https://httpwg.org/specs/rfc9111.html#response.cacheability"}, "https://httpwg.org/specs/rfc9111.html#validation.sent": {"displayText":"Sending a Validation Request","export":true,"for_":[],"level":"","normative":true,"shortname":"http-caching","spec":"http-caching","status":"anchor-block","text":"sending a validation request","type":"dfn","url":"https://httpwg.org/specs/rfc9111.html#validation.sent"}, "https://httpwg.org/specs/rfc9112.html#status.line": {"displayText":"reason-phrase","export":true,"for_":[],"level":"","normative":true,"shortname":"http1","spec":"http1","status":"anchor-block","text":"reason-phrase","type":"dfn","url":"https://httpwg.org/specs/rfc9112.html#status.line"}, "https://httpwg.org/specs/rfc9651.html#": {"displayText":"structured header","export":true,"for_":[],"level":"","normative":true,"shortname":"rfc9651","spec":"rfc9651","status":"anchor-block","text":"structured header","type":"dfn","url":"https://httpwg.org/specs/rfc9651.html#"}, "https://httpwg.org/specs/rfc9651.html#rfc.section.2": {"displayText":"structured field value","export":true,"for_":[],"level":"","normative":true,"shortname":"rfc9651","spec":"rfc9651","status":"anchor-block","text":"structured field value","type":"dfn","url":"https://httpwg.org/specs/rfc9651.html#rfc.section.2"}, "https://httpwg.org/specs/rfc9651.html#text-parse": {"displayText":"parsing structured fields","export":true,"for_":[],"level":"","normative":true,"shortname":"rfc9651","spec":"rfc9651","status":"anchor-block","text":"parsing structured fields","type":"dfn","url":"https://httpwg.org/specs/rfc9651.html#text-parse"}, "https://httpwg.org/specs/rfc9651.html#text-serialize": {"displayText":"serializing structured fields","export":true,"for_":[],"level":"","normative":true,"shortname":"rfc9651","spec":"rfc9651","status":"anchor-block","text":"serializing structured fields","type":"dfn","url":"https://httpwg.org/specs/rfc9651.html#text-serialize"}, "https://httpwg.org/specs/rfc9651.html#token": {"displayText":"structured field token","export":true,"for_":[],"level":"","normative":true,"shortname":"rfc9651","spec":"rfc9651","status":"anchor-block","text":"structured field token","type":"dfn","url":"https://httpwg.org/specs/rfc9651.html#token"}, "https://infra.spec.whatwg.org/#abort-when": {"displayText":"abort when","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"abort when","type":"dfn","url":"https://infra.spec.whatwg.org/#abort-when"}, "https://infra.spec.whatwg.org/#ascii-case-insensitive": {"displayText":"ASCII case-insensitive","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"ascii case-insensitive","type":"dfn","url":"https://infra.spec.whatwg.org/#ascii-case-insensitive"}, "https://infra.spec.whatwg.org/#ascii-digit": {"displayText":"ASCII digit","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"ascii digit","type":"dfn","url":"https://infra.spec.whatwg.org/#ascii-digit"}, "https://infra.spec.whatwg.org/#ascii-string": {"displayText":"ASCII string","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"ascii string","type":"dfn","url":"https://infra.spec.whatwg.org/#ascii-string"}, "https://infra.spec.whatwg.org/#ascii-whitespace": {"displayText":"ASCII whitespace","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"ascii whitespace","type":"dfn","url":"https://infra.spec.whatwg.org/#ascii-whitespace"}, "https://infra.spec.whatwg.org/#assert": {"displayText":"assert","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"assert","type":"dfn","url":"https://infra.spec.whatwg.org/#assert"}, "https://infra.spec.whatwg.org/#byte-case-insensitive": {"displayText":"byte-case-insensitive","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"byte-case-insensitive","type":"dfn","url":"https://infra.spec.whatwg.org/#byte-case-insensitive"}, "https://infra.spec.whatwg.org/#byte-less-than": {"displayText":"byte less than","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"byte less than","type":"dfn","url":"https://infra.spec.whatwg.org/#byte-less-than"}, "https://infra.spec.whatwg.org/#byte-lowercase": {"displayText":"byte-lowercase","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"byte-lowercase","type":"dfn","url":"https://infra.spec.whatwg.org/#byte-lowercase"}, "https://infra.spec.whatwg.org/#byte-sequence": {"displayText":"byte sequence","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"byte sequence","type":"dfn","url":"https://infra.spec.whatwg.org/#byte-sequence"}, "https://infra.spec.whatwg.org/#byte-sequence-length": {"displayText":"length","export":true,"for_":["byte sequence"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"length","type":"dfn","url":"https://infra.spec.whatwg.org/#byte-sequence-length"}, "https://infra.spec.whatwg.org/#byte-sequence-starts-with": {"displayText":"starts with","export":true,"for_":["byte sequence"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"starts with","type":"dfn","url":"https://infra.spec.whatwg.org/#byte-sequence-starts-with"}, "https://infra.spec.whatwg.org/#byte-uppercase": {"displayText":"byte-uppercase","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"byte-uppercase","type":"dfn","url":"https://infra.spec.whatwg.org/#byte-uppercase"}, "https://infra.spec.whatwg.org/#code-point": {"displayText":"code point","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"code point","type":"dfn","url":"https://infra.spec.whatwg.org/#code-point"}, "https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points": {"displayText":"collecting a sequence of code points","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"collecting a sequence of code points","type":"dfn","url":"https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points"}, "https://infra.spec.whatwg.org/#forgiving-base64-decode": {"displayText":"forgiving-base64 decode","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"forgiving-base64 decode","type":"dfn","url":"https://infra.spec.whatwg.org/#forgiving-base64-decode"}, "https://infra.spec.whatwg.org/#if-aborted": {"displayText":"if aborted","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"if aborted","type":"dfn","url":"https://infra.spec.whatwg.org/#if-aborted"}, "https://infra.spec.whatwg.org/#implementation-defined": {"displayText":"implementation-defined","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"implementation-defined","type":"dfn","url":"https://infra.spec.whatwg.org/#implementation-defined"}, "https://infra.spec.whatwg.org/#isomorphic-decode": {"displayText":"isomorphic decode","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"isomorphic decode","type":"dfn","url":"https://infra.spec.whatwg.org/#isomorphic-decode"}, "https://infra.spec.whatwg.org/#isomorphic-encode": {"displayText":"isomorphic encode","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"isomorphic encode","type":"dfn","url":"https://infra.spec.whatwg.org/#isomorphic-encode"}, "https://infra.spec.whatwg.org/#iteration-break": {"displayText":"break","export":true,"for_":["iteration"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"break","type":"dfn","url":"https://infra.spec.whatwg.org/#iteration-break"}, "https://infra.spec.whatwg.org/#iteration-continue": {"displayText":"continue","export":true,"for_":["iteration"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"continue","type":"dfn","url":"https://infra.spec.whatwg.org/#iteration-continue"}, "https://infra.spec.whatwg.org/#list": {"displayText":"list","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"list","type":"dfn","url":"https://infra.spec.whatwg.org/#list"}, "https://infra.spec.whatwg.org/#list-append": {"displayText":"append","export":true,"for_":["list"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"append","type":"dfn","url":"https://infra.spec.whatwg.org/#list-append"}, "https://infra.spec.whatwg.org/#list-clone": {"displayText":"clone","export":true,"for_":["list","stack","queue","set"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"clone","type":"dfn","url":"https://infra.spec.whatwg.org/#list-clone"}, "https://infra.spec.whatwg.org/#list-contain": {"displayText":"contain","export":true,"for_":["list","stack","queue","set"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"contain","type":"dfn","url":"https://infra.spec.whatwg.org/#list-contain"}, "https://infra.spec.whatwg.org/#list-is-empty": {"displayText":"is not empty","export":true,"for_":["list","stack","queue","set"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"is not empty","type":"dfn","url":"https://infra.spec.whatwg.org/#list-is-empty"}, "https://infra.spec.whatwg.org/#list-item": {"displayText":"item","export":true,"for_":["list","stack","queue","set"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"item","type":"dfn","url":"https://infra.spec.whatwg.org/#list-item"}, "https://infra.spec.whatwg.org/#list-iterate": {"displayText":"for each","export":true,"for_":["list","set"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"for each","type":"dfn","url":"https://infra.spec.whatwg.org/#list-iterate"}, "https://infra.spec.whatwg.org/#list-remove": {"displayText":"remove","export":true,"for_":["list","set"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"remove","type":"dfn","url":"https://infra.spec.whatwg.org/#list-remove"}, "https://infra.spec.whatwg.org/#list-size": {"displayText":"size","export":true,"for_":["list","stack","queue","set"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"size","type":"dfn","url":"https://infra.spec.whatwg.org/#list-size"}, "https://infra.spec.whatwg.org/#list-sort-in-ascending-order": {"displayText":"sorting","export":true,"for_":["list","stack","queue","set"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"sorting","type":"dfn","url":"https://infra.spec.whatwg.org/#list-sort-in-ascending-order"}, "https://infra.spec.whatwg.org/#map-exists": {"displayText":"exist","export":true,"for_":["map"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"exist","type":"dfn","url":"https://infra.spec.whatwg.org/#map-exists"}, "https://infra.spec.whatwg.org/#map-is-empty": {"displayText":"is not empty","export":true,"for_":["map"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"is not empty","type":"dfn","url":"https://infra.spec.whatwg.org/#map-is-empty"}, "https://infra.spec.whatwg.org/#map-iterate": {"displayText":"for each","export":true,"for_":["map"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"for each","type":"dfn","url":"https://infra.spec.whatwg.org/#map-iterate"}, "https://infra.spec.whatwg.org/#ordered-set": {"displayText":"ordered set","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"ordered set","type":"dfn","url":"https://infra.spec.whatwg.org/#ordered-set"}, "https://infra.spec.whatwg.org/#parse-json-bytes-to-a-javascript-value": {"displayText":"parse JSON from bytes","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"parse json from bytes","type":"dfn","url":"https://infra.spec.whatwg.org/#parse-json-bytes-to-a-javascript-value"}, "https://infra.spec.whatwg.org/#scalar-value-string": {"displayText":"scalar value string","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"scalar value string","type":"dfn","url":"https://infra.spec.whatwg.org/#scalar-value-string"}, "https://infra.spec.whatwg.org/#serialize-a-javascript-value-to-json-bytes": {"displayText":"serialize a JavaScript value to JSON bytes","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"serialize a javascript value to json bytes","type":"dfn","url":"https://infra.spec.whatwg.org/#serialize-a-javascript-value-to-json-bytes"}, "https://infra.spec.whatwg.org/#set-append": {"displayText":"append","export":true,"for_":["set"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"append","type":"dfn","url":"https://infra.spec.whatwg.org/#set-append"}, "https://infra.spec.whatwg.org/#string": {"displayText":"string","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"string","type":"dfn","url":"https://infra.spec.whatwg.org/#string"}, "https://infra.spec.whatwg.org/#string-position-variable": {"displayText":"position variable","export":true,"for_":["string"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"position variable","type":"dfn","url":"https://infra.spec.whatwg.org/#string-position-variable"}, "https://infra.spec.whatwg.org/#string-starts-with": {"displayText":"starts with","export":true,"for_":["string"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"starts with","type":"dfn","url":"https://infra.spec.whatwg.org/#string-starts-with"}, "https://infra.spec.whatwg.org/#strip-leading-and-trailing-ascii-whitespace": {"displayText":"strip leading and trailing ASCII whitespace","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"strip leading and trailing ascii whitespace","type":"dfn","url":"https://infra.spec.whatwg.org/#strip-leading-and-trailing-ascii-whitespace"}, "https://infra.spec.whatwg.org/#struct": {"displayText":"struct","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"struct","type":"dfn","url":"https://infra.spec.whatwg.org/#struct"}, "https://infra.spec.whatwg.org/#struct-item": {"displayText":"item","export":true,"for_":["struct","tuple"],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"item","type":"dfn","url":"https://infra.spec.whatwg.org/#struct-item"}, "https://infra.spec.whatwg.org/#tuple": {"displayText":"tuple","export":true,"for_":[],"level":"1","normative":true,"shortname":"infra","spec":"infra","status":"current","text":"tuple","type":"dfn","url":"https://infra.spec.whatwg.org/#tuple"}, "https://mimesniff.spec.whatwg.org/#javascript-mime-type": {"displayText":"JavaScript MIME type","export":true,"for_":[],"level":"1","normative":true,"shortname":"mimesniff","spec":"mimesniff","status":"current","text":"javascript mime type","type":"dfn","url":"https://mimesniff.spec.whatwg.org/#javascript-mime-type"}, "https://mimesniff.spec.whatwg.org/#mime-type": {"displayText":"MIME type","export":true,"for_":[],"level":"1","normative":true,"shortname":"mimesniff","spec":"mimesniff","status":"current","text":"mime type","type":"dfn","url":"https://mimesniff.spec.whatwg.org/#mime-type"}, "https://mimesniff.spec.whatwg.org/#mime-type-essence": {"displayText":"essence","export":true,"for_":["MIME type"],"level":"1","normative":true,"shortname":"mimesniff","spec":"mimesniff","status":"current","text":"essence","type":"dfn","url":"https://mimesniff.spec.whatwg.org/#mime-type-essence"}, "https://mimesniff.spec.whatwg.org/#minimize-a-supported-mime-type": {"displayText":"minimize a supported MIME type","export":true,"for_":[],"level":"1","normative":true,"shortname":"mimesniff","spec":"mimesniff","status":"current","text":"minimize a supported mime type","type":"dfn","url":"https://mimesniff.spec.whatwg.org/#minimize-a-supported-mime-type"}, "https://mimesniff.spec.whatwg.org/#parameters": {"displayText":"parameters","export":true,"for_":["MIME type"],"level":"1","normative":true,"shortname":"mimesniff","spec":"mimesniff","status":"current","text":"parameters","type":"dfn","url":"https://mimesniff.spec.whatwg.org/#parameters"}, "https://mimesniff.spec.whatwg.org/#parse-a-mime-type": {"displayText":"parse a MIME type","export":true,"for_":[],"level":"1","normative":true,"shortname":"mimesniff","spec":"mimesniff","status":"current","text":"parse a mime type","type":"dfn","url":"https://mimesniff.spec.whatwg.org/#parse-a-mime-type"}, "https://mimesniff.spec.whatwg.org/#serialize-a-mime-type": {"displayText":"serialize a MIME type","export":true,"for_":[],"level":"1","normative":true,"shortname":"mimesniff","spec":"mimesniff","status":"current","text":"serialize a mime type","type":"dfn","url":"https://mimesniff.spec.whatwg.org/#serialize-a-mime-type"}, "https://mimesniff.spec.whatwg.org/#serialize-a-mime-type-to-bytes": {"displayText":"serialize a MIME type to bytes","export":true,"for_":[],"level":"1","normative":true,"shortname":"mimesniff","spec":"mimesniff","status":"current","text":"serialize a mime type to bytes","type":"dfn","url":"https://mimesniff.spec.whatwg.org/#serialize-a-mime-type-to-bytes"}, "https://streams.spec.whatwg.org/#identity-transform-stream": {"displayText":"identity transform stream","export":true,"for_":[],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"identity transform stream","type":"dfn","url":"https://streams.spec.whatwg.org/#identity-transform-stream"}, "https://streams.spec.whatwg.org/#is-readable-stream-disturbed": {"displayText":"disturbed","export":true,"for_":["ReadableStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"disturbed","type":"dfn","url":"https://streams.spec.whatwg.org/#is-readable-stream-disturbed"}, "https://streams.spec.whatwg.org/#read-request": {"displayText":"read request","export":true,"for_":[],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"read request","type":"dfn","url":"https://streams.spec.whatwg.org/#read-request"}, "https://streams.spec.whatwg.org/#read-request-chunk-steps": {"displayText":"chunk steps","export":true,"for_":["read request"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"chunk steps","type":"dfn","url":"https://streams.spec.whatwg.org/#read-request-chunk-steps"}, "https://streams.spec.whatwg.org/#read-request-close-steps": {"displayText":"close steps","export":true,"for_":["read request"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"close steps","type":"dfn","url":"https://streams.spec.whatwg.org/#read-request-close-steps"}, "https://streams.spec.whatwg.org/#read-request-error-steps": {"displayText":"error steps","export":true,"for_":["read request"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"error steps","type":"dfn","url":"https://streams.spec.whatwg.org/#read-request-error-steps"}, "https://streams.spec.whatwg.org/#readablestream": {"displayText":"ReadableStream","export":true,"for_":[],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"ReadableStream","type":"interface","url":"https://streams.spec.whatwg.org/#readablestream"}, "https://streams.spec.whatwg.org/#readablestream-cancel": {"displayText":"cancel","export":true,"for_":["ReadableStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"cancel","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestream-cancel"}, "https://streams.spec.whatwg.org/#readablestream-close": {"displayText":"close","export":true,"for_":["ReadableStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"close","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestream-close"}, "https://streams.spec.whatwg.org/#readablestream-create-a-proxy": {"displayText":"creating a proxy","export":true,"for_":["ReadableStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"creating a proxy","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestream-create-a-proxy"}, "https://streams.spec.whatwg.org/#readablestream-enqueue": {"displayText":"enqueue","export":true,"for_":["ReadableStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"enqueue","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestream-enqueue"}, "https://streams.spec.whatwg.org/#readablestream-error": {"displayText":"error","export":true,"for_":["ReadableStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"error","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestream-error"}, "https://streams.spec.whatwg.org/#readablestream-errored": {"displayText":"errored","export":true,"for_":["ReadableStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"errored","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestream-errored"}, "https://streams.spec.whatwg.org/#readablestream-get-a-reader": {"displayText":"getting a reader","export":true,"for_":["ReadableStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"getting a reader","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestream-get-a-reader"}, "https://streams.spec.whatwg.org/#readablestream-locked": {"displayText":"locked","export":true,"for_":["ReadableStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"locked","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestream-locked"}, "https://streams.spec.whatwg.org/#readablestream-pipe-through": {"displayText":"piped through","export":true,"for_":["ReadableStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"piped through","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestream-pipe-through"}, "https://streams.spec.whatwg.org/#readablestream-pull-from-bytes": {"displayText":"pull from bytes","export":true,"for_":["ReadableStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"pull from bytes","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestream-pull-from-bytes"}, "https://streams.spec.whatwg.org/#readablestream-readable": {"displayText":"readable","export":true,"for_":["ReadableStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"readable","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestream-readable"}, "https://streams.spec.whatwg.org/#readablestream-set-up-cancelalgorithm": {"displayText":"cancelAlgorithm","export":true,"for_":["ReadableStream/set up"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"cancelalgorithm","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestream-set-up-cancelalgorithm"}, "https://streams.spec.whatwg.org/#readablestream-set-up-pullalgorithm": {"displayText":"pullAlgorithm","export":true,"for_":["ReadableStream/set up"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"pullalgorithm","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestream-set-up-pullalgorithm"}, "https://streams.spec.whatwg.org/#readablestream-set-up-with-byte-reading-support": {"displayText":"set up with byte reading support","export":true,"for_":["ReadableStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"set up with byte reading support","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestream-set-up-with-byte-reading-support"}, "https://streams.spec.whatwg.org/#readablestream-tee": {"displayText":"teeing","export":true,"for_":["ReadableStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"teeing","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestream-tee"}, "https://streams.spec.whatwg.org/#readablestreamdefaultreader": {"displayText":"ReadableStreamDefaultReader","export":true,"for_":[],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"ReadableStreamDefaultReader","type":"interface","url":"https://streams.spec.whatwg.org/#readablestreamdefaultreader"}, "https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-a-chunk": {"displayText":"read a chunk","export":true,"for_":["ReadableStreamDefaultReader"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"read a chunk","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-a-chunk"}, "https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-all-bytes": {"displayText":"read all bytes","export":true,"for_":["ReadableStreamDefaultReader"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"read all bytes","type":"dfn","url":"https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-all-bytes"}, "https://streams.spec.whatwg.org/#rs-get-reader": {"displayText":"getReader()","export":true,"for_":["ReadableStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"getReader()","type":"method","url":"https://streams.spec.whatwg.org/#rs-get-reader"}, "https://streams.spec.whatwg.org/#transformstream": {"displayText":"TransformStream","export":true,"for_":[],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"TransformStream","type":"interface","url":"https://streams.spec.whatwg.org/#transformstream"}, "https://streams.spec.whatwg.org/#transformstream-enqueue": {"displayText":"enqueue","export":true,"for_":["TransformStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"enqueue","type":"dfn","url":"https://streams.spec.whatwg.org/#transformstream-enqueue"}, "https://streams.spec.whatwg.org/#transformstream-set-up": {"displayText":"set up","export":true,"for_":["TransformStream"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"set up","type":"dfn","url":"https://streams.spec.whatwg.org/#transformstream-set-up"}, "https://streams.spec.whatwg.org/#transformstream-set-up-flushalgorithm": {"displayText":"flushAlgorithm","export":true,"for_":["TransformStream/set up"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"flushalgorithm","type":"dfn","url":"https://streams.spec.whatwg.org/#transformstream-set-up-flushalgorithm"}, "https://streams.spec.whatwg.org/#transformstream-set-up-transformalgorithm": {"displayText":"transformAlgorithm","export":true,"for_":["TransformStream/set up"],"level":"1","normative":true,"shortname":"streams","spec":"streams","status":"current","text":"transformalgorithm","type":"dfn","url":"https://streams.spec.whatwg.org/#transformstream-set-up-transformalgorithm"}, "https://tc39.es/ecma262/#current-realm": {"displayText":"current realm","export":true,"for_":[],"level":"262","normative":true,"shortname":"ecma","spec":"ecma-262","status":"anchor-block","text":"current realm","type":"dfn","url":"https://tc39.es/ecma262/#current-realm"}, "https://tc39.es/ecma262/#realm": {"displayText":"realm","export":true,"for_":[],"level":"262","normative":true,"shortname":"ecma","spec":"ecma-262","status":"anchor-block","text":"realm","type":"dfn","url":"https://tc39.es/ecma262/#realm"}, "https://tc39.es/ecma262/#sec-list-and-record-specification-type": {"displayText":"Record","export":true,"for_":[],"level":"262","normative":true,"shortname":"ecma","spec":"ecma-262","status":"anchor-block","text":"record","type":"dfn","url":"https://tc39.es/ecma262/#sec-list-and-record-specification-type"}, "https://url.spec.whatwg.org/#absolute-url-with-fragment-string": {"displayText":"absolute-URL-with-fragment string","export":true,"for_":[],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"absolute-url-with-fragment string","type":"dfn","url":"https://url.spec.whatwg.org/#absolute-url-with-fragment-string"}, "https://url.spec.whatwg.org/#concept-domain": {"displayText":"domain","export":true,"for_":[],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"domain","type":"dfn","url":"https://url.spec.whatwg.org/#concept-domain"}, "https://url.spec.whatwg.org/#concept-host": {"displayText":"host","export":true,"for_":[],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"host","type":"dfn","url":"https://url.spec.whatwg.org/#concept-host"}, "https://url.spec.whatwg.org/#concept-ipv6": {"displayText":"IPv6 address","export":true,"for_":[],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"ipv6 address","type":"dfn","url":"https://url.spec.whatwg.org/#concept-ipv6"}, "https://url.spec.whatwg.org/#concept-url": {"displayText":"URL","export":true,"for_":[],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"url","type":"dfn","url":"https://url.spec.whatwg.org/#concept-url"}, "https://url.spec.whatwg.org/#concept-url-blob-entry": {"displayText":"blob URL entry","export":true,"for_":["url"],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"blob url entry","type":"dfn","url":"https://url.spec.whatwg.org/#concept-url-blob-entry"}, "https://url.spec.whatwg.org/#concept-url-fragment": {"displayText":"fragment","export":true,"for_":["url"],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"fragment","type":"dfn","url":"https://url.spec.whatwg.org/#concept-url-fragment"}, "https://url.spec.whatwg.org/#concept-url-host": {"displayText":"host","export":true,"for_":["url"],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"host","type":"dfn","url":"https://url.spec.whatwg.org/#concept-url-host"}, "https://url.spec.whatwg.org/#concept-url-origin": {"displayText":"origin","export":true,"for_":["url"],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"origin","type":"dfn","url":"https://url.spec.whatwg.org/#concept-url-origin"}, "https://url.spec.whatwg.org/#concept-url-parser": {"displayText":"URL parser","export":true,"for_":[],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"url parser","type":"dfn","url":"https://url.spec.whatwg.org/#concept-url-parser"}, "https://url.spec.whatwg.org/#concept-url-password": {"displayText":"password","export":true,"for_":["url"],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"password","type":"dfn","url":"https://url.spec.whatwg.org/#concept-url-password"}, "https://url.spec.whatwg.org/#concept-url-path": {"displayText":"path","export":true,"for_":["url"],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"path","type":"dfn","url":"https://url.spec.whatwg.org/#concept-url-path"}, "https://url.spec.whatwg.org/#concept-url-port": {"displayText":"port","export":true,"for_":["url"],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"port","type":"dfn","url":"https://url.spec.whatwg.org/#concept-url-port"}, "https://url.spec.whatwg.org/#concept-url-scheme": {"displayText":"scheme","export":true,"for_":["url"],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"scheme","type":"dfn","url":"https://url.spec.whatwg.org/#concept-url-scheme"}, "https://url.spec.whatwg.org/#concept-url-serializer": {"displayText":"URL serializer","export":true,"for_":[],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"url serializer","type":"dfn","url":"https://url.spec.whatwg.org/#concept-url-serializer"}, "https://url.spec.whatwg.org/#concept-url-username": {"displayText":"username","export":true,"for_":["url"],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"username","type":"dfn","url":"https://url.spec.whatwg.org/#concept-url-username"}, "https://url.spec.whatwg.org/#concept-urlencoded-parser": {"displayText":"urlencoded parser","export":true,"for_":[],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"urlencoded parser","type":"dfn","url":"https://url.spec.whatwg.org/#concept-urlencoded-parser"}, "https://url.spec.whatwg.org/#concept-urlencoded-serializer": {"displayText":"urlencoded serializer","export":true,"for_":[],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"urlencoded serializer","type":"dfn","url":"https://url.spec.whatwg.org/#concept-urlencoded-serializer"}, "https://url.spec.whatwg.org/#concept-urlsearchparams-list": {"displayText":"list","export":true,"for_":["URLSearchParams"],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"list","type":"dfn","url":"https://url.spec.whatwg.org/#concept-urlsearchparams-list"}, "https://url.spec.whatwg.org/#host-public-suffix": {"displayText":"public suffix","export":true,"for_":["host"],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"public suffix","type":"dfn","url":"https://url.spec.whatwg.org/#host-public-suffix"}, "https://url.spec.whatwg.org/#include-credentials": {"displayText":"includes credentials","export":true,"for_":[],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"includes credentials","type":"dfn","url":"https://url.spec.whatwg.org/#include-credentials"}, "https://url.spec.whatwg.org/#ip-address": {"displayText":"IP address","export":true,"for_":[],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"ip address","type":"dfn","url":"https://url.spec.whatwg.org/#ip-address"}, "https://url.spec.whatwg.org/#set-the-password": {"displayText":"set the password","export":true,"for_":["url"],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"set the password","type":"dfn","url":"https://url.spec.whatwg.org/#set-the-password"}, "https://url.spec.whatwg.org/#set-the-username": {"displayText":"set the username","export":true,"for_":["url"],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"set the username","type":"dfn","url":"https://url.spec.whatwg.org/#set-the-username"}, "https://url.spec.whatwg.org/#string-percent-decode": {"displayText":"percent-decode","export":true,"for_":["string"],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"percent-decode","type":"dfn","url":"https://url.spec.whatwg.org/#string-percent-decode"}, "https://url.spec.whatwg.org/#url-serializer-exclude-fragment": {"displayText":"exclude fragment","export":true,"for_":["URL serializer"],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"exclude fragment","type":"dfn","url":"https://url.spec.whatwg.org/#url-serializer-exclude-fragment"}, "https://url.spec.whatwg.org/#urlsearchparams": {"displayText":"URLSearchParams","export":true,"for_":[],"level":"1","normative":true,"shortname":"url","spec":"url","status":"current","text":"URLSearchParams","type":"interface","url":"https://url.spec.whatwg.org/#urlsearchparams"}, "https://w3c.github.io/FileAPI/#blob-get-stream": {"displayText":"get stream","export":true,"for_":["Blob"],"level":"1","normative":true,"shortname":"fileapi","spec":"fileapi","status":"current","text":"get stream","type":"dfn","url":"https://w3c.github.io/FileAPI/#blob-get-stream"}, "https://w3c.github.io/FileAPI/#blob-url-obtain-object": {"displayText":"obtain a blob object","export":true,"for_":[],"level":"1","normative":true,"shortname":"fileapi","spec":"fileapi","status":"current","text":"obtain a blob object","type":"dfn","url":"https://w3c.github.io/FileAPI/#blob-url-obtain-object"}, "https://w3c.github.io/FileAPI/#dfn-Blob": {"displayText":"Blob","export":true,"for_":[],"level":"1","normative":true,"shortname":"fileapi","spec":"fileapi","status":"current","text":"Blob","type":"interface","url":"https://w3c.github.io/FileAPI/#dfn-Blob"}, "https://w3c.github.io/FileAPI/#dfn-file": {"displayText":"File","export":true,"for_":[],"level":"1","normative":true,"shortname":"fileapi","spec":"fileapi","status":"current","text":"File","type":"interface","url":"https://w3c.github.io/FileAPI/#dfn-file"}, "https://w3c.github.io/FileAPI/#dfn-name": {"displayText":"name","export":true,"for_":["File"],"level":"1","normative":true,"shortname":"fileapi","spec":"fileapi","status":"current","text":"name","type":"attribute","url":"https://w3c.github.io/FileAPI/#dfn-name"}, "https://w3c.github.io/FileAPI/#dfn-size": {"displayText":"size","export":true,"for_":["Blob"],"level":"1","normative":true,"shortname":"fileapi","spec":"fileapi","status":"current","text":"size","type":"attribute","url":"https://w3c.github.io/FileAPI/#dfn-size"}, "https://w3c.github.io/FileAPI/#dfn-type": {"displayText":"type","export":true,"for_":["Blob"],"level":"1","normative":true,"shortname":"fileapi","spec":"fileapi","status":"current","text":"type","type":"attribute","url":"https://w3c.github.io/FileAPI/#dfn-type"}, "https://w3c.github.io/FileAPI/#slice-blob": {"displayText":"slice blob","export":true,"for_":[],"level":"1","normative":true,"shortname":"fileapi","spec":"fileapi","status":"current","text":"slice blob","type":"dfn","url":"https://w3c.github.io/FileAPI/#slice-blob"}, "https://w3c.github.io/ServiceWorker/#handle-fetch": {"displayText":"Handle Fetch","export":true,"for_":[],"level":"1","normative":true,"shortname":"service-workers","spec":"service-workers","status":"current","text":"handle fetch","type":"dfn","url":"https://w3c.github.io/ServiceWorker/#handle-fetch"}, "https://w3c.github.io/ServiceWorker/#service-worker-global-scope-fetch-event": {"displayText":"fetch","export":true,"for_":["ServiceWorkerGlobalScope"],"level":"1","normative":true,"shortname":"service-workers","spec":"service-workers","status":"current","text":"fetch","type":"event","url":"https://w3c.github.io/ServiceWorker/#service-worker-global-scope-fetch-event"}, "https://w3c.github.io/ServiceWorker/#service-worker-timing-info": {"displayText":"service worker timing info","export":true,"for_":[],"level":"1","normative":true,"shortname":"service-workers","spec":"service-workers","status":"current","text":"service worker timing info","type":"dfn","url":"https://w3c.github.io/ServiceWorker/#service-worker-timing-info"}, "https://w3c.github.io/ServiceWorker/#serviceworkerglobalscope": {"displayText":"ServiceWorkerGlobalScope","export":true,"for_":[],"level":"1","normative":true,"shortname":"service-workers","spec":"service-workers","status":"current","text":"ServiceWorkerGlobalScope","type":"interface","url":"https://w3c.github.io/ServiceWorker/#serviceworkerglobalscope"}, "https://w3c.github.io/beacon/#dom-navigator-sendbeacon": {"displayText":"sendBeacon()","export":true,"for_":["Navigator"],"level":"1","normative":true,"shortname":"beacon","spec":"beacon","status":"current","text":"sendBeacon()","type":"method","url":"https://w3c.github.io/beacon/#dom-navigator-sendbeacon"}, "https://w3c.github.io/hr-time/#dfn-coarsen-time": {"displayText":"coarsen time","export":true,"for_":[],"level":"","normative":true,"shortname":"hr-time","spec":"hr-time","status":"anchor-block","text":"coarsen time","type":"dfn","url":"https://w3c.github.io/hr-time/#dfn-coarsen-time"}, "https://w3c.github.io/hr-time/#dfn-coarsened-shared-current-time": {"displayText":"coarsened shared current time","export":true,"for_":[],"level":"","normative":true,"shortname":"hr-time","spec":"hr-time","status":"anchor-block","text":"coarsened shared current time","type":"dfn","url":"https://w3c.github.io/hr-time/#dfn-coarsened-shared-current-time"}, "https://w3c.github.io/hr-time/#dfn-relative-high-resolution-time": {"displayText":"relative high resolution time","export":true,"for_":[],"level":"3","normative":true,"shortname":"hr-time","spec":"hr-time-3","status":"current","text":"relative high resolution time","type":"dfn","url":"https://w3c.github.io/hr-time/#dfn-relative-high-resolution-time"}, "https://w3c.github.io/hr-time/#dfn-unsafe-shared-current-time": {"displayText":"unsafe shared current time","export":true,"for_":[],"level":"","normative":true,"shortname":"hr-time","spec":"hr-time","status":"anchor-block","text":"unsafe shared current time","type":"dfn","url":"https://w3c.github.io/hr-time/#dfn-unsafe-shared-current-time"}, "https://w3c.github.io/hr-time/#dom-domhighrestimestamp": {"displayText":"DOMHighResTimeStamp","export":true,"for_":[],"level":"","normative":true,"shortname":"hr-time","spec":"hr-time","status":"anchor-block","text":"DOMHighResTimeStamp","type":"typedef","url":"https://w3c.github.io/hr-time/#dom-domhighrestimestamp"}, "https://w3c.github.io/reporting/#generate-and-queue-a-report": {"displayText":"generate and queue a report","export":true,"for_":[],"level":"1","normative":true,"shortname":"reporting","spec":"reporting-1","status":"current","text":"generate and queue a report","type":"dfn","url":"https://w3c.github.io/reporting/#generate-and-queue-a-report"}, "https://w3c.github.io/resource-timing/#dfn-mark-resource-timing": {"displayText":"mark resource timing","export":true,"for_":[],"level":"","normative":true,"shortname":"resource-timing","spec":"resource-timing","status":"anchor-block","text":"mark resource timing","type":"dfn","url":"https://w3c.github.io/resource-timing/#dfn-mark-resource-timing"}, "https://w3c.github.io/webappsec-csp/#report-for-request": {"displayText":"Report Content Security Policy violations for request","export":true,"for_":[],"level":"3","normative":true,"shortname":"csp","spec":"csp3","status":"current","text":"report content security policy violations for request","type":"dfn","url":"https://w3c.github.io/webappsec-csp/#report-for-request"}, "https://w3c.github.io/webappsec-csp/#should-block-request": {"displayText":"Should request be blocked by Content Security Policy?","export":true,"for_":[],"level":"3","normative":true,"shortname":"csp","spec":"csp3","status":"current","text":"should request be blocked by content security policy?","type":"dfn","url":"https://w3c.github.io/webappsec-csp/#should-block-request"}, "https://w3c.github.io/webappsec-csp/#should-block-response": {"displayText":"Should response to request be blocked by Content Security Policy?","export":true,"for_":[],"level":"3","normative":true,"shortname":"csp","spec":"csp3","status":"current","text":"should response to request be blocked by content security policy?","type":"dfn","url":"https://w3c.github.io/webappsec-csp/#should-block-response"}, "https://w3c.github.io/webappsec-fetch-metadata/#abstract-opdef-append-the-fetch-metadata-headers-for-a-request": {"displayText":"append the Fetch metadata headers for a request","export":true,"for_":[],"level":"1","normative":true,"shortname":"fetch-metadata","spec":"fetch-metadata","status":"current","text":"append the Fetch metadata headers for a request","type":"abstract-op","url":"https://w3c.github.io/webappsec-fetch-metadata/#abstract-opdef-append-the-fetch-metadata-headers-for-a-request"}, "https://w3c.github.io/webappsec-fetch-metadata/#http-headerdef-sec-fetch-dest": {"displayText":"Sec-Fetch-Dest","export":true,"for_":[],"level":"1","normative":true,"shortname":"fetch-metadata","spec":"fetch-metadata","status":"current","text":"sec-fetch-dest","type":"http-header","url":"https://w3c.github.io/webappsec-fetch-metadata/#http-headerdef-sec-fetch-dest"}, "https://w3c.github.io/webappsec-mixed-content/#should-block-fetch": {"displayText":"Should fetching request be blocked as mixed content?","export":true,"for_":[],"level":"1","normative":true,"shortname":"mixed-content","spec":"mixed-content","status":"current","text":"should fetching request be blocked as mixed content?","type":"dfn","url":"https://w3c.github.io/webappsec-mixed-content/#should-block-fetch"}, "https://w3c.github.io/webappsec-mixed-content/#should-block-response": {"displayText":"Should response to request be blocked as mixed content?","export":true,"for_":[],"level":"1","normative":true,"shortname":"mixed-content","spec":"mixed-content","status":"current","text":"should response to request be blocked as mixed content?","type":"dfn","url":"https://w3c.github.io/webappsec-mixed-content/#should-block-response"}, "https://w3c.github.io/webappsec-mixed-content/#upgrade-algorithm": {"displayText":"Upgrade a mixed content request to a potentially trustworthy URL, if appropriate","export":true,"for_":[],"level":"1","normative":true,"shortname":"mixed-content","spec":"mixed-content","status":"current","text":"upgrade a mixed content request to a potentially trustworthy url, if appropriate","type":"dfn","url":"https://w3c.github.io/webappsec-mixed-content/#upgrade-algorithm"}, "https://w3c.github.io/webappsec-referrer-policy/#determine-requests-referrer": {"displayText":"Determine request's Referrer","export":true,"for_":[],"level":"1","normative":true,"shortname":"referrer-policy","spec":"referrer-policy","status":"current","text":"determine request's referrer","type":"dfn","url":"https://w3c.github.io/webappsec-referrer-policy/#determine-requests-referrer"}, "https://w3c.github.io/webappsec-referrer-policy/#enumdef-referrerpolicy": {"displayText":"ReferrerPolicy","export":true,"for_":[],"level":"1","normative":true,"shortname":"referrer-policy","spec":"referrer-policy","status":"current","text":"ReferrerPolicy","type":"enum","url":"https://w3c.github.io/webappsec-referrer-policy/#enumdef-referrerpolicy"}, "https://w3c.github.io/webappsec-referrer-policy/#referrer-policy": {"displayText":"referrer policy","export":true,"for_":[],"level":"1","normative":true,"shortname":"referrer-policy","spec":"referrer-policy","status":"current","text":"referrer policy","type":"dfn","url":"https://w3c.github.io/webappsec-referrer-policy/#referrer-policy"}, "https://w3c.github.io/webappsec-referrer-policy/#set-requests-referrer-policy-on-redirect": {"displayText":"Set request's referrer policy on redirect","export":true,"for_":[],"level":"1","normative":true,"shortname":"referrer-policy","spec":"referrer-policy","status":"current","text":"set request's referrer policy on redirect","type":"dfn","url":"https://w3c.github.io/webappsec-referrer-policy/#set-requests-referrer-policy-on-redirect"}, "https://w3c.github.io/webappsec-subresource-integrity/#does-response-match-metadatalist": {"displayText":"Do bytes match metadataList?","export":true,"for_":[],"level":"1","normative":true,"shortname":"sri","spec":"sri","status":"current","text":"do bytes match metadatalist?","type":"dfn","url":"https://w3c.github.io/webappsec-subresource-integrity/#does-response-match-metadatalist"}, "https://w3c.github.io/webappsec-upgrade-insecure-requests/#upgrade-request": {"displayText":"Upgrade request to a potentially trustworthy URL, if appropriate","export":true,"for_":[],"level":"1","normative":true,"shortname":"upgrade-insecure-requests","spec":"upgrade-insecure-requests","status":"current","text":"upgrade request to a potentially trustworthy url, if appropriate","type":"dfn","url":"https://w3c.github.io/webappsec-upgrade-insecure-requests/#upgrade-request"}, "https://webidl.spec.whatwg.org/#BufferSource": {"displayText":"BufferSource","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"BufferSource","type":"typedef","url":"https://webidl.spec.whatwg.org/#BufferSource"}, "https://webidl.spec.whatwg.org/#Exposed": {"displayText":"Exposed","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"Exposed","type":"extended-attribute","url":"https://webidl.spec.whatwg.org/#Exposed"}, "https://webidl.spec.whatwg.org/#NewObject": {"displayText":"NewObject","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"NewObject","type":"extended-attribute","url":"https://webidl.spec.whatwg.org/#NewObject"}, "https://webidl.spec.whatwg.org/#SameObject": {"displayText":"SameObject","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"SameObject","type":"extended-attribute","url":"https://webidl.spec.whatwg.org/#SameObject"}, "https://webidl.spec.whatwg.org/#a-new-promise": {"displayText":"a new promise","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"a new promise","type":"dfn","url":"https://webidl.spec.whatwg.org/#a-new-promise"}, "https://webidl.spec.whatwg.org/#a-promise-rejected-with": {"displayText":"a promise rejected with","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"a promise rejected with","type":"dfn","url":"https://webidl.spec.whatwg.org/#a-promise-rejected-with"}, "https://webidl.spec.whatwg.org/#aborterror": {"displayText":"AbortError","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"AbortError","type":"exception","url":"https://webidl.spec.whatwg.org/#aborterror"}, "https://webidl.spec.whatwg.org/#arraybuffer-create": {"displayText":"create","export":true,"for_":["ArrayBuffer"],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"create","type":"dfn","url":"https://webidl.spec.whatwg.org/#arraybuffer-create"}, "https://webidl.spec.whatwg.org/#arraybufferview-create": {"displayText":"create","export":true,"for_":["ArrayBufferView"],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"create","type":"dfn","url":"https://webidl.spec.whatwg.org/#arraybufferview-create"}, "https://webidl.spec.whatwg.org/#dfn-exception": {"displayText":"exception","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"exception","type":"dfn","url":"https://webidl.spec.whatwg.org/#dfn-exception"}, "https://webidl.spec.whatwg.org/#dfn-get-buffer-source-copy": {"displayText":"get a copy of the buffer source","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"get a copy of the buffer source","type":"dfn","url":"https://webidl.spec.whatwg.org/#dfn-get-buffer-source-copy"}, "https://webidl.spec.whatwg.org/#dfn-interface": {"displayText":"interface","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"interface","type":"dfn","url":"https://webidl.spec.whatwg.org/#dfn-interface"}, "https://webidl.spec.whatwg.org/#dfn-throw": {"displayText":"throw","export":true,"for_":["exception"],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"throw","type":"dfn","url":"https://webidl.spec.whatwg.org/#dfn-throw"}, "https://webidl.spec.whatwg.org/#dfn-value-pairs-to-iterate-over": {"displayText":"value pairs to iterate over","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"value pairs to iterate over","type":"dfn","url":"https://webidl.spec.whatwg.org/#dfn-value-pairs-to-iterate-over"}, "https://webidl.spec.whatwg.org/#exceptiondef-rangeerror": {"displayText":"RangeError","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"RangeError","type":"exception","url":"https://webidl.spec.whatwg.org/#exceptiondef-rangeerror"}, "https://webidl.spec.whatwg.org/#exceptiondef-typeerror": {"displayText":"TypeError","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"TypeError","type":"exception","url":"https://webidl.spec.whatwg.org/#exceptiondef-typeerror"}, "https://webidl.spec.whatwg.org/#idl-ArrayBuffer": {"displayText":"ArrayBuffer","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"ArrayBuffer","type":"interface","url":"https://webidl.spec.whatwg.org/#idl-ArrayBuffer"}, "https://webidl.spec.whatwg.org/#idl-ByteString": {"displayText":"ByteString","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"ByteString","type":"interface","url":"https://webidl.spec.whatwg.org/#idl-ByteString"}, "https://webidl.spec.whatwg.org/#idl-DOMException": {"displayText":"DOMException","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"DOMException","type":"interface","url":"https://webidl.spec.whatwg.org/#idl-DOMException"}, "https://webidl.spec.whatwg.org/#idl-DOMString": {"displayText":"DOMString","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"DOMString","type":"interface","url":"https://webidl.spec.whatwg.org/#idl-DOMString"}, "https://webidl.spec.whatwg.org/#idl-USVString": {"displayText":"USVString","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"USVString","type":"interface","url":"https://webidl.spec.whatwg.org/#idl-USVString"}, "https://webidl.spec.whatwg.org/#idl-Uint8Array": {"displayText":"Uint8Array","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"Uint8Array","type":"interface","url":"https://webidl.spec.whatwg.org/#idl-Uint8Array"}, "https://webidl.spec.whatwg.org/#idl-any": {"displayText":"any","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"any","type":"interface","url":"https://webidl.spec.whatwg.org/#idl-any"}, "https://webidl.spec.whatwg.org/#idl-boolean": {"displayText":"boolean","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"boolean","type":"interface","url":"https://webidl.spec.whatwg.org/#idl-boolean"}, "https://webidl.spec.whatwg.org/#idl-promise": {"displayText":"Promise","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"Promise","type":"interface","url":"https://webidl.spec.whatwg.org/#idl-promise"}, "https://webidl.spec.whatwg.org/#idl-record": {"displayText":"record","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"record","type":"dfn","url":"https://webidl.spec.whatwg.org/#idl-record"}, "https://webidl.spec.whatwg.org/#idl-sequence": {"displayText":"sequence","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"sequence","type":"dfn","url":"https://webidl.spec.whatwg.org/#idl-sequence"}, "https://webidl.spec.whatwg.org/#idl-undefined": {"displayText":"undefined","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"undefined","type":"interface","url":"https://webidl.spec.whatwg.org/#idl-undefined"}, "https://webidl.spec.whatwg.org/#idl-unsigned-short": {"displayText":"unsigned short","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"unsigned short","type":"interface","url":"https://webidl.spec.whatwg.org/#idl-unsigned-short"}, "https://webidl.spec.whatwg.org/#new": {"displayText":"new","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"new","type":"dfn","url":"https://webidl.spec.whatwg.org/#new"}, "https://webidl.spec.whatwg.org/#reject": {"displayText":"reject","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"reject","type":"dfn","url":"https://webidl.spec.whatwg.org/#reject"}, "https://webidl.spec.whatwg.org/#resolve": {"displayText":"resolve","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"resolve","type":"dfn","url":"https://webidl.spec.whatwg.org/#resolve"}, "https://webidl.spec.whatwg.org/#syntaxerror": {"displayText":"SyntaxError","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"SyntaxError","type":"exception","url":"https://webidl.spec.whatwg.org/#syntaxerror"}, "https://webidl.spec.whatwg.org/#this": {"displayText":"this","export":true,"for_":[],"level":"1","normative":true,"shortname":"webidl","spec":"webidl","status":"current","text":"this","type":"dfn","url":"https://webidl.spec.whatwg.org/#this"}, "https://websockets.spec.whatwg.org/#concept-websocket-connection-obtain": {"displayText":"obtain a WebSocket connection","export":true,"for_":[],"level":"1","normative":true,"shortname":"websockets","spec":"websockets","status":"current","text":"obtain a websocket connection","type":"dfn","url":"https://websockets.spec.whatwg.org/#concept-websocket-connection-obtain"}, "https://websockets.spec.whatwg.org/#concept-websocket-establish": {"displayText":"establish a WebSocket connection","export":false,"for_":[],"level":"1","normative":true,"shortname":"websockets","spec":"websockets","status":"current","text":"establish a websocket connection","type":"dfn","url":"https://websockets.spec.whatwg.org/#concept-websocket-establish"}, "https://websockets.spec.whatwg.org/#websocket": {"displayText":"WebSocket","export":true,"for_":[],"level":"1","normative":true,"shortname":"websockets","spec":"websockets","status":"current","text":"WebSocket","type":"interface","url":"https://websockets.spec.whatwg.org/#websocket"}, "https://xhr.spec.whatwg.org/#concept-formdata-entry-list": {"displayText":"entry list","export":true,"for_":["FormData"],"level":"1","normative":true,"shortname":"xhr","spec":"xhr","status":"current","text":"entry list","type":"dfn","url":"https://xhr.spec.whatwg.org/#concept-formdata-entry-list"}, "https://xhr.spec.whatwg.org/#formdata": {"displayText":"FormData","export":true,"for_":[],"level":"1","normative":true,"shortname":"xhr","spec":"xhr","status":"current","text":"FormData","type":"interface","url":"https://xhr.spec.whatwg.org/#formdata"}, "https://xhr.spec.whatwg.org/#xmlhttprequest": {"displayText":"XMLHttpRequest","export":true,"for_":[],"level":"1","normative":true,"shortname":"xhr","spec":"xhr","status":"current","text":"XMLHttpRequest","type":"interface","url":"https://xhr.spec.whatwg.org/#xmlhttprequest"}, "https://xhr.spec.whatwg.org/#xmlhttprequestupload": {"displayText":"XMLHttpRequestUpload","export":true,"for_":[],"level":"1","normative":true,"shortname":"xhr","spec":"xhr","status":"current","text":"XMLHttpRequestUpload","type":"interface","url":"https://xhr.spec.whatwg.org/#xmlhttprequestupload"}, }; function mkRefHint(link, ref) { const linkText = link.textContent; let dfnTextElements = ''; if (ref.displayText.toLowerCase() != linkText.toLowerCase()) { // Give the original term if it's being displayed in a different way. // But allow casing differences, they're insignificant. dfnTextElements = mk.li({}, mk.b({}, "Term: "), mk.span({}, ref.displayText) ); } const forList = ref.for_; let forListElements; if(forList.length == 0) { forListElements = []; } else if(forList.length == 1) { forListElements = mk.li({}, mk.b({}, "For: "), mk.span({}, forList[0]), ); } else { forListElements = mk.li({}, mk.b({}, "For: "), mk.ul({}, ...forList.map(forItem => mk.li({}, mk.span({}, forItem) ), ), ), ); } const url = ref.url; const safeUrl = encodeURIComponent(url); const hintPanel = mk.aside({ class: "ref-hint", id: `ref-hint-for-${safeUrl}`, "data-for": url, "aria-labelled-by": `ref-hint-for-${safeUrl}`, }, mk.ul({}, dfnTextElements, mk.li({}, mk.b({}, "URL: "), mk.a({ href: url, class: "ref" }, url), ), mk.li({}, mk.b({}, "Type: "), mk.span({}, `${ref.type}`), ), mk.li({}, mk.b({}, "Spec: "), mk.span({}, `${ref.spec ? ref.spec : ''}`), ), forListElements ), ); hintPanel.forLink = link; setupRefHintEventListeners(link, hintPanel); return hintPanel; } function hideAllRefHints() { queryAll(".ref-hint").forEach(el=>hideRefHint(el)); } function hideRefHint(refHint) { const link = refHint.forLink; link.setAttribute("aria-expanded", "false"); if(refHint.teardownEventListeners) { refHint.teardownEventListeners(); } refHint.remove(); } function showRefHint(link) { if(link.classList.contains("dfn-link")) return; const url = link.getAttribute("href"); const refHintKey = link.getAttribute("data-refhint-key"); let key = url; if(refHintKey) { key = refHintKey + "_" + url; } const ref = refsData[key]; if(!ref) return; hideAllRefHints(); // Only display one at this time. const refHint = mkRefHint(link, ref); append(document.body, refHint); link.setAttribute("aria-expanded", "true"); positionRefHint(refHint); } function setupRefHintEventListeners(link, refHint) { if (refHint.teardownEventListeners) return; // Add event handlers to hide the refHint after the user moves away // from both the link and refHint, if not hovering either within one second. let timeout = null; const startHidingRefHint = (event) => { if (timeout) { clearTimeout(timeout); } timeout = setTimeout(() => { hideRefHint(refHint); }, 1000); } const resetHidingRefHint = (event) => { if (timeout) clearTimeout(timeout); timeout = null; }; link.addEventListener("mouseleave", startHidingRefHint); link.addEventListener("mouseenter", resetHidingRefHint); link.addEventListener("blur", startHidingRefHint); link.addEventListener("focus", resetHidingRefHint); refHint.addEventListener("mouseleave", startHidingRefHint); refHint.addEventListener("mouseenter", resetHidingRefHint); refHint.addEventListener("blur", startHidingRefHint); refHint.addEventListener("focus", resetHidingRefHint); refHint.teardownEventListeners = () => { // remove event listeners resetHidingRefHint(); link.removeEventListener("mouseleave", startHidingRefHint); link.removeEventListener("mouseenter", resetHidingRefHint); link.removeEventListener("blur", startHidingRefHint); link.removeEventListener("focus", resetHidingRefHint); refHint.removeEventListener("mouseleave", startHidingRefHint); refHint.removeEventListener("mouseenter", resetHidingRefHint); refHint.removeEventListener("blur", startHidingRefHint); refHint.removeEventListener("focus", resetHidingRefHint); }; } function positionRefHint(refHint) { const link = refHint.forLink; const linkPos = getBounds(link); refHint.style.top = linkPos.bottom + "px"; refHint.style.left = linkPos.left + "px"; const panelPos = refHint.getBoundingClientRect(); const panelMargin = 8; const maxRight = document.body.parentNode.clientWidth - panelMargin; if (panelPos.right > maxRight) { const overflowAmount = panelPos.right - maxRight; const newLeft = Math.max(panelMargin, linkPos.left - overflowAmount); refHint.style.left = newLeft + "px"; } } // TODO: shared util // Returns the root-level absolute position {left and top} of element. function getBounds(el, relativeTo=document.body) { const relativeRect = relativeTo.getBoundingClientRect(); const elRect = el.getBoundingClientRect(); const top = elRect.top - relativeRect.top; const left = elRect.left - relativeRect.left; return { top, left, bottom: top + elRect.height, right: left + elRect.width, } } function showRefHintListener(e) { // If the target isn't in a link (or is a link), // just ignore it. let link = e.target.closest("a"); if(!link) return; // If the target is in a ref-hint panel // (aka a link in the already-open one), // also just ignore it. if(link.closest(".ref-hint")) return; // Otherwise, show the panel for the link. showRefHint(link); } function hideAllHintsListener(e) { // If the click is inside a ref-hint panel, ignore it. if(e.target.closest(".ref-hint")) return; // Otherwise, close all the current panels. hideAllRefHints(); } document.addEventListener("DOMContentLoaded", () => { document.body.addEventListener("mousedown", showRefHintListener); document.body.addEventListener("focus", showRefHintListener); document.body.addEventListener("click", hideAllHintsListener); }); window.addEventListener("resize", () => { // Hide any open ref hint. hideAllRefHints(); }); } </script> <script>/* Boilerplate: script-var-click-highlighting */ "use strict"; { /* Color-choosing design: * Colors are ordered by goodness. * On clicking a var, give it the earliest color with the lowest usage in the algorithm. * On re-clicking, re-use the var's most recent color if that's not currently being used elsewhere. */ const COLOR_COUNT = 7; document.addEventListener("click", e=>{ if(e.target.nodeName == "VAR") { highlightSameAlgoVars(e.target); } }); function highlightSameAlgoVars(v) { // Find the algorithm container. let algoContainer = findAlgoContainer(v); // Not highlighting document-global vars, // too likely to be unrelated. if(algoContainer == null) return; const varName = nameFromVar(v); if(!v.hasAttribute("data-var-color")) { const newColor = chooseHighlightColor(algoContainer, v); for(const el of algoContainer.querySelectorAll("var")) { if(nameFromVar(el) == varName) { el.setAttribute("data-var-color", newColor); el.setAttribute("data-var-last-color", newColor); } } } else { for(const el of algoContainer.querySelectorAll("var")) { if(nameFromVar(el) == varName) { el.removeAttribute("data-var-color"); } } } } function findAlgoContainer(el) { while(el != document.body) { if(el.hasAttribute("data-algorithm")) return el; el = el.parentNode; } return null; } function nameFromVar(el) { return el.textContent.replace(/(\s|\xa0)+/g, " ").trim(); } function colorCountsFromContainer(container) { const namesFromColor = Array.from({length:COLOR_COUNT}, x=>new Set()); for(let v of container.querySelectorAll("var[data-var-color]")) { let color = +v.getAttribute("data-var-color"); namesFromColor[color].add(nameFromVar(v)); } return namesFromColor.map(x=>x.size); } function leastUsedColor(colors) { // Find the earliest color with the lowest count. let minCount = Infinity; let minColor = null; for(var i = 0; i < colors.length; i++) { if(colors[i] < minCount) { minColor = i; minCount = colors[i]; } } return minColor; } function chooseHighlightColor(container, v) { const colorCounts = colorCountsFromContainer(container); if(v.hasAttribute("data-var-last-color")) { let color = +v.getAttribute("data-var-last-color"); if(colorCounts[color] == 0) return color; } return leastUsedColor(colorCounts); } } </script>