File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 39
39
type: dfn; text: bitmap data; url: imagebitmap-and-animations.html#concept-imagebitmap-bitmap-data
40
40
for: Canvas;
41
41
type: dfn; text: Check the usability of the image argument; url: canvas.html#check-the-usability-of-the-image-argument
42
+ type: dfn; text: is not origin-clean; url: canvas.html#the-image-argument-is-not-origin-clean
42
43
for: webappapis;
43
44
type: dfn; text: entry settings object; url: webappapis.html#entry-settings-object
44
45
for: media;
3335
3336
1. [=Canvas/Check the usability of the image argument=]. If this throws an
3336
3337
exception or returns < var ignore =''> bad</ var > , then throw an
3337
3338
{{InvalidStateError}} {{DOMException}}.
3338
- 2. If the [=/origin=] of |image|'s image data is not [=same origin=]
3339
- with the [=webappapis/entry settings object=]'s
3340
- [=/origin=], then throw a {{SecurityError}}
3341
- {{DOMException}}.
3339
+ 2. If |image| [=Canvas/is not origin-clean=], then throw a {{SecurityError}} {{DOMException}}.
3342
3340
3. Let |frame| be a new {{VideoFrame}}.
3343
3341
5. Switch on |image|:
3344
3342
You can’t perform that action at this time.
0 commit comments