Open
Bug 1549509
Opened 5 years ago
Updated 1 year ago
[meta] Network.requestWillBeSent
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: [event=Network.requestWillBeSent])
No description provided.
Reporter | ||
Updated•5 years ago
|
Updated•4 years ago
|
Blocks: puppeteer-mvp
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Given by the current implementation the following arguments aren't getting passed-through yet:
timestamp: undefined,
wallTime: undefined,
initiator: undefined,
redirectResponse: undefined,
hasUserGesture: undefined,
Updated•4 years ago
|
Whiteboard: [event=Network.requestWillBeSent] → [puppeteer-alpha]
Comment 2•4 years ago
|
||
The property redirectResponse
is used in Puppeteer's NetworkManager._onRequest()
, which then emits NetworkManager.Request
. This is in use by the LifecycleWatcher
class, which itself is used in navigateFrame
and waitForFrameNavigation
. But also Page
uses it and emits Page.Request
. None of those are used in Gutenberg, so I would suggest to not track this bug for the alpha release.
Updated•4 years ago
|
No longer blocks: puppeteer-gutenberg
Whiteboard: [puppeteer-alpha]
Updated•4 years ago
|
Whiteboard: [event=Network.requestWillBeSent]
Depends on: 1636816
Depends on: 1637363
Depends on: 1638230
Assignee | ||
Updated•3 years ago
|
Component: CDP: Network → CDP
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•