Closed
Bug 1549509
Opened 7 years ago
Closed 2 years ago
[meta] Network.requestWillBeSent
Categories
(Remote Protocol :: CDP, task)
Remote Protocol
CDP
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ato, Unassigned)
References
()
Details
(Keywords: meta, Whiteboard: [event=Network.requestWillBeSent])
No description provided.
| Reporter | ||
Updated•7 years ago
|
Updated•6 years ago
|
Blocks: puppeteer-mvp
Updated•6 years ago
|
Comment 1•6 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•6 years ago
|
Whiteboard: [event=Network.requestWillBeSent] → [puppeteer-alpha]
Comment 2•6 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•6 years ago
|
No longer blocks: puppeteer-gutenberg
Whiteboard: [puppeteer-alpha]
Updated•6 years ago
|
Whiteboard: [event=Network.requestWillBeSent]
Depends on: 1636816
Depends on: 1637363
Depends on: 1638230
| Assignee | ||
Updated•5 years ago
|
Component: CDP: Network → CDP
Updated•3 years ago
|
Severity: normal → S3
Comment 3•2 years ago
|
||
Everything that we were able to do is done for CDP. One can use WebDriver BiDi for full network event support.
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
•