Electron v41.10.6
npm
npm install --save-dev electron@41.10.6
yarn
yarn add --dev electron@41.10.6
Release Notes
Fixes
Fixed
registerFileProtocolandregisterHttpProtocolreturning readable responses to cross-originno-corsfetches; they now return opaque responses likeprotocol.handle. #52854 (Also in 42, 43, 44)Fixed an issue on Windows where the app process could fail to exit after
app.quit()while ashell.openExternal()orshell.openPath()call was still waiting on a system "Open with" dialog. #52899 (Also in 43, 44)Fixed windows opened by a sandboxed top-level frame not inheriting the opener's sandbox restrictions. #52849 (Also in 42, 43, 44)
<webview>andwindow.opennow inheritnodeIntegrationInWorkerfrom the embedder, consistent with the other Node and sandbox preferences. #52829 (Also in 42, 43, 44)