]> git.evergreen-ils.org Git - OpenSRF.git/commit
LP#1268619: websockets: support WS via shared web workers
authorBill Erickson <berick@esilibrary.com>
Fri, 10 Jan 2014 16:57:29 +0000 (11:57 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 19 Aug 2014 22:50:47 +0000 (15:50 -0700)
commitbef394a7c24df54f1e63fc3e83cd473195a46c3a
treeb5c601099e01b300e7679b2793be604d5830bcc2
parentfdb255a92f9fa687a50bed05ef918523cf902d8b
LP#1268619: websockets: support WS via shared web workers

This allows mutiple browser tabs to share the same websocket connection.

TODO: add tab (port) disconnect handler
TODO: more docs / examples

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
src/javascript/opensrf.js
src/javascript/opensrf_ws_shared.js [new file with mode: 0644]