Hello everyone,
I'm trying to update my app libraries (package.json screenshots are attached)
started at electron 8.0.2 got up to 13.0.0 with no issues, at 14.0.0 i get a blank page after installation.
nothing has changed except the electron version.
added index.js file and index.html files
what am i missing here?
#HLEP : Blank page issue
6 messages · Page 1 of 1 (latest)
contextIsolation is enabled by default
can you elaborate?
Context Isolation is a feature that ensures that both your preload scripts and Electron's internal logic run in a separate context to the website you load in a webContents. This is important for security purposes as it helps prevent the website from accessing Electron internals or the powerful APIs your preload script has access to.
contextIsolation property of webPreferences