Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WICG/webpackage
/ Headers
Interface
Headers
js/bundle/src/decoder.ts:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
{ B1, FormatVersion, isApprovedVersion } from
'./constants.js'
;
4
5
interface
Headers {
6
[key: string]: string;
7
}
8
9
const
knownSections = [
10
'critical'
,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected