Browser.setDockTileSet dock tile details, platform-specific.
| Name | Type | Description |
|---|---|---|
badgeLabel (optional) | string | |
image (optional) | string | Png encoded image. (Encoded as a base64 string when passed over JSON) |
{
"id": 1,
"method": "Browser.setDockTile"
}
{
"id": 1,
"result": {}
}
const result = await send('Browser.setDockTile');
console.log(result);