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

Method manifestURL

js/bundle/src/decoder.ts:98–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 get manifestURL(): string | null {
99 // the manifest section is not part of the b2 spec but it might have been defined anyway
100 if (this.sections['manifest']) {
101 return asString(this.sections['manifest']);
102 }
103 return null;
104 }
105
106 get urls(): string[] {
107 return Array.from(this.indexSection.keys());

Callers

nothing calls this directly

Calls 1

asStringFunction · 0.85

Tested by

no test coverage detected