Merge pull request #2214 from PButcher/patch-1

Update window-open.md
This commit is contained in:
Cheng Zhao 2015-07-15 16:43:50 -07:00
commit f78dcfb8e0

View file

@ -2,7 +2,7 @@
When `window.open` is called to create a new window in 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 to have limited control over it.
to `window.open` to let the page have limited control over it.
The proxy only has some limited standard functionality implemented to be
compatible with traditional web pages, for full control of the created window