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

Interface CompatAdapter

js/bundle/src/decoder.ts:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16];
17
18interface CompatAdapter {
19 wbnLength: number;
20 getResponse(url: string): Response;
21 destructureBundle(wbn: unknown[]): [any, any, any, any, any, any];
22}
23
24/** This class represents parsed Web Bundle. */
25export class Bundle {

Callers 4

getResponseMethod · 0.65
decoder_test.jsFile · 0.65
constructorMethod · 0.65

Implementers 1

js/bundle/src/decoder.ts

Calls

no outgoing calls

Tested by

no test coverage detected