This repository has been archived by the owner on Jun 23, 2021. It is now read-only.
3.0.0
Breaking changes
- Extensions storage now saves data using JSON instead of
leveldown
to avoid unnecessary build problems.
New features
- Added
audible
property toTab
object. (#9) - Added
--blacklist=
additional argument towebContents
in a givensession
.
Fixes
- Prevent sending IPC messages to already destroyed
webContents
.