Skip to content
1 min read · 20 words

Function: isEncoderAvailable()

ts
function isEncoderAvailable(): Promise<boolean>;

Defined in: src/batteries/isolation/codec.ts:100

Whether the encoder peer is currently available. Used to populate ready.encoderAvailable.

Returns

Promise<boolean>