Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
V0434: The createImageBitmap methods are not supported
The specification states:
-
7.2. The WindowOrWorkerGlobalScope mixin The WindowOrWorkerGlobalScope mixin is for use of APIs that are to be exposed on Window and WorkerGlobalScope objects. [NoInterfaceObject, Exposed=(Window, Worker)] interface WindowOrWorkerGlobalScope { ... // ImageBitmap, Images (ImageBitmapFactories) Promise<ImageBitmap> createImageBitmap(ImageBitmapSource image); Promise<ImageBitmap> createImageBitmap(ImageBitmapSource image, long sx, long sy, long sw, long sh); };
EdgeHTML Mode
The createImageBitmap methods are not supported.