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

Method toString

js/sign/src/web-bundle-id.ts:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 toString() {
63 return `\
64 Web Bundle ID: ${this.serialize()}
65 Isolated Web App Origin: ${this.serializeWithIsolatedWebAppOrigin()}`;
66 }
67}
68
69export function getBundleId(signedWebBundle: Uint8Array) {

Callers 4

parseRawPublicKeyFunction · 0.80
printInfoMethod · 0.80
constructorMethod · 0.80

Calls 2

serializeMethod · 0.95

Tested by

no test coverage detected