File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -89901,12 +89901,13 @@ dictionary <dfn dictionary>WindowPostMessageOptions</dfn> : <span>StructuredSeri
89901
89901
89902
89902
<p>To <dfn>get noopener for window open</dfn>, given a <code>Document</code>
89903
89903
<var>sourceDocument</var>, an <span>ordered map</span> <var>tokenizedFeatures</var>, and a
89904
- <span>URL record</span> <var>url</var>, perform the following steps. They return a boolean.</p>
89904
+ <span>URL record</span>-or-null <var>url</var>, perform the following steps. They return a
89905
+ boolean.</p>
89905
89906
89906
89907
<ol>
89907
89908
<li>
89908
- <p>If <var>url</var>'s <span data-x="concept-url-scheme">scheme</span> is "<code
89909
- data-x="">blob</code>" :</p>
89909
+ <p>If <var>url</var> is not null and <var>url</var>'s <span
89910
+ data-x="concept-url-blob-entry ">blob URL entry</span> is not null :</p>
89910
89911
89911
89912
<ol>
89912
89913
<li><p>Let <var>blobOrigin</var> be <var>url</var>'s <span
You can’t perform that action at this time.
0 commit comments