create a one-liner description for each API

This commit is contained in:
Zeke Sikelianos 2016-04-21 15:35:29 -07:00
commit ee190ca62a
34 changed files with 70 additions and 39 deletions

View file

@ -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.