Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install electron@16.0.0-beta.2
.
Release Notes for v16.0.0-beta.2
Features
- Added new data parameter to
app.requestSingleInstanceLock()
. #31444 - Added warning when
ipcRenderer.sendSync()
is called with no listeners for channel onipcMain
. #31435 (Also in 13, 14, 15)