Skip to content
rwldrn edited this page Sep 14, 2010 · 4 revisions

jQuery.EventSource

Gives developers the power of the EventSource API across browsers. Uses the EventSource constructor when natively available and falls back to Ajax polling logic when it’s not.

Provides cross browser implementation for:

http://dev.w3.org/html5/eventsource/

Usage

Varied Content Type Usage

Accessing your current event sources

Closing EventSource Streams

Server Source Requirements