Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Edge, getting "Invalid calling object" error #596

Open
caitlineatman opened this issue Apr 12, 2019 · 6 comments
Open

In Edge, getting "Invalid calling object" error #596

caitlineatman opened this issue Apr 12, 2019 · 6 comments

Comments

@caitlineatman
Copy link

I'm using the DataTables Buttons extension, which uses JSZip to do its Excel HTML5 export.

I recently upgraded to the latest version of JSZip, and I noticed that I'm now getting this bug in Edge:
SCRIPT65535: Invalid calling object

It's failing in utils.js, line 379:
exports.delay = function (callback, args, self) {
setImmediate(function () {
callback.apply(self || null, args || []);
});
};

I am using Webpack to import JSZip and DataTables, so that might be part of the problem, but I did notice that y'all had updated this file recently, so I wanted to make you aware.

Thanks!

@insel-maz
Copy link

Since version 3.2.0 i get the mentioned error in Internet Explorer 11 (on Windows 7). Last version not having this problem is 3.1.5. I am also using Webpack.

@HackbrettXXX
Copy link

Can confirm. 3.1.5 works, 3.2.x not...

@ankur-1989
Copy link

Version 3.2.1 is also having the issue on Internet Explorer and Edge and returns Invalid calling object error. Has this been fixed?
Thanks!!

@gnipbao
Copy link

gnipbao commented Dec 2, 2019

I have the same problem in Edge

@iongion
Copy link

iongion commented Dec 22, 2019

Having the same
image

Can I do something to help you more in tracing this ?

@eliaspanagiotidis
Copy link

I have exactly the same issue. The returned message is identical to the above.

klues added a commit to asterics/AsTeRICS-Grid that referenced this issue Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants