[meta] Fetch.fulfillRequest
Categories
(Remote Protocol :: CDP, task)
Tracking
(Not tracked)
People
(Reporter: whimboo, Unassigned)
References
()
Details
(Keywords: meta, Whiteboard: [method=Fetch.fulfillRequest])
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
In Puppeteer this is called inside of NetworkManager.respond()
. Compared to the Request
class I cannot see that this method is called or setup as callback anywhere in Puppeteer. Also it's not used by Gutenberg.
I have no idea why it is listed on https://wiki.mozilla.org/Remote/GutenbergCDPUsage#Methods_2 with a frequency of 12, but for now and as long as we haven't figured it out, it shouldn't block the alpha release.
Assignee | ||
Updated•5 years ago
|
Comment 2•3 years ago
|
||
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?
Reporter | ||
Comment 3•3 years ago
|
||
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.
Updated•3 years ago
|
Comment 4•2 years ago
|
||
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?
Reporter | ||
Comment 5•2 years ago
|
||
Implementing Network interception is a tedious task that is currently done for Webdriver BiDi. We do not see that feature to be implemented for our CDP implementation.
Description
•