← Back to ServiceWorker domain

ServiceWorker.stopAllWorkers

No description available.

Domain: ServiceWorker experimental

Example Request

{
  "id": 1,
  "method": "ServiceWorker.stopAllWorkers"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('ServiceWorker.stopAllWorkers');
console.log(result);