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

Declare deliberate "async=true" on XMLHttpRequest open #74

Merged
merged 1 commit into from
Jan 20, 2015

Conversation

flaki
Copy link

@flaki flaki commented Jan 20, 2015

On some installs, both Firefox & Chrome throws:

"Fetch failed: " DOMException [InvalidAccessError]:
"A parameter or an operation is not supported by the underlying object"

Due to something like pre-set async=false (an overridden prototype, maybe?)
This fixes the above issue, and I don't see it introducing any problems.

On some installs, both Firefox & Chrome throws:
"Fetch failed: " DOMException [InvalidAccessError]: "A parameter or an operation is not supported by the underlying object"
Due to pre-set async=false (overridden prototype, maybe?)
This fixes the above issue.
josh added a commit that referenced this pull request Jan 20, 2015
Declare deliberate "async=true" on XMLHttpRequest open
@josh josh merged commit 5dd35d8 into JakeChampion:master Jan 20, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants