Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Version 1.0.3

Choose a tag to compare

@jordanbyron jordanbyron released this 20 Mar 23:59
· 9 commits to master since this release

Make xhr.timeout configurable (#16) via the timeout option.

const options = { timeout: 1000 }; // seconds
const eventSource = new RNEventSource('https://my-sse.com/stream', options);