web-ext-event
v0.3.0
Published
Powerful event API conforming with the WebExtension Event interface
Downloads
10
Readme
WebExtension Event interface implementation
This module provides a convenient way for API implementors to provide Events that conform with the WebExtension Event
interface:
An [interface] which allows the addition and removal of listeners for an [...] event
For now, please refer to the documentation of setEvent
in event.ts
(local or on GitHub).
The event consumer API is stable, the implementor API is still subject to change.