Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Latest commit

 

History

History
95 lines (69 loc) · 3.68 KB

readme.md

File metadata and controls

95 lines (69 loc) · 3.68 KB

RxJS-DOM v6.0

Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators. Data sequences can take many forms, such as a stream of data from a file or web service, web services requests, system notifications, or a series of events such as user input. Reactive Extensions represents all these data sequences as observable sequences. An application can subscribe to these observable sequences to receive asynchronous notifications as new data arrive. This library provides bridges to common DOM related features such as events, Ajax requests, JSONP requests, and HTML5 features like WebSockets, Web Workers, Geolocation, MutationObservers and more.

Reactive Extensions Binding for the DOM (RxJS-DOM) API

This section contains the reference documentation for the Reactive Extensions for the DOM class library.

Events

Event Shortcuts

Pointer Events (If supported by your browser)

Touch Events (If supported by your browser)

Ajax

Server-Sent Events

Web Sockets

Web Workers

Mutation Observers

Geolocation

Schedulers

FileReader