v1.0 with SW PWA enabled
This commit is contained in:
11
frontend/node_modules/workbox-window/utils/urlsMatch.d.ts
generated
vendored
Normal file
11
frontend/node_modules/workbox-window/utils/urlsMatch.d.ts
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
import '../_version.js';
|
||||
/**
|
||||
* Returns true if two URLs have the same `.href` property. The URLS can be
|
||||
* relative, and if they are the current location href is used to resolve URLs.
|
||||
*
|
||||
* @private
|
||||
* @param {string} url1
|
||||
* @param {string} url2
|
||||
* @return {boolean}
|
||||
*/
|
||||
export declare function urlsMatch(url1: string, url2: string): boolean;
|
||||
Reference in New Issue
Block a user