UNPKG

@serwist/window

Version:

Simplifies communications with Serwist packages running in the service worker

8 lines (6 loc) 266 B
const isCurrentPageOutOfScope = (scope)=>{ const scopeURL = new URL(scope, document.baseURI); const scopeURLBasePath = new URL("./", scopeURL.href).pathname; return !location.pathname.startsWith(scopeURLBasePath); }; export { isCurrentPageOutOfScope };