Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WICG/webpackage
/ destructureBundle
Method
destructureBundle
js/bundle/src/decoder.ts:21–21 ·
view source on GitHub ↗
(wbn: unknown[])
Source
from the content-addressed store, hash-verified
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. */
Callers
1
constructor
Method · 0.65
Implementers
1
js/bundle/src/decoder.ts
Calls
no outgoing calls
Tested by
no test coverage detected