• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ReactiveX / rxjs / 6561
97%

Build:
DEFAULT BRANCH: master
Ran 10 Jun 2018 04:06AM UTC
Jobs 1
Files 187
Run time 10s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
6561

Pull #3821

travis-ci

web-flow
fix(fromEvent): Support React Native and node-compatible event sources.

React Native implements a similar interface to Node.js event listeners -- specifically, its Event Emitters have addListener and removeListener methods. These are compatible with the Node interface, but they are not identical to the Node.js *style* since the addListener method returns a subscription rather than the event emitter itself, and the removeListener method returns nothing.

These return values are not actually used by fromEvent, so creating an Observable from an Event Emitter where addListener returns something different and removeListener returns nothing should still work to create a compatible Observable that emits with the corresponding events.
Pull Request #3821: fix(fromEvent): Support React Native and node-compatible event sources.

1717 of 2075 branches covered (82.75%)

5116 of 5288 relevant lines covered (96.75%)

1111.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6561.1 (NODE_VER=8 FULL_VALIDATE=true) 10 Jun 2018 04:06AM UTC 0
96.75
Travis Job 6561.1
Source Files on build 6561
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6561
  • Pull Request #3821
  • PR Base - master (#6559)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc