ServiceWorker.stopAllWorkers
No description available.
{ "id": 1, "method": "ServiceWorker.stopAllWorkers" }
{ "id": 1, "result": {} }
const result = await send('ServiceWorker.stopAllWorkers'); console.log(result);