Electron v34.0.1
npm
npm install --save-dev electron@34.0.1
yarn
yarn add --dev electron@34.0.1
Release Notes
Fixes
Addressed two possible crashes in the File System Access API. #45260 (Also in 35)
Fixed an issue where drag-dropping two directories would cause
getAsFileSystemHandle
to never resolve. #45258 (Also in 33, 35)The
avoidClosingConnections
option forsession.clearData
now properly defaults tofalse
when thedataTypes
option is not set. #45208 (Also in 33)