Electron v39.3.0
npm
npm install --save-dev electron@39.3.0
yarn
yarn add --dev electron@39.3.0
Release Notes
Features
Added support for WebSocket authentication through the
loginevent onwebContents. #49065 (Also in 40)
Fixes
Fixed
setRepresentedFilename()not settingAXDocumentaccessibility attribute on macOS. #49418 (Also in 40)Fixed a potential race condition crash when opening DevTools. #49423 (Also in 40)
Fixed stack overflow when compiling deeply nested JS functions. #49360
Made toplevel icon Wayland protocol work. #49415 (Also in 40)
Requests sent via
netare now capable of having their headers modified to use reserved headers viawebRequest. #49242 (Also in 40)