Zombie Navigator API (ZAPI) documentation
- Copyright:
- Copyright © 2015 Zombie Navigator Developers
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
The latest version of the GNU AGPL should be available here: https://www.gnu.org/licenses/agpl.html
- Copyright © 2015 Zombie Navigator Developers
- License:
- AGPL-3.0+
- Source:
Classes
Methods
(inner) closeAll() → {Promise}
Close all windows opened by the Zombie script
This doesn't close any other windows, so if the user moves a Zombie tab into
another window, that tab is not closed here.
- Source:
Returns:
- Type
- Promise
(inner) openPrivateWindow(uri) → {Promise}
Open a private window (tab)
Parameters:
Name | Type | Description |
---|---|---|
uri |
string |
- Source:
Returns:
Resolves to
Window
- Type
- Promise
(inner) openWindow(uri) → {Promise}
Open a window (tab)
Parameters:
Name | Type | Description |
---|---|---|
uri |
string |
- Source:
Returns:
Resolves to
Window
- Type
- Promise