Electron Releases - v7.1.13

npm install electron@v7.1.13
yarn add electron@v7.1.13

Release Notes

Fixes

  • Fixed webRequest API not working with WebSockets. #22141
  • Fixed a crash in webContents.print() with custom print margins. #22187
  • Fixed a potential issue with active Menu garbage collection. #22151
  • Fixed an issue where undefined was printed from console.log on Window when no arguments were passed. #22173
  • Removed unneccessary breakpad_symbols directory from the dsym zip file. #22220

Other Changes

  • Fixed a potential crash on faulty deviceNames in webContents.print(). #22012

Documentation

  • Documentation changes: #22266