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.
Returns:
- Type
- Promise.<Map>
(static) mergeAllWindows() → {Promise.<undefined>}
Merge all windows in the current window.
- Source:
- See:
Returns:
- Type
- Promise.<undefined>