InspectorTest.sendCommand("Runtime.evaluate", { expression: "Promise.resolve(239)", awaitPromise: true }, (r) => console.log(r));
This command should call callback right after execution.
InspectorTest.sendCommand("Runtime.evaluate", { expression: "Promise.resolve(239)", awaitPromise: true }, (r) => console.log(r));
This command should call callback right after execution.
Comment 1 by kozyatinskiy@chromium.org
, Sep 27 2016