mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 20:16:16 -04:00
4 lines
141 B
TypeScript
4 lines
141 B
TypeScript
![]() |
if ("serviceWorker" in navigator &&
|
||
|
window.location.search.includes("isPWA=true")) {
|
||
|
navigator.serviceWorker.register("sw-b71.js");
|
||
|
}
|