Sam Cao
Sam Cao
Javet doesn't process source map. For now, you'll have to do that by yourself. But, that could be a feature in the future.
Thank you for the info. Unfortunately, Javet cannot reference any other libraries. It has to be an in-house solution.
The spec is open. I'm in favor of a standalone implementation.
You need to pass the class `new JavetProxyConverter().toV8Value(v8Runtime, TestProxyObject.class);`.
Please check this [doc](https://www.caoccao.com/Javet/reference/v8_values/v8_function.html#boolean-set-string-key-v8value-value) out.
Please follow the doc and use `MyfunObj.class.getMethod("apply")` instead.
Please check this [tutorial](https://www.caoccao.com/Javet/tutorial/advanced/java_and_javascript_interop.html) out.
1. Implement your own converter which inherits the proxy converter. You may do whatever you want to do. 2. The easiest way is to write a dispatching JS function. ```js...
You might want to try another [GUI](https://github.com/caoccao/BetterMediaInfo) built on top of MediaInfo. It always shows the accurate duration.
Please review this [doc](https://nodejs.org/api/vm.html#when-the-importmoduledynamically-option-is-not-specified-or-undefined).