JavascriptNet / Javascript.Net

.Net bindings to the V8 JavaScript engine
BSD 2-Clause "Simplified" License
828 stars 150 forks source link

Typed Arrays? #27

Open moshejoshua opened 8 years ago

moshejoshua commented 8 years ago

Need some help in being able to support Javascript typed-arrays. It doesn't look like the Noesis.Javascript version can load a Uint8Array data-type

Noesis.Javascript.JavascriptException was caught Message=ReferenceError: Uint8Array is not defined

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays https://msdn.microsoft.com/en-us/library/br212477(v=vs.94).aspx

oliverbock commented 8 years ago

This will probably require a code change.

moshejoshua commented 8 years ago

Thank you for the reply. This confirms that I can no longer use Javascript.net library to read .js files in .net applicaitons.

moshejoshua commented 8 years ago

I believe this is similar if not the same thing

https://bugzilla.mozilla.org/show_bug.cgi?id=695438