N0taN3rd / node-warc

Parse And Create Web ARChive (WARC) files with node.js
MIT License
92 stars 20 forks source link

[WIP] Browser support #31

Open ikreymer opened 5 years ago

ikreymer commented 5 years ago

This PR allows node-warc to be bundled with webpack for use in the browser. Operations requiring fs are moved to separate module and a stream is passed in via getStream fs and untildify are excluded from bundling for the browser.