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

Remove moz-chunked-arraybuffer support, and related code, from src/display/network.js #10678

Merged

Commits on Apr 1, 2019

  1. Remove moz-chunked-arraybuffer support, and related code, from `src…

    …/display/network.js`
    
    The `moz-chunked-arraybuffer` responseType is a non-standard property, which has been subsumed by the Fetch API, and it's in the process of being removed from Firefox; please see https://bugzilla.mozilla.org/show_bug.cgi?id=1120171 and https://bugzilla.mozilla.org/show_bug.cgi?id=1411865
    
    *Please note:* Rather than waiting for both `Fetch` *and* `ReadableStream` to be available in e.g. a Firefox ESR version (which is probably going to be 68 at the earliest), let's just decide that PDF.js release `2.1.266` will be the last one with `moz-chunked-arraybuffer` support and land this patch (since nothing should outright break without it anyway).
    Snuffleupagus committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    b40e672 View commit details
    Browse the repository at this point in the history