@@ -2578,6 +2578,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
2578
2578
<li><dfn data-x="concept-response-timing-info" data-x-href="https://fetch.spec.whatwg.org/#concept-response-timing-info">timing info</dfn></li>
2579
2579
<li><dfn data-x="concept-response-service-worker-timing-info" data-x-href="https://fetch.spec.whatwg.org/#response-service-worker-timing-info">service worker timing info</dfn></li>
2580
2580
<li><dfn data-x="concept-response-has-cross-origin-redirects" data-x-href="https://fetch.spec.whatwg.org/#response-has-cross-origin-redirects">has-cross-origin-redirects</dfn></li>
2581
+ <li><dfn data-x="concept-filtered-response-opaque-redirect" data-x-href="https://fetch.spec.whatwg.org/#concept-filtered-response-opaque-redirect">opaque-redirect filtered response</dfn></li>
2581
2582
<li>
2582
2583
<dfn data-x-href="https://wicg.github.io/background-fetch/#extract-content-range-values">extract content-range values</dfn>
2583
2584
<!-- TODO: move this to FETCH -->
@@ -81704,9 +81705,10 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
81704
81705
<li><p>If <var>reservedEnvironment</var> is a <span>non-secure context</span>, then return
81705
81706
<var>policy</var>.</p></li>
81706
81707
81707
- <li><p>Let <var>value</var> be the result of <span>getting a structured field value</span> given
81708
- `<code>Cross-Origin-Opener-Policy</code>` and "<code data-x="">item</code>" from
81709
- <var>response</var>'s <span data-x="concept-response-header-list">header list</span>.</p></li>
81708
+ <li><p>Let <var>parsedItem</var> be the result of <span>getting a structured field value</span>
81709
+ given `<code>Cross-Origin-Opener-Policy</code>` and "<code data-x="">item</code>" from
81710
+ <var>response</var>'s <span>unsafe response</span>'s <span
81711
+ data-x="concept-response-header-list">header list</span>.</p>
81710
81712
81711
81713
<li>
81712
81714
<p>If <var>parsedItem</var> is not null, then:</p>
@@ -131643,6 +131645,7 @@ INSERT INTERFACES HERE
131643
131645
Arne Thomassen,
131644
131646
Aron Spohr,
131645
131647
Arphen Lin,
131648
+ Arthur Hemery,
131646
131649
Arthur Sonzogni, <!-- ArthurSonzogni on GitHub -->
131647
131650
Arthur Stolyar,
131648
131651
Arun Patole,
0 commit comments