This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
💫 Changed
- [BREAKING CHANGE] Changed signature of
Discovery.ctor
- [BREAKING CHANGE] Renamed method
Discovery.onHello(callback: (device: Device) => void)
toDiscovery.on("hello", (device: Device) => void)
- [BREAKING CHANGE] Renamed method
Discovery.onGoodbye(callback: (device: Device) => void)
toDiscovery.on("goodbye", (device: Device) => void)
⚡ Added
- Class
Discovery
implementsEventEmitter