-
Notifications
You must be signed in to change notification settings - Fork 1
test
lonm edited this page Oct 19, 2019
·
1 revision
The vivaldi.test namespace contains functionality related to XYZ.
This doesn't exist but I'm including it as a boilerplate to test the wiki.
Checks for new updates to vivaldi.
| Type | Argument | Notes |
|---|---|---|
boolean |
withUi | Should the updater UI show? |
Returns: nothing
These are the potential states the dev tools can be in
| Value | Notes |
|---|---|
CONSOLE |
The console is active |
INSPECT |
The inspector is active |
DEFAULT |
Any other part of dev tools is active |
This event fires whenever the devtools docking state changes.
Event call arguments:
| Type | Argument | Notes |
|---|---|---|
number |
tab | The tab dev tools are attached to |
string |
location | 'bottom' | 'left' | 'right' | 'undocked' |
Notes Be careful of the location argument - it doesn't have an associated enum. It's just a string.