MCPcopy 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

3import { B1, FormatVersion, isApprovedVersion } from './constants.js';
4
5interface Headers {
6 [key: string]: string;
7}
8
9const knownSections = [
10 'critical',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected