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

Class

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

Source from the content-addressed store, hash-verified

130 if (formatVersion === B1) {
131 // format version b1
132 return new (class implements CompatAdapter {
133 wbnLength: number = 6;
134
135 constructor(private bundle: Bundle) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected