mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
Fix documentation
This commit is contained in:
@@ -504,6 +504,7 @@ Returns:
|
||||
* `errorCode` Integer
|
||||
* `errorDescription` String
|
||||
* `validatedURL` String
|
||||
* `isMainFrame` Boolean
|
||||
|
||||
This event is like `did-finish-load`, but fired when the load failed or was
|
||||
cancelled, e.g. `window.stop()` is invoked.
|
||||
@@ -762,6 +763,10 @@ Emitted when media is paused or done playing.
|
||||
|
||||
### Event: 'did-change-theme-color'
|
||||
|
||||
Returns:
|
||||
|
||||
* `themeColor` String
|
||||
|
||||
Emitted when a page's theme color changes. This is usually due to encountering a meta tag:
|
||||
|
||||
```html
|
||||
|
||||
Reference in New Issue
Block a user