K
Size: a a a
K
YS
в
K
К
async function removeAllWorkers() {
  const registrations = await navigator.serviceWorker.getRegistrations();
  for (let registration of registrations) {
    registration.unregister();
  }
}РМ
РМ
async function removeAllWorkers() {
  const registrations = await navigator.serviceWorker.getRegistrations();
  for (let registration of registrations) {
    registration.unregister();
  }
}РМ
M
M
РМ
РМ
RR
РМ
M
RR
RR
RR
NN
x