-
Notifications
You must be signed in to change notification settings - Fork 2k
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
FormData wrapper breaks XMLHttpRequest#send(FormData) in Firefox #725
Labels
Comments
Sounds like we can just wrap XHR.send ... taking a look |
any updates on this? just ran into this as well |
Wrapping XMLHttpRequest.prototype.send to do unwrapIfNeeded should be sufficient. |
doh, got distracted by other stuff. looks like I have a half finished branch with the code change but not a test yet... adding that now |
jmesserly
pushed a commit
to googlearchive/ShadowDOM
that referenced
this issue
Sep 9, 2014
jmesserly
pushed a commit
to googlearchive/ShadowDOM
that referenced
this issue
Sep 9, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
XMLHttpRequest does not unwrap the FormData object when sending, causing the following error in Firefox:
Screenshot
Example:
Removing the platform.js script tag or executing the following code fixes the issue:
Browser: Firefox 31.0, Mozilla Firefox for Ubuntu canonical - 1.0
Platform: 0.3.5
ShadowDOM: c4da63735ba6c00a7d6af5c1b118f84bd6a2e114
The text was updated successfully, but these errors were encountered: