Storage.getRelatedWebsiteSetsReturns the effective Related Website Sets in use by this profile for the browser session. The effective Related Website Sets will not change during a browser session.
| Name | Type | Description |
|---|---|---|
sets | array |
{
"id": 1,
"method": "Storage.getRelatedWebsiteSets"
}
{
"id": 1,
"result": {
"sets": []
}
}
const result = await send('Storage.getRelatedWebsiteSets');
console.log(result);
// {"sets": []}