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

Class

js/bundle/src/encoder.ts:243–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243class HeaderMap extends Map<string, string> {
244 constructor(status: number, headers: Headers) {
245 super();
246 if (status < 100 || status > 999) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected