Open Bug 1549509 Opened 5 years ago Updated 2 years ago

[meta] Network.requestWillBeSent

Categories

(Remote Protocol :: CDP, task)

task

Tracking

(Not tracked)

People

(Reporter: ato, Unassigned)

References

(Depends on 1 open bug, Blocks 1 open bug, )

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
You need to log in before you can comment on or make changes to this bug.