API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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: numberbyteLength: numberentries: readonly string[]Logical sources the pack carries, in the order its head lists them.
hash: stringSHA-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: stringLogical name the manifest lists the pack under - stable across re-packs, unlike the file name.
url: stringWhere the pack file is, resolved against the manifest's own URL.
Source