MCPcopy 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

18interface CompatAdapter {
19 wbnLength: number;
20 getResponse(url: string): Response;
21 destructureBundle(wbn: unknown[]): [any, any, any, any, any, any];
22}
23

Callers 3

getResponseMethod · 0.65
decoder_test.jsFile · 0.65

Implementers 1

js/bundle/src/decoder.ts

Calls

no outgoing calls

Tested by

no test coverage detected