Electron Releases - v13.0.0-beta.21

npm install electron@v13.0.0-beta.21
yarn add electron@v13.0.0-beta.21
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Features

  • Added new session.storagePath API to get the path on disk for session-specific data. #28866

Fixes

  • Allow Node.js to manage microtasks queue by using explicit microtasks policy before calling uv_run(). #28973 (Also in 11, 12)
  • Fixed an issue where the window couldn't be closed if a user tried to quit with a message box showing. #28988 (Also in 12)

Other Changes

  • Updated Chromium to 91.0.4472.33. #28660