Open
Bug 1603230
Opened 6 years ago
Updated 3 years ago
Define data types for identifiers used in domains
Categories
(Remote Protocol :: Agent, task, P3)
Remote Protocol
Agent
Tracking
(Not tracked)
NEW
People
(Reporter: impossibus, Unassigned)
Details
Every Domain documented at https://chromedevtools.github.io/devtools-protocol/ has a Types section. We should define some of these as objects with a toJSON method to avoid manual conversions as in https://phabricator.services.mozilla.com/D55165
We could start with ids. Some ids are expected to be numbers, like ExecutionContextId, others are strings like FrameId.
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Priority: P3 → P2
Whiteboard: [puppeteer-beta-mvp]
| Reporter | ||
Updated•5 years ago
|
Summary: Define data types for identifiers used domains → Define data types for identifiers used in domains
Updated•5 years ago
|
Whiteboard: [puppeteer-beta-mvp] → [puppeteer-beta-reserve]
Updated•5 years ago
|
Priority: P2 → P3
| Reporter | ||
Updated•5 years ago
|
Type: enhancement → task
Updated•5 years ago
|
Whiteboard: [puppeteer-beta-reserve]
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•