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

Method constructor

js/bundle/src/decoder.ts:135–135  ·  view source on GitHub ↗
(private bundle: Bundle)

Source from the content-addressed store, hash-verified

133 wbnLength: number = 6;
134
135 constructor(private bundle: Bundle) {}
136
137 getResponse(url: string): Response {
138 const indexEntry = asArray(this.bundle.indexSection.get(url));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected