Storage.untrackCacheStorageForStorageKeyUnregisters storage key from receiving notifications for cache storage.
| Name | Type | Description |
|---|---|---|
storageKey | string | Storage key. |
{
"id": 1,
"method": "Storage.untrackCacheStorageForStorageKey",
"params": {
"storageKey": "storageKey-value"
}
}
{
"id": 1,
"result": {}
}
const result = await send('Storage.untrackCacheStorageForStorageKey', {"storageKey": "storageKey-value"});
console.log(result);