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

Method state

src/audio_decoder.ts:38–40  ·  view source on GitHub ↗

* The current state of the decoder.

()

Source from the content-addressed store, hash-verified

36 * The current state of the decoder.
37 */
38 get state() {
39 return this._state;
40 }
41
42 /**
43 * The number of pending decode operations.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected