You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever the user agent would <adata-link-type="dfn" href="https://xhr.spec.whatwg.org/#concept-fetchbodyinit-extract">extract a byte stream and
1495
-
<code>Content-Type</code></a> from an opaque <codeclass="idl"><adata-link-type="idl" href="https://xhr.spec.whatwg.org/#interface-formdata">FormData</a></code> object
1496
-
<var>formdata</var>, first the following steps:
1497
-
1498
-
1499
-
<ol>
1500
-
1501
-
<li>
1502
-
If the extraction algorithm is not being executed in the context of
1503
-
either <codeclass="idl"><adata-link-type="idl" href="https://xhr.spec.whatwg.org/#interface-xmlhttprequest">XMLHttpRequest</a></code>'s <codeclass="idl"><adata-link-type="idl" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-send">send()</a></code> method, or
1504
-
Fetch’s <codeclass="idl"><adata-link-type="idl" href="https://fetch.spec.whatwg.org/#dom-request">Request()</a></code> or <codeclass="idl"><adata-link-type="idl" href="https://fetch.spec.whatwg.org/#dom-response">Response()</a></code> constructors, then:
1505
-
1506
-
1507
-
<ol>
1508
-
1509
-
<li>
1510
-
Abort the extraction algorithm and return the result of executing
1511
-
the <adata-link-type="dfn" href="https://xhr.spec.whatwg.org/#concept-fetchbodyinit-extract">extract a byte stream and
1512
-
<code>Content-Type</code></a> algorithm on a new (empty)
<pclass="issue" id="issue-6636b845"><aclass="self-link" href="#issue-6636b845"></a> Determine the right spec text to impart the following: When a request
1532
-
is handed off to Fetch, mark it as opaque if its body is populated from an
1533
-
opaque <codeclass="idl"><adata-link-type="idl" href="https://xhr.spec.whatwg.org/#interface-formdata">FormData</a></code> object, or if it is the result of a form submission with
1534
-
opaque contents.</p>
1535
-
1494
+
The opaqueness of a <codeclass="idl"><adata-link-type="idl" href="https://xhr.spec.whatwg.org/#interface-formdata">FormData</a></code> object taints <codeclass="idl"><adata-link-type="idl" href="https://fetch.spec.whatwg.org/#request">Request</a></code> objects
1495
+
created from them. The <codeclass="idl"><adata-link-type="idl" href="https://fetch.spec.whatwg.org/#body">Body</a></code> accessor methods will reject with a
<divclass="issue"> We should support explicit sign-up via
3607
3568
<codeclass="idl"><adata-link-type="idl" href="#passwordcredential">PasswordCredential</a></code>s with generated passwords. Perhaps something similar to
<divclass="issue"> Determine the right spec text to impart the following: When a request
3610
-
is handed off to Fetch, mark it as opaque if its body is populated from an
3611
-
opaque <codeclass="idl"><adata-link-type="idl" href="https://xhr.spec.whatwg.org/#interface-formdata">FormData</a></code> object, or if it is the result of a form submission with
0 commit comments