- Replace usage of
$.evalJSON
and$.toJSON
with ES5-compliantJSON.parse
andJSON.stringify
(Brian Moseley) - Only pass protocols to WebSocket if they exist (t3chn0r)
- 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.