MCPcopy Create free account
hub / github.com/WICG/webpackage /

Class

js/bundle/src/decoder.ts:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24/** This class represents parsed Web Bundle. */
25export class Bundle {
26 version: FormatVersion;
27 private b1PrimaryURL: string | null = null; // only valid in format version b1
28 private sections: { [key: string]: unknown } = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected