API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceSourceCodecContext
@codexo/exojs / assets / stable
What a codec is told about the acquisition it is decoding.
2
props
0
methods
0
events
Import
import { SourceCodecContext } from '@codexo/exojs'What a codec is told about the acquisition it is decoding.
Properties2
locator: stringThe canonical locator the representation was acquired from.
signal?: AbortSignalCancellation signal of the load this decode belongs to. Honour it in any long-running decode; undefined means the caller started the load without a cancellation channel.
Source