Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -128141,11 +128141,7 @@ dictionary <dfn dictionary>ImageBitmapOptions</dfn> {
slot is detached, or a <code>Blob</code> whose data cannot be interpreted as a bitmap
image).</p>

<p>Rejects the promise with a <span>"<code>SecurityError</code>"</span>
<code>DOMException</code> if the script is not allowed to access the image data of the source
image (e.g. a <code>video</code> that is <span>CORS-cross-origin</span>, or a
<code>canvas</code> being drawn on by a script in a worker from another
<span>origin</span>).</p>

Comment on lines 128143 to +128144
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should remove these two newlines as well.

</dd>

<dt><code data-x=""><var>imageBitmap</var>.<span subdfn data-x="dom-ImageBitmap-close">close</span>()</code></dt>
Expand Down
Loading