node-red/packages/node_modules/@node-red/nodes/core
Nick O'Leary a3cbe80a36
Do not dynamically add/remove upgrade listener in ws nodes
The way we dynamically added/removed event handlers for the
upgrade event was causing problems with the way sockjs (as
used by the worldmap node) tries to intercept the event.

This fix means the ws nodes won't ever remove the upgrade
listener - it gets added once when the first ws node is
deployed and will then remain until the last ws node is
removed and the runtime restarted.
2019-03-20 14:58:26 +00:00
..
core Handle node name as unsanitized text in debug sidebar 2019-03-12 10:37:24 +00:00
hardware add fixes for core nodes 2018-11-30 13:02:15 +00:00
io Do not dynamically add/remove upgrade listener in ws nodes 2019-03-20 14:58:26 +00:00
logic let join node handle merged objects with repeated properties and honour parts 2019-02-20 00:11:31 +00:00
parsers ensure JSON node handles single booleans and numbers 2019-02-15 17:07:11 +00:00
storage fix problem on displaying option label on Firefox 2019-03-13 19:17:32 +09:00