You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XMLHttpRequest does not unwrap the FormData object when sending, causing the following error in Firefox:
NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED: JavaScript component does not have a method named: "available"'JavaScript component does not have a method named: "available"' when calling method: [nsIInputStream::available]
request.send(formData);
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: