ImageDecoder: complete property - Web APIs | MDN
Value
A boolean, true if buffering is complete.
Examples
The following example prints the value of complete to the console.
js
console.log(imageDecoder.complete);
Specifications
| Specification |
|---|
| WebCodecs # dom-imagedecoder-complete |