Add Electron options from the Window
facade
#282
Closed
lightwalkernet
started this conversation in
Ideas
Replies: 3 comments
-
I would like to see this as well to be able to load local files directly in an img tag with |
Beta Was this translation helpful? Give feedback.
0 replies
-
This isn't supported yet, but could be! |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can now pass |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On the window facade it would be helpful to have access to be able to add electron options such as webPreferences as in the example below. This is helpful with opening external websites inside of the app.
webPreferences: { nodeIntegration: false, contextIsolation: false, enableRemoteModule: true, }
Currently I don't see an endpoint in the WindowManger to allow for additional settings and options to be added to the Electron BrowserWindow
Beta Was this translation helpful? Give feedback.
All reactions