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

setTimeout with parameters in IE8 ? #112

Closed
doubret opened this issue Sep 23, 2014 · 2 comments
Closed

setTimeout with parameters in IE8 ? #112

doubret opened this issue Sep 23, 2014 · 2 comments

Comments

@doubret
Copy link

doubret commented Sep 23, 2014

I have some troubles getting xdomain.js working on IE8.
The context :

  • i'm working on an AngularJS application with a flash fallback for uploading files in IE8 & IE9.
  • i'm using CORS in all browsers except IE8 & IE9 where i'm using xdomain.js
  • it works with IE9 but not with IE8

On IE8, the file is correctly updloaded but the caller is never notified that the upload ended. When i refresh the page, as the file was correctly uploaded, it apears without problem.

I looked through the xdomain.js code, and i noticed the call to setTimeout(check). check is a function with arguments, i'm not sure if IE8 supports setTimeout with this sort of function. Do you think it can be a problem ?

Thanks.

@jpillora
Copy link
Owner

jpillora commented Oct 2, 2014

IE89 definitely has setTimeout. The problem is that XDomain doesn't work with Flash. See #74 (comment) for IE8,9 upload issues

@jpillora jpillora closed this as completed Oct 2, 2014
@doubret
Copy link
Author

doubret commented Oct 2, 2014

Sorry i didn't get time to investigate more but i found that it was not a setTimeout problem.
Thank you for taking time to reply.

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

2 participants