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

Class

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

Source from the content-addressed store, hash-verified

190
191/** This class represents an HTTP resource in Web Bundle. */
192export class Response {
193 status: number;
194 headers: Headers;
195 body: Uint8Array;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected