IE11 removed VBScript support without adding <meta http-equiv="x-ua-compatible" content="IE=10">;
I try to add it to my webpage but I can't have JavascriptRRD working
:
ReferenceError: IEBinary_getLength is undefined at BinaryFile ...(binaryXHR.js:53:3)
Any idea or fix ?
Best regards,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Looks like IE11 now works like all other browsers, and returns the result in responseText (and not responseBody).
An easy fix is to comment out the part that looks for responseBody, and just always use responseText. In FetchBinaryURLAsync and FetchBinaryURL
Not sure how this will affect older versions of IE, though.
Have to find a machine which was not updeated to check.
(works for IE11 and, obviously, for Firefox)
If you can tell me sooner if the "hack" works in IE10 and possibly IE9, too, I can commit the change and cut a new release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
IE11 removed VBScript support without adding <meta http-equiv="x-ua-compatible" content="IE=10">;
I try to add it to my webpage but I can't have JavascriptRRD working
:
ReferenceError: IEBinary_getLength is undefined at BinaryFile ...(binaryXHR.js:53:3)
Any idea or fix ?
Best regards,
No idea... but it is easy to reproduce.
Will look into it (but cannot yet promise a date for the fix)
Igor
Looks like IE11 now works like all other browsers, and returns the result in responseText (and not responseBody).
An easy fix is to comment out the part that looks for responseBody, and just always use responseText. In FetchBinaryURLAsync and FetchBinaryURL
Not sure how this will affect older versions of IE, though.
Have to find a machine which was not updeated to check.
(works for IE11 and, obviously, for Firefox)
If you can tell me sooner if the "hack" works in IE10 and possibly IE9, too, I can commit the change and cut a new release.