Is there a way to capture the files being served to the client, say with an Electron App's BrowserView
or perhaps a browser extension?
For example, say you visit a website, whereby a font is served to the client in order to be displayed on that website, is there any way as a client or otherwise to capture that file?
I came across this question that suggests obtaining the network logs may be possible with browser extension technology, but it is a really old question, and I am interested in obtaining the files instead of the logs.
Any ideas?