Firefox Tomorrow

web api instance property

ImageDecoder: complete property

View on MDN ↗

Secure contextAvailable in workers

The complete read-only property of the ImageDecoder interface returns true if encoded data has completed buffering.

Value

A Boolean, true if buffering is complete.

Examples

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

console.log(imageDecoder.complete);

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.