Closed
Bug 1533579
Opened 6 years ago
Closed 6 years ago
Implement /json/version
Categories
(Remote Protocol :: Agent, enhancement, P1)
Remote Protocol
Agent
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ato, Assigned: ochameau)
References
Details
We need GET /json/version
in order to support Puppeteer.
Reporter | ||
Comment 1•6 years ago
|
||
Chrome’s implementation:
https://cs.chromium.org/chromium/src/content/browser/devtools/devtools_http_handler.cc?g=0&l=572
Assignee | ||
Comment 2•6 years ago
|
||
I already have a patch for that as part of prelimary puppeteer support.
Implementing this is not trivial as it expose a special Target that isn't bound to any browser-element/browsing-context.
So that a preliminary step to implement multiple kinds of target is necessary.
Reporter | ||
Comment 3•6 years ago
|
||
Brilliant!
Assignee: ato → poirot.alex
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•