rxjs
rxjs copied to clipboard
A reactive programming library for JavaScript
Dear @benlesh @JWO719 @kwonoj @cartant I collected these issues as in my humble opinion they could be closed, or their discussion stopped a while ago. All listed issues are suggestions....
### Describe the bug rxjs.dev documentation is outdated. \ For example, https://github.com/ReactiveX/rxjs/pull/6548 updated the importing guide last month (to import from `rxjs` instead of `rxjs/operators`), but the live page still...
### Describe the bug If server send bad json, Websocket just close connection without any error,reason etc in vanila websocket json throw error ### Expected behavior just report error, do...
I knew this API was coming, and we want to keep an eye on it. ## What/Why [reportError](https://developer.mozilla.org/en-US/docs/Web/API/reportError) is something we probably want to switch to. It reports the error...
**Description:** This feature, first introduced for the `share` operator, is equally as desirable for the `shareReplay` operator. It allows one to, for example, set up a delayed reset. For Observables...
### Describe the bug The marble diagram in the [combineLatest documentation](https://rxjs.dev/api/index/function/combineLatest) is not correct. It does not seem to follow a specific pattern for how the output values are coloured...
### Describe the bug I'm trying to run a block of code after the end of my method using `animationFrameScheduler.schedule`, but it is not running. I've also tried with `scheduled(of(0),...
Hi there, At this page: https://rxjs.dev/guide/operators there is an error:  Inspectioning:  Best regards.
The Angular team killed ts-api-guardian: https://github.com/angular/angular/pull/42735 It's no longer supported. Not sure what they're using now, but there's pretty much no way I'd ever use anything alpha for this again....
## Bug Report **Current Behavior** The replacements suggested for the deprecated multicasting operators in the migration guide https://rxjs.dev/deprecations/multicasting and on the individual operator pages do not behave exactly like the...