personium / personium-engine

Additional module for personium-core to enable server-side JavaScript execution.
Apache License 2.0
16 stars 7 forks source link

Uint8Array is not defined error #90

Closed yoh1496 closed 5 years ago

yoh1496 commented 5 years ago

When I try to use UintXXArray, such as Uint8Array, engine script throw below exception.

Server Error : ReferenceError: "Uint8Array" is not defined

Rhino (current version) seems to support UintXXArray in this page.

https://mozilla.github.io/rhino/compat/engines.html