options
The options used to create the BrowserWindow. They are merged in increasing precedence: parsed options from the features
string from window.open()
, security-related webPreferences inherited from the parent, and options given by webContents.setWindowOpenHandler
. Unrecognized options are not filtered out.