AsyncChat

Results 17 issues of AsyncChat

请问可以支持像Rhino引擎一样,可以随意将Java的对象或者整个对象注入到JS吗,还有另外就是我发现get获取的key,只能获取set的,如果是执行脚本产生的变量或者函数,是获取不到的,可以支持一下吗

可以更新一下支持像rhino脚本引擎那样,给引擎注册Java类,直接在引擎里面使用java.io.File这种

不支持使用import 和 export关键字,报错SyntaxError: unsupported keyword: export

能否添加像Rhino JavaScript引擎一样,允许直接使用Java的API,以及可以直接通过set将Java对象注入进JS

Java classes cannot be inherited by JS classes to override methods.

I looked at your Doc's interactive Java test, using java.lang.Thread in the Node.js engine, will it cause direct blocking, or will it block because it is a single thread, does...

How do I compile the Javet framework, I need to crop the so dynamic library size.

Errors in APIs such as setTimeout and setnterval cannot be caught, and errors will be thrown directly. Error ```js setTimeout(() => {throw new Error('')}) ^ Error at Timeout._onTimeout (c.js:5:25) at...

help wanted

When the V8Node uses the close method to release and shut down the engine, it takes effect on the timer, but it cannot take effect for while loops, and it...

Can you implement a serialization interface for your engine interface, I need to pass objects across processes, but you don't seem to support serialization