Browsing index pages (2 articles)
↧
CORS request with Electron
I can't manage to make a CORS request from my electron app.I have set the required webSecuritymainWindow = new BrowserWindow({ width: 1024, height: 768, show: false, webPreferences: { webSecurity:...
View ArticleAnswer by Sarath Ak for CORS request with Electron
I'm using thisconst { app, BrowserWindow } = require("electron");app.commandLine.appendSwitch("disable-features", "OutOfBlinkCors");
View Article
Browsing index pages (2 articles)