Intended to match DOM Response, node-fetch Response, undici Response, etc.

interface ResponseLike {
    url: string;
    blob(): Promise<BlobLike>;
}

Properties

Methods

Properties

url: string

Methods