Variable ImageDecoder
ImageDecoder: {
prototype: ImageDecoder;
isTypeSupported(type: string): Promise<boolean>;
new (init: ImageDecoderInit): ImageDecoder;
}
prototype: ImageDecoder;
isTypeSupported(type: string): Promise<boolean>;
new (init: ImageDecoderInit): ImageDecoder;
}
Type declaration
- new (init: ImageDecoderInit): ImageDecoder
Parameters
- init: ImageDecoderInit
Returns ImageDecoder
prototype: ImageDecoder
isTypeSupported:function