Limited availability
Note: This feature is available in Dedicated Web Workers.
The ready
property of the ImageTrackList
interface returns a Promise
that resolves when the ImageTrackList
is populated with tracks
.
A Promise
that resolves with undefined
.
The following example prints the value of ready
to the console, this will be undefined
once the promise resolves.
let tracks = imageDecoder.tracks;
let ready = await tracks.ready;
console.log(ready);
Specifications Browser compatibility
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4