Joey
Joey
## Summary [RxJS](http://reactivex.io/rxjs/manual/overview.html) is "a library for composing asynchronous and event-based programs by using observable sequences." Its core abstraction is the "observable", which is a collection of future values that...
## Summary Expose an API matching `gloo-timers` for using alarms in WebExtensions. ## Motivation The [MDN documentation](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/alarms) describes alarms as "like `setTimeout()` and `setInterval()`, except that those functions don't work...