Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
- Pro
Pinned
369 contributions in the last year
Contribution activity
July 2020
- benlesh/Inquirer.js JavaScript
- benlesh/abort-controller-polyfill JavaScript
- benlesh/event-target-polyfill JavaScript
- benlesh/abortcontroller-polyfill JavaScript
Created a pull request in ReactiveX/rxjs that received 6 comments
docs: Add the start of a glossary
This is an effort on my part to clearly define the language we use (and should be using) in our documentation and our articles. This is an importan…
+140
−0
•
6
comments
- refactor: Improve memory pressure
- refactor: Reduce memory consumption and simplify inner and outer subscription
- feat(timeout): One timeout to rule them all
- docs(tutorial): Adding a comprehensive tutorial on RxJS, done as I usually teach it.
- Feature: AbortSignal support
- refactor: Remove rxSubscriber symbol
- refactor: remove root
- refactor(Observable): Update property and method types
- test(Observable): add skipped test for edge case
- Run mode updates 2
- refactor(root): Update to use globalThis
- Prettier
- Run mode updates 1
- feat(TestScheduler): add an animate "run mode" helper
- fix(animationFrames): emit the timestamp from the rAF's callback
- null out _unsubscribe after unsubscription
- fix(fromEvent): improve typings for JQueryStyleEventEmitter
- refactor(tap): rename DoOperator to TapOperator
- feat(combineLatest): support for observable dictionaries (#5022)
- [docs]: Create Deprecation page per deprecation group
- Fix broken Docs build
- fix(timeout): defer error creation until timeout occurs
- build(package): move devdeps properly
- fix(defer) allow passing () => any to observableFactory
- Prettier
- fix: revert #5458
Created an issue in github/fetch that received 3 comments
abortcontroller-polyfill eventing isn't implemented properly
I needed an AbortSignal/AbortController polyfill for work on RxJS, and I found out that the event dispatching in abortcontroll-polyfill (the recomm…
3
comments