Skip to content

Commit

Permalink
Editorial: improve COOP/COEP cross-linking and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni authored Oct 20, 2020
1 parent de47fa3 commit dc4af65
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -93687,10 +93687,10 @@ interface mixin <dfn>WindowOrWorkerGlobalScope</dfn> {

<dt>self . <code subdfn data-x="dom-crossOriginIsolated">crossOriginIsolated</code></dt>
<dd><p>Returns whether scripts running in this global are allowed to use APIs that require
cross-origin isolation. This depends on the `<code data-x="">Cross-Origin-Opener-Policy</code>`
and `<code data-x="">Cross-Origin-Embedder-Policy</code>` HTTP response headers and the
"<code data-x="cross-origin-isolated-feature">cross-origin-isolated</code>"
feature.</p></dd>
cross-origin isolation. This depends on the `<code
data-x="http-cross-origin-opener-policy">Cross-Origin-Opener-Policy</code>` and
`<code>Cross-Origin-Embedder-Policy</code>` HTTP response headers and the "<code
data-x="cross-origin-isolated-feature">cross-origin-isolated</code>" feature.</p></dd>
</dl>

<div class="example">
Expand Down Expand Up @@ -119180,7 +119180,8 @@ interface <dfn>External</dfn> {
</dl>


<h3>`<dfn><code data-x="http-cross-origin-opener-policy">Cross-Origin-Opener-Policy</code></dfn>`</h3>
<h3>`<dfn http-header><code
data-x="http-cross-origin-opener-policy">Cross-Origin-Opener-Policy</code></dfn>`</h3>

<p>This section describes a header for registration in the Permanent Message Header Field
Registry. <ref spec=RFC3864></p>
Expand Down

0 comments on commit dc4af65

Please sign in to comment.