Firefox Tomorrow

web api instance property

ImageDecoder: type property

View on MDN ↗

Secure contextAvailable in workers

The type read-only property of the ImageDecoder interface reflects the MIME type configured during construction.

Value

A string containing the configured MIME type.

Examples

The following example prints the value of type to the console.

console.log(imageDecoder.type);

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.