Electron Releases - v15.0.0-beta.2

npm install electron@v15.0.0-beta.2
yarn add electron@v15.0.0-beta.2
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 'dom-ready' event to WebFrameMain which emits when the frame's document is ready.
    • Added 'frame-created' event to WebContents which emits when a frame is created in the page. #30801
  • Added <webview>.sendToFrame() / frameId to 'ipc-message' event. #30704
  • Added app.configureHostResolver API for configuring DNS-over-HTTPS. #30775

Fixes

  • Fixed a crash in the repl when SharedArrayBuffer is disabled. #30483 (Also in 14)