eclipse / paho.mqtt.javascript

paho.mqtt.javascript
Other
1.15k stars 467 forks source link

TypeError: arguments.splice is not a function #147

Closed manueliglesias closed 6 years ago

manueliglesias commented 6 years ago

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments:

The arguments object is not an Array. It is similar to an Array, but does not have any Array properties except length.

https://github.com/eclipse/paho.mqtt.javascript/blob/e3df35800acd425efd51c4f449481ccf9769e92e/src/paho-mqtt.js#L1627

quinton-j commented 6 years ago

Is there an ETA of when v1.1.0 will be available thru npm?