0.3.0 • Published 3 years ago

web-ext-event v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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.