ServiceWorker.stopWorkerNo description available.
| Name | Type | Description |
|---|---|---|
versionId | string |
{
"id": 1,
"method": "ServiceWorker.stopWorker",
"params": {
"versionId": "versionId-value"
}
}
{
"id": 1,
"result": {}
}
const result = await send('ServiceWorker.stopWorker', {"versionId": "versionId-value"});
console.log(result);