ServiceWorker.dispatchSyncEventNo description available.
| Name | Type | Description |
|---|---|---|
origin | string | |
registrationId | RegistrationID | |
tag | string | |
lastChance | boolean |
{
"id": 1,
"method": "ServiceWorker.dispatchSyncEvent",
"params": {
"origin": "origin-value",
"registrationId": "registrationId-value",
"tag": "tag-value",
"lastChance": true
}
}
{
"id": 1,
"result": {}
}
const result = await send('ServiceWorker.dispatchSyncEvent', {"origin": "origin-value", "registrationId": "registrationId-value", "tag": "tag-value", "lastChance": true});
console.log(result);