We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
This will probably require a code change.
Sorry, something went wrong.
Thank you for the reply. This confirms that I can no longer use Javascript.net library to read .js files in .net applicaitons.
I believe this is similar if not the same thing
https://bugzilla.mozilla.org/show_bug.cgi?id=695438
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: