Closed
Bug 1592086
Opened 6 years ago
Closed 2 years ago
[meta] Target.targetCreated
Categories
(Remote Protocol :: CDP, task)
Remote Protocol
CDP
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: whimboo, Unassigned)
References
()
Details
(Keywords: meta, Whiteboard: [Target.targetCreated])
No description provided.
| Reporter | ||
Comment 1•6 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•6 years ago
|
||
I wodner if openerId is the target ID (browsing context ID in our case) of WindowProxy.opener.
| Assignee | ||
Updated•5 years ago
|
Component: CDP: Target → CDP
Updated•3 years ago
|
Severity: normal → S3
| Reporter | ||
Comment 3•2 years ago
|
||
Everything that we could do for this API is done.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•