pace icon indicating copy to clipboard operation
pace copied to clipboard

Unhandled Promise rejection: (SystemJS) Invalid calling object In IE11

Open JoeyLi-1 opened this issue 8 years ago • 1 comments

Hi There,

IE11 will throw this error when pace work together with Systemjs.

I found in line 440; window.XMLHttpRequest = function(flags) { var req = new _XMLHttpRequest(flags); <- this line; monitorXHR(req); return req; };

If I comment out this line then the error gone.

Can somebody tell me how to fix this issue?

Thanks a lot!

JoeyLi-1 avatar Dec 15 '17 11:12 JoeyLi-1

I confirm the bug with 1.0.2, pace override default XHR and then there's Invalid calling object not handled.

houssemFat-DDF avatar Feb 22 '18 10:02 houssemFat-DDF