Change8

v39.3.0

📦 electronView on GitHub →
1 features🐛 5 fixes🔧 4 symbols

Summary

This release introduces WebSocket authentication support via the `login` event on `webContents` and includes several bug fixes related to accessibility, DevTools stability, and network requests.

✨ New Features

  • Added support for WebSocket authentication through the `login` event on `webContents`.

🐛 Bug Fixes

  • Fixed `setRepresentedFilename()` not setting `AXDocument` accessibility attribute on macOS.
  • Fixed a potential race condition crash when opening DevTools.
  • Fixed stack overflow when compiling deeply nested JS functions.
  • Made toplevel icon Wayland protocol work.
  • Requests sent via `net` are now capable of having their headers modified to use reserved headers via `webRequest`.

Affected Symbols