Class: Main

Main

Utility Class managing tabs.

Constructor

new Main()

Source:

Methods

(static) getCurrentWindow() → {Promise.<Window>}

Get the current window under shape Window object.
Source:
See:
Returns:
Type
Promise.<Window>

(static) getTabIdsPerWindow() → {Promise.<Map>}

Get all tab identifiers for each window under shape a Map[int, array[int]] object.
Source:
See:
Returns:
Type
Promise.<Map>

(static) mergeAllWindows() → {Promise.<undefined>}

Merge all windows in the current window.
Source:
See:
Returns:
Type
Promise.<undefined>