You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/References/Window.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ Get all windows with a callback function whose parameter is an array of nw.Windo
74
74
*`url``{String}` URL to be loaded in the opened window
75
75
*`options``{Object}`_Optional_ see [Window subfields](Manifest Format.md#window-subfields) in manifest format. And following extra fields can also be used in options.
76
76
-`new_instance``{Boolean}`_Optional_ whether to open a new window in a separate render process.
77
+
-`mixed_context``{Boolean}`_Optional_ If true, the Node context and DOM context are merged in the new window's process. Use only when `new_instance` is true.
77
78
-`inject_js_start``{String}`_Optional_ the script to be injected before any DOM is constructed and any script is run. See [Manifest format](Manifest Format.md#inject_js_start)
78
79
-`inject_js_end``{String}`_Optional_ the script to be injected after the document object is loaded, before onload event is fired. See [Manifest format](Manifest Format.md#inject_js_end)
79
80
-`id``{String}`_Optional_ the `id` used to identify the window. This will be used to remember the size and position of the window and restore that geometry when a window with the same id is later opened. [See also the Chrome App documentation](https://developer.chrome.com/apps/app_window#type-CreateWindowOptions)
0 commit comments