personium / personium-engine

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

Set Rhino language version `VERSION_ES6` #89

Closed yoh1496 closed 5 years ago

yoh1496 commented 5 years ago

To use some of ES2015 features (such as Uint16Array), the language version should be specified explicitly.

So, I made changes to call setLanguageVersion(org.mozilla.javascript.Context.VERSION_1_8); initially.

Close #90

yoh1496 commented 5 years ago

最新版のVERSION_ES6にしました