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