Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Browser support #31

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 1, 2019

  1. a first attempt at bundling node-warc to run in browser!

    - avoid including fs and untildify, just pass in raw streams
    - uses webpack to bundle to dist/nodewarc.js
    - expose stream and zlib for further testing with WARCParser
    - add index.html for testing
    issues: still getting 'Uncaught Error: invalid distance too far back' from zlib, unrelated to warc parsing (which works well!)
    ikreymer committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    1c70c59 View commit details
    Browse the repository at this point in the history
  2. use pako directly!

    ikreymer committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    c92414c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

  1. remove extras from index.js

    ikreymer committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    17783a1 View commit details
    Browse the repository at this point in the history