Link to home
Start Free TrialLog in
Avatar of speedygonzalez
speedygonzalez

asked on

Internet Explorer Error : SCRIPT5009: ArrayBuffer is undefined

Hi,  I am receiving an error in internet explorer 9 and under which does not occur on other browsers. It's SCRIPT5009: 'ArrayBuffer' is undefined.

My code is as per the attached file.


The line which breaks is "var array = new Uint8Array(new ArrayBuffer(rawLength));"

Does anyone know if there is a solution or workaround for this?  I require my functionality to work in all browsers.

Thanks in advance for any help.
ASKER CERTIFIED SOLUTION
Avatar of Giladn
Giladn
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial