File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78180,6 +78180,9 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
78180
78180
<li><p>If <var>target</var> is the empty string, then set <var>target</var> to "<code
78181
78181
data-x="">_blank</code>".</p></li>
78182
78182
78183
+ <li><p>Let <var>tokenizedFeatures</var> be the result of <span
78184
+ data-x="concept-window-open-features-tokenize">tokenizing</span> <var>features</var>.</p></li>
78185
+
78183
78186
<li><p>Let <var>noopener</var> be true if <var>tokenizedFeatures</var> <span data-x="map
78184
78187
exists">contains</span> an entry with the key "<code data-x="">noopener</code>"</p></li>
78185
78188
@@ -78198,9 +78201,6 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
78198
78201
78199
78202
<li><p>If <var>target browsing context</var> is null, then return null.</p></li>
78200
78203
78201
- <li><p>Let <var>tokenizedFeatures</var> be the result of <span
78202
- data-x="concept-window-open-features-tokenize">tokenizing</span> <var>features</var>.</p></li>
78203
-
78204
78204
<li><p>Let <var>resource</var> be the <span>URL</span> "<code>about:blank</code>".</p></li>
78205
78205
78206
78206
<li>
You can’t perform that action at this time.
0 commit comments