UNPKG

appcache-polyfill-sw

Version:

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

2 lines (1 loc) 101 B
export declare function longestMatchingPrefix(urlPrefixes: Array<string>, fullUrl: string): string;