Release Notes for v0.33.1
Changelog:
- Add
webContents.enableDeviceEmulation
API. - Add
webcontents.beginFrameSubscription
andwebcontents.endFrameSubscription
APIs. - Add
sendInputEvent
method forWebContents
and<webview>
tag. - Add
webFrame.registerUrlSchemeAsPrivileged
API. - Add more information of the request in
did-get-redirect-request
event. - Fix exception when reading an invalid file inside
asar
archive.