Comment on Web scraping with your web browser: Why not?parentComments−throwaway484761yApparently there is no web extension API to inspect the body of a fetch response and you have to override window.fetchSeems like an omission in the spec.−banditelol1yIf we're talking about chrome extension, yes.But firefox extension expose API to inspect the response stream.−throwaway484761yCan you link the MDN page for this?
Comments
Apparently there is no web extension API to inspect the body of a fetch response and you have to override window.fetch
Seems like an omission in the spec.
If we're talking about chrome extension, yes.
But firefox extension expose API to inspect the response stream.
Can you link the MDN page for this?