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

Method removeSignature

js/sign/src/core/signed-web-bundle.ts:74–77  ·  view source on GitHub ↗
(publicKey: Uint8Array)

Source from the content-addressed store, hash-verified

72 }
73
74 removeSignature(publicKey: Uint8Array): this {
75 this.integrityBlock.removeIntegritySignature(publicKey);
76 return this;
77 }
78
79 printInfo(): void {
80 warnLog(

Callers 2

parseArgumentsFunction · 0.80

Calls 1

Tested by

no test coverage detected