UNPKG

appcache-polyfill-sw

Version:

A service worker implementation of the behavior defined in a page's App Cache manifest.

2 lines (1 loc) 121 B
export declare function fetchWithFallback(request: Request, fallbackUrl: string, cacheName: string): Promise<Response>;