Storage.setInterestGroupTrackingEnables/Disables issuing of interestGroupAccessed events.
| Name | Type | Description |
|---|---|---|
enable | boolean |
{
"id": 1,
"method": "Storage.setInterestGroupTracking",
"params": {
"enable": true
}
}
{
"id": 1,
"result": {}
}
const result = await send('Storage.setInterestGroupTracking', {"enable": true});
console.log(result);