1,295
edits
(→WebIDL) |
|||
| Line 22: | Line 22: | ||
partial interface HTMLImageElement { | partial interface HTMLImageElement { | ||
attribute (Blob or ImageBitmap)? srcObject; | attribute (Blob or ImageBitmap)? srcObject; | ||
}; | |||
partial interface ImageBitmap { | |||
void close(); | |||
}; | }; | ||
edits