Daniil Mikhaylov

Results 13 comments of Daniil Mikhaylov

@fredho Hi. I do not extract Promise from `Value`, just using it as is: ``` Value promise = context.getBindings("js") .getMember("main") .execute(parsedInputs); Function errorHandler = createErrorHandler(sink); promise .getMember("then").execute((Function) o -> {...

@chumer do you have any ETA when Date support will be released? Currently I have an issue with passing js `Date` object to java, because graal mapped them to `long`...