Open
Bug 1549496
Opened 4 years ago
Updated 8 months ago
[meta] Runtime.getProperties
Categories
(Remote Protocol :: CDP, task)
Remote Protocol
CDP
Tracking
(Not tracked)
NEW
People
(Reporter: ato, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Keywords: meta, Whiteboard: [method=Runtime.getProperties])
No description provided.
Reporter | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Optional arguments as marked as experimental (accessorPropertiesOnly
, and generatePreview
) haven't been implemented yet, but also aren't used in Puppeteer.
For the response we only return the result
list, whereby here entries also miss the wasThrown
and symbol
properties. Further it misses the top-level properties internalProperties
, privateProperties
, and exceptionDetails
. None of them seem to be used in Puppeteer.
That means bug 1549782 was enough to support our alpha release.
No longer blocks: puppeteer-mvp
Assignee | ||
Updated•2 years ago
|
Component: CDP: Runtime → CDP
Updated•8 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•