UNPKG

@serwist/window

Version:

Simplifies communications with Serwist packages running in the service worker

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