Implement Runtime.evaluate
Categories
(Remote Protocol :: CDP, enhancement, P1)
Tracking
(Not tracked)
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(2 files)
Once bug 1543098 is done and Runtime.executionContextCreated events are sent, we can start implementing Runtime.evaluate and Runtime.callFunctionOn.
https://chromedevtools.github.io/devtools-protocol/tot/Runtime#method-evaluate
https://chromedevtools.github.io/devtools-protocol/tot/Runtime#method-callFunctionOn
Here, I'm suggesting to implement both in the same bug as they are very similar and both are used by puppeteer to implement Page.evaluate
.
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
I'm scoping this down to implement only Runtime.evaluate as it appears that callFunctionOn can easily be implemented in a followup and brings some additional complexity that would be worth reviewing independently.
Assignee | ||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Comment 6•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7c074ab51d55
https://hg.mozilla.org/mozilla-central/rev/6c9b27fd6233
Updated•6 years ago
|
Updated•4 years ago
|
Description
•