1,295
edits
(→WebIDL) |
(→WebIDL) |
||
| Line 3: | Line 3: | ||
[Constructor(unsigned long width, unsigned long height)] | [Constructor(unsigned long width, unsigned long height)] | ||
interface WorkerCanvas { | interface WorkerCanvas { | ||
attribute unsigned long width; | |||
attribute unsigned long height; | |||
RenderingContext? getContext(DOMString contextId, any... arguments); | RenderingContext? getContext(DOMString contextId, any... arguments); | ||
void toBlob(FileCallback? _callback, optional DOMString type, any... arguments); | void toBlob(FileCallback? _callback, optional DOMString type, any... arguments); | ||
edits