UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

9 lines (8 loc) 256 B
export declare class FetchEvent { readonly type: string; request: Request; constructor(request: Request); passThroughOnException(): void; waitUntil(somePromise: Promise<any>): void; respondWith(response: Promise<Response>): void; }