Allow for redirects after a CORS-preflight · whatwg/fetch@0d9a4db (original) (raw)

Original file line number Diff line number Diff line change
@@ -2487,9 +2487,7 @@

5.1 Main fetch

2487 2487 <dd>
2488 2488 <p>Set <var>request</var>'s
2489 2489 <a href="#concept-request-response-tainting" title="concept-request-response-tainting">response tainting</a> to
2490 - "<code title="">cors</code>" and <var>request</var>'s
2491 -<a href="#concept-request-redirect-mode" title="concept-request-redirect-mode">redirect mode</a> to
2492 - "<code title="">error</code>".
2490 + "<code title="">cors</code>".
2493 2491 <p>The result of performing an <a href="#concept-http-fetch" title="concept-http-fetch">HTTP fetch</a> using
2494 2492 <var>request</var> with the <i title="">CORS flag</i> and
2495 2493 <i title="">CORS-preflight flag</i> set. If the result is a
@@ -5670,6 +5668,7 @@

Acknowledgments

5670 5668 Mike West,
5671 5669 Mohamed Zergaoui,
5672 5670 Ms2ger,
5671 +Nico Schlömer,
5673 5672 Nikhil Marathe,
5674 5673 Nikki Bee,
5675 5674 Nikunj Mehta,
@@ -5700,7 +5699,7 @@

Acknowledgments

5700 5699 Wayne Carr,
5701 5700 Xabier Rodríguez,
5702 5701 Yoav Weiss,
5703 -Youenn Fablet,
5702 +Youenn Fablet,
5704 5703 平野裕 (Yutaka Hirano), and
5705 5704 Zhenbin Xu
5706 5705 for being awesome.