Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WICG/webpackage
/ getResponse
Method
getResponse
js/bundle/src/decoder.ts:20–20 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
18
interface
CompatAdapter {
19
wbnLength: number;
20
getResponse(url: string): Response;
21
destructureBundle(wbn: unknown[]): [any, any, any, any, any, any];
22
}
23
Callers
3
getResponse
Method · 0.65
decoder_test.js
File · 0.65
decoder_test_version_b1.cjs
File · 0.65
Implementers
1
js/bundle/src/decoder.ts
Calls
no outgoing calls
Tested by
no test coverage detected