API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceManifestPack

@codexo/exojs / assets / stable

One pack a manifest carries.

6
props
0
methods
0
events
Import
import { ManifestPack } from '@codexo/exojs'

One pack a manifest carries.

Properties6
blockCount: number
byteLength: number
entries: readonly string[]
Logical sources the pack carries, in the order its head lists them.
hash: string
SHA-256 of the whole container file, lowercase hex. The pack's file name carries a prefix of it, which is what makes the URL change exactly when the bytes do, and what lets the file be served with an immutable cache lifetime.
name: string
Logical name the manifest lists the pack under - stable across re-packs, unlike the file name.
url: string
Where the pack file is, resolved against the manifest's own URL.
Source