mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
add some markdown links
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
> Open a new window and load a URL.
|
||||
|
||||
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
|
||||
of [`BrowserWindow`](browser-window.md) will be created for the `url` and a proxy will be returned
|
||||
to `window.open` to let the page have limited control over it.
|
||||
|
||||
The proxy has limited standard functionality implemented to be
|
||||
|
||||
Reference in New Issue
Block a user