Hacker News new | ask | show | jobs
by throwaway48476 621 days ago
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.

1 comments

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?