]> git.evergreen-ils.org Git - working/OpenSRF.git/commit
LP#1268619: websocket: avoid sharedworker for firefox 29
authorBill Erickson <berick@esilibrary.com>
Sun, 4 May 2014 19:58:17 +0000 (15:58 -0400)
committerBill Erickson <berick@esilibrary.com>
Sun, 4 May 2014 20:10:36 +0000 (16:10 -0400)
commitff6647ecbb602bae7b6074bbc0cc0749f8b18c6f
tree194b5c4e174350a6b391d81929ee33872c85e87c
parentf6cbb97f1bfddc22697839eaaf4cca92f0dc1701
LP#1268619: websocket: avoid sharedworker for firefox 29

https://bugzilla.mozilla.org/show_bug.cgi?id=504553#c73

Avoid using SharedWorkers when useragent match "Firefox".  FF supports
shared workers, but it does not yet support WebSockets within shared
workers.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
src/javascript/opensrf.js