- Replace usage of
$.evalJSON
and$.toJSON
with ES5-compliantJSON.parse
andJSON.stringify
(Brian Moseley)
- Add support for optional protocols parameter in WebSocket constructor (Valentin Kunz)
- Support multiple websocket connections from one html page by ensuring that each gets its own settings.