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

InvalidStateError: DOM Exception 11 in old webkit browser #51

Closed
henrylilei opened this issue Jan 17, 2016 · 1 comment
Closed

InvalidStateError: DOM Exception 11 in old webkit browser #51

henrylilei opened this issue Jan 17, 2016 · 1 comment

Comments

@henrylilei
Copy link

I was testing our website using iOS 7 and encountered the following exception, InvalidStateError: DOM Exception 11.

After some digging, the culprit seems like this line, https://github.com/aliyun-UED/aliyun-sdk-js/blob/master/lib/http/xhr.js#L27.

Based on the answer from http://stackoverflow.com/a/15623060/1361621 and bug report from Webkit https://bugs.webkit.org/show_bug.cgi?id=45994, I would suggest a change on the code by removing this line (https://github.com/aliyun-UED/aliyun-sdk-js/blob/master/lib/http/xhr.js#L27). Any thoughts?

@chylvina
Copy link
Contributor

fixed and closed, thanks for your feedback.

chylvina pushed a commit that referenced this issue Mar 26, 2018
chylvina pushed a commit that referenced this issue Mar 26, 2018
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