Open
Bug 1592086
Opened 5 years ago
Updated 2 years ago
[meta] Target.targetCreated
Categories
(Remote Protocol :: CDP, task)
Remote Protocol
CDP
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
()
Details
(Keywords: meta, Whiteboard: [Target.targetCreated])
No description provided.
Reporter | ||
Comment 1•5 years ago
|
||
The basic implementation from bug 1539213 misses the following properties for the returned TargetInfo
object:
- title
- attached
- openerId
Puppeteer actually uses only openerId
inside of Target.opener()
, but that's not in use in Gutenberg e2e tests. As such it isn't a blocker for the alpha release.
Comment 2•5 years ago
|
||
I wodner if openerId
is the target ID (browsing context ID in our case) of WindowProxy.opener
.
Assignee | ||
Updated•4 years ago
|
Component: CDP: Target → CDP
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•