Reference to another chunk required before a stream chunk can be loaded.

interface XGFChunkDependency {
    id?: string;
    uri?: string;
}

Properties

Properties

id?: string

Stable chunk ID in the stream index.

uri?: string

URI of the dependency chunk when no ID lookup is available.