dont await clients.claim()

This commit is contained in:
Rich Harris
2018-03-04 21:35:55 -05:00
parent eaf0dc1854
commit ae41376239

View File

@@ -26,7 +26,7 @@ self.addEventListener('activate', event => {
if (key !== ASSETS) await caches.delete(key);
}
await self.clients.claim();
self.clients.claim();
})
);
});