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;
}