WIP PoC browser with WARC capturing
I am using Node >=10 and npm >= 6.5 (and forcing it only to prevent clasing versions).
To quickstart this run:
npm install
npm start
modules/warc.js was a first working attempt to use Electron Debugger API to capture and write the warc file. However I later found out that node-warc already had that, so it's not currently being used.