rxjs
rxjs copied to clipboard
A reactive programming library for JavaScript
**Description:** This PR converts `fromEventPattern` unit tests to run mode. **Related issue (if exists):** None
**Description:** This PR converts `bindNodeCallback` unit tests to run mode. **Related issue (if exists):** None
**Description:** This PR converts `bindCallback` unit tests to run mode. **Related issue (if exists):** None
### Describe the bug Reraise of https://github.com/ReactiveX/rxjs/issues/6663 The X-Requested-With header is still getting set in v7 with default parameters to an AJAX call where with RxJs 6 it did not,...
## Bug Report **Current Behavior** When I go to https://rxjs.dev/ and use the search field in the top right corner to search for "fromEvent" it's suggesting wrong/incomplete results.  ...
### Describe the bug The most recent 7.5.5 release which includes #6842, introduces usage of `Array.from()` in `Subject.prototype.next()`. It may have been present in other areas of the codebase previously,...
The main docs page for RxJS, https://rxjs.dev/, currently has two main headers related to changes related to the 6 to 7 updates. One is called "Deprecations and Breaking Changes" and...
**Description:** This PR makes sure the error reported here (#6716) doesn't get thrown anymore. **BREAKING CHANGE:** There are no breaking changes. **Related issue (if exists):** #6716 I've added a test...
**Description:** Since I proposed a `TapObserver` documentation page PR (#6944), I thought that we should document the Observer interface [page](https://rxjs.dev/api/index/interface/Observer) as well. Although there are [a guide](https://rxjs.dev/guide/observer) and [a glossary](https://rxjs.dev/guide/glossary-and-semantics)...
### Describe the bug animationFrames will add subscriptions again again before unsubscribe. ### Expected behavior Here I describe the problem. I can't find the logic of removing sub subscription inside...