MCPcopy Create free account
hub / github.com/Vanilagy/webcodecs-polyfill / state

Method state

src/video_decoder.ts:58–60  ·  view source on GitHub ↗

* The current state of the decode.

()

Source from the content-addressed store, hash-verified

56 * The current state of the decode.
57 */
58 get state() {
59 return this._state;
60 }
61
62 /**
63 * The number of pending decode operations.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected