MQTT.js
MQTT.js copied to clipboard
fix: error events in a browser environment are emitted without any parameters
In a browser, where the setImmediate
and nextTick
polyfills are needed, the Errors being passed such as this scenario are ignored.
Issue was originally raised here.