millermedeiros / js-signals

Custom Event/Messaging system for JavaScript inspired by AS3-Signals
http://millermedeiros.github.com/js-signals/
1.97k stars 179 forks source link

Microsoft Edge | signals.js fails with an object array #72

Open AnupamaPrasanth opened 6 years ago

AnupamaPrasanth commented 6 years ago

When the signals library's 'execute' function is invoked with an array object the listener functionality [handlerReturn = this._listener.apply(this.context, params)] does not works in Microsoft edge.

Object array Sample: params[0]: "browse" params[1]: {N: "3642068713+1559881452", Nr: "OR(product.type:Product)", _: "1512024110833", _dynSessConf: "-1261867590212134094", timestamp: "1512024120978"}

Our primary browser for a project is Edge and would appreciate any help.