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

Replace http-browserify with stream-http #1327

Merged
merged 1 commit into from
Jul 17, 2015

Commits on Jul 14, 2015

  1. Replace http-browserify with stream-http

    stream-http uses new-style streams to provide true streaming or
    pseudo-streaming in as many browsers as possible.
    
    It uses the new fetch api with native browser streams where available
    (currently only chrome supports this combination) and various
    browser-specific xhr extensions to make binary-safe streaming
    work where possible.
    
    It is tested and working with at least basic functionality
    back to IE8.
    jhiesey committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    918d62e View commit details
    Browse the repository at this point in the history