Open
Bug 1591522
Opened 5 years ago
Updated 2 years ago
Add "flatten" argument to Target.attachToTarget
Categories
(Remote Protocol :: CDP, enhancement, P3)
Remote Protocol
CDP
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [puppeteer-beta2-mvp])
The flatten
argument hasn't been implemented yet. For Puppeteer support with Gutenberg we have to add it for the alpha release.
Reporter | ||
Updated•5 years ago
|
Priority: -- → P2
Comment 1•5 years ago
|
||
This is used in Puppeteer, here:
https://github.com/GoogleChrome/puppeteer/blob/62da2366c65b335751896afbb0206f23c61436f1/lib/Connection.js#L153
Updated•5 years ago
|
Priority: P2 → P3
Whiteboard: [puppeteer-alpha] → [puppeteer-alpha-reserve]
Updated•5 years ago
|
Priority: P3 → P2
Whiteboard: [puppeteer-alpha-reserve] → [puppeteer-beta-mvp]
Reporter | ||
Updated•5 years ago
|
Priority: P2 → P3
Whiteboard: [puppeteer-beta-mvp] → [puppeteer-beta-reserve]
Type: task → enhancement
Perhaps we're already using flattened by default?
Reporter | ||
Comment 3•5 years ago
|
||
As I understood when talking to Joe Einbinder on Riot was that whenver the sessionId
isn't send for each request, the flattened mode is in use. So we should do it by default, yes.
Whiteboard: [puppeteer-beta-reserve] → [puppeteer-beta2-mvp]
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
•