I am writing a browser extension using modern Browsers generic WebExtensions framework.
I try to figure out, how I can get (read) access or a copy of the data of an http response send by a regular server utilizing the stable WebRequest API. Firefox's and Chrome's documentations do not offer a convenient way of achieving this. Is it even possible within the WebExtensions framework?
Thanks in advance.