Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WICG/webpackage
/ setPrimaryURL
Method
setPrimaryURL
js/bundle/src/encoder.ts:74–76 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
72
}
73
74
setPrimaryURL(url: string): BundleBuilder {
75
return
this.compatAdapter.setPrimaryURL(url);
76
}
77
78
setManifestURL(url: string): BundleBuilder {
79
return
this.compatAdapter.setManifestURL(url);
Callers
1
main
Function · 0.95
Calls
1
setPrimaryURL
Method · 0.65
Tested by
no test coverage detected