Closed Bug 1588446 Opened 5 years ago Closed 6 months ago

[meta] Fetch.failRequest

Categories

(Remote Protocol :: CDP, task)

task

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: whimboo, Unassigned)

References

()

Details

(Keywords: meta, Whiteboard: [method=Fetch.failRequest])

No description provided.

Used by Puppeteer in Request.abort(). Puppeteer examples makes use of it in block-images.js:

  page.on('request', request => {
    if (request.resourceType() === 'image')
      request.abort();
    else
      request.continue();
  });
Whiteboard: [method=Fetch.failRequest] → [method=Fetch.failRequest][puppeteer-alpha]
Whiteboard: [method=Fetch.failRequest][puppeteer-alpha] → [method=Fetch.failRequest]
Blocks: 1627668
Component: CDP: Fetch → CDP

The meta keyword is there, the bug doesn't depend on other bugs and there is no activity for 12 months.
:whimboo, maybe it's time to close this bug?

Flags: needinfo?(hskupin)

We are not working on this but there might be a chance to add this feature if really needed when we have WebDriver BiDi support for these kind of events. I would suggest to leave it open for now.

Flags: needinfo?(hskupin)
Severity: normal → S3

The meta keyword is there, the bug doesn't depend on other bugs and there is no activity for 12 months.
:whimboo, maybe it's time to close this bug?

Flags: needinfo?(hskupin)

This command is part of the network interception commands which we are not going to add support for in CDP.

Status: NEW → RESOLVED
Closed: 6 months ago
Flags: needinfo?(hskupin)
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.