Share via


2.1.90 [W3C-HTML52] Section 7.2. The WindowOrWorkerGlobalScope mixin

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.