Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseArguments
Function · 0.80
signed-web-bundle_test.js
File · 0.80
Calls
1
removeIntegritySignature
Method · 0.80
Tested by
no test coverage detected