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

Method getWebBundleId

js/sign/src/core/signed-web-bundle.ts:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 }
121
122 getWebBundleId(): string {
123 return this.integrityBlock.getWebBundleId();
124 }
125
126 getSignedWebBundleBytes(): Uint8Array {
127 if (this.integrityBlock.getSignatureStack().length == 0) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected