Skip to content

CodecRegistry

Defined in: sdks/js/browser-sdk/src/CodecRegistry.ts:7

new CodecRegistry(codecs): CodecRegistry

Defined in: sdks/js/browser-sdk/src/CodecRegistry.ts:10

ContentCodec[]

CodecRegistry

getCodec<ContentType>(contentType): ContentCodec<ContentType> | undefined

Defined in: sdks/js/browser-sdk/src/CodecRegistry.ts:22

Gets the codec for a given content type

ContentType = unknown

ContentTypeId

The content type to get the codec for

ContentCodec<ContentType> | undefined

The codec, if found