← Back to Storage domain

Storage.runBounceTrackingMitigations

Deletes state for sites identified as potential bounce trackers, immediately.

Domain: Storage experimental

Returns

NameTypeDescription
deletedSitesarray

Example Request

{
  "id": 1,
  "method": "Storage.runBounceTrackingMitigations"
}

Example Response

{
  "id": 1,
  "result": {
    "deletedSites": []
  }
}

Usage in Node.js

const result = await send('Storage.runBounceTrackingMitigations');
console.log(result);
// {"deletedSites": []}