Storage.trackIndexedDBForStorageKeyRegisters storage key to be notified when an update occurs to its IndexedDB.
| Name | Type | Description |
|---|---|---|
storageKey | string | Storage key. |
{
"id": 1,
"method": "Storage.trackIndexedDBForStorageKey",
"params": {
"storageKey": "storageKey-value"
}
}
{
"id": 1,
"result": {}
}
const result = await send('Storage.trackIndexedDBForStorageKey', {"storageKey": "storageKey-value"});
console.log(result);