Y
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
banditelol
620 days ago
If we're talking about chrome extension, yes.
But firefox extension expose API to inspect the response stream.
link
throwaway48476
620 days ago
Can you link the MDN page for this?
link
But firefox extension expose API to inspect the response stream.