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
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Hi,
first amazing work with your Force.com - rest ToolKit !!!! , it works perfectly with all browser except Internet Explorer 11 (Actually I don't know with the previous versions).
I am using forcetk.Client.prototype.createBlob() and I will get an error in the "request.send(blob);" line , the error is "The paramater is incorrect".
Somebody could have the same issue? and some solution?
The text was updated successfully, but these errors were encountered:
1amontana
changed the title
Error with IE 11 "The parameter is incorrect"
Error with Internet Explorer 11 - IE11 - "The parameter is incorrect"
Oct 14, 2016
I know it's been a while but I ran into this recently and finding a comment would've helped. Visualforce sometimes (does it in IE, not in other browsers) includes a Javascript library called Sarissa that replaces the browser's native XMLHttpRequest implementation.
This is what worked for me: #90
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
first amazing work with your Force.com - rest ToolKit !!!! , it works perfectly with all browser except Internet Explorer 11 (Actually I don't know with the previous versions).
I am using forcetk.Client.prototype.createBlob() and I will get an error in the "request.send(blob);" line , the error is "The paramater is incorrect".
Somebody could have the same issue? and some solution?
The text was updated successfully, but these errors were encountered: