Note about platform specific apis
This commit is contained in:
parent
4e781eb042
commit
71fa87e4ed
1 changed files with 4 additions and 0 deletions
|
@ -117,6 +117,8 @@ Properties `width` and `height` are required.
|
|||
|
||||
The `BrowserWindow` object emits the following events:
|
||||
|
||||
+**Note** Some events are only available on specific operating systems and are labeled as such.
|
||||
|
||||
### Event: 'page-title-updated'
|
||||
|
||||
Returns:
|
||||
|
@ -290,6 +292,8 @@ Remove the devtools extension whose name is `name`.
|
|||
|
||||
Objects created with `new BrowserWindow` have the following instance methods:
|
||||
|
||||
+**Note** Some methods are only available on specific operating systems and are labeled as such.
|
||||
|
||||
```javascript
|
||||
var BrowserWindow = require('browser-window');
|
||||
|
||||
|
|
Loading…
Reference in a new issue