From 63a261a4f0c6a287fecc35498ec6076c789b2651 Mon Sep 17 00:00:00 2001 From: Damiano Donati Date: Mon, 21 Jan 2019 14:16:52 +0000 Subject: [PATCH] update README w/ non-support for Web Workers in IE --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 506787579..5acfbd7b8 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Notes: * This build uses React Native's NetInfo API to detect changes on connectivity state. It will use this to automatically reconnect. ### Web Workers - +(`pusher-js`'s Web Workers implementation is currently not compatible with Internet Explorer) You can import the worker script (`pusher.worker.js`, not `pusher.js`) from the CDN: ```javascript