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: 0 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -128140,12 +128140,6 @@ dictionary <dfn dictionary>ImageBitmapOptions</dfn> {
<code data-x="dom-imagedata-data">data</code> attribute value's [[ViewedArrayBuffer]] internal
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>
</dd>

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