Skip to content

Commit

Permalink
Fix null URL blob handling in "get an element's noopener"
Browse files Browse the repository at this point in the history
Similar to 54828a7.
  • Loading branch information
shannonbooth authored Feb 5, 2025
1 parent 0b5dd5e commit 2314373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -25575,8 +25575,8 @@ document.body.appendChild(wbr);</code></pre>
true.</p></li>

<li>
<p>If <var>url</var>'s <span data-x="concept-url-scheme">scheme</span> is "<code
data-x="">blob</code>":</p>
<p>If <var>url</var>'s <span data-x="concept-url-blob-entry">blob URL entry</span> is not
null:</p>

<ol>
<li><p>Let <var>blobOrigin</var> be <var>url</var>'s <span
Expand Down

0 comments on commit 2314373

Please sign in to comment.