rxjs icon indicating copy to clipboard operation
rxjs copied to clipboard

A reactive programming library for JavaScript

Results 230 rxjs issues
Sort by recently updated
recently updated
newest added

**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. ![rxjs-frome](https://user-images.githubusercontent.com/238765/123928498-4029d980-d98e-11eb-9ce7-996aa882b943.png) ![rxjs-fromev](https://user-images.githubusercontent.com/238765/123928499-40c27000-d98e-11eb-9723-4150c04d9958.png)...

### 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,...

bug

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...