Closed Bug 1549509 Opened 5 years ago Closed 4 months ago

[meta] Network.requestWillBeSent

Categories

(Remote Protocol :: CDP, task)

task

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: ato, Unassigned)

References

()

Details

(Keywords: meta, Whiteboard: [event=Network.requestWillBeSent])

No description provided.
Blocks: puppeteer
Keywords: meta
Whiteboard: [event=Network.requestWillBeSent]
Depends on: 1552325

Given by the current implementation the following arguments aren't getting passed-through yet:

      timestamp: undefined,
      wallTime: undefined,
      initiator: undefined,
      redirectResponse: undefined,
      hasUserGesture: undefined,
Whiteboard: [event=Network.requestWillBeSent] → [puppeteer-alpha]

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.

No longer blocks: puppeteer-gutenberg
Whiteboard: [puppeteer-alpha]
Whiteboard: [event=Network.requestWillBeSent]
Component: CDP: Network → CDP
Depends on: 1715366
Severity: normal → S3

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: 4 months ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.