AndyGuoPLZ

Results 1 issues of AndyGuoPLZ

it seems there are some issues in Promise and Await synax: eg:jsContext.executeVoidScript("console.log(\"Hello World\");\n" + "function testAsync(params) {\n" + " console.log(\"test Async start\");\n" + " return new Promise(function (resolve, reject) {\n"...