js-signals icon indicating copy to clipboard operation
js-signals copied to clipboard

Microsoft Edge | signals.js fails with an object array

Open AnupamaPrasanth opened this issue 7 years ago • 0 comments

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.

AnupamaPrasanth avatar Nov 30 '17 06:11 AnupamaPrasanth