Storage.runBounceTrackingMitigationsDeletes state for sites identified as potential bounce trackers, immediately.
| Name | Type | Description |
|---|---|---|
deletedSites | array |
{
"id": 1,
"method": "Storage.runBounceTrackingMitigations"
}
{
"id": 1,
"result": {
"deletedSites": []
}
}
const result = await send('Storage.runBounceTrackingMitigations');
console.log(result);
// {"deletedSites": []}