create a one-liner description for each API
This commit is contained in:
parent
a4de40ec89
commit
ee190ca62a
34 changed files with 70 additions and 39 deletions
|
@ -1,5 +1,7 @@
|
|||
# The `window.open` function
|
||||
|
||||
Create a new window in a web page.
|
||||
|
||||
When `window.open` is called to create a new window in a web page, a new instance
|
||||
of `BrowserWindow` will be created for the `url` and a proxy will be returned
|
||||
to `window.open` to let the page have limited control over it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue