MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / decode

Method decode

typings/text/decoder.d.ts:31–31  ·  view source on GitHub ↗
(input?: Uint8Array | ArrayBufferLike, options?: TextDecodeOptions)

Source from the content-addressed store, hash-verified

29
30 interface TextDecoder extends TextDecoderCommon {
31 decode(input?: Uint8Array | ArrayBufferLike, options?: TextDecodeOptions): string;
32 }
33
34 const TextDecoder: {

Callers 15

getKeyMethod · 0.65
findCertMethod · 0.65
verifyMethod · 0.65
registerMethod · 0.65
onCharacteristicValueMethod · 0.65
decode.jsFile · 0.65
decode.jsFile · 0.65
decodestream.jsFile · 0.65
surrogates.jsFile · 0.65
berRoundTripFunction · 0.65
berRoundTripFunction · 0.65

Implementers 1

BERmodules/crypt/etc/ber.js

Calls

no outgoing calls

Tested by

no test coverage detected