b89595fd20
According to the MDN compatibility data, see https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream#browser_compatibility, all browsers that we support have native `ReadableStream` implementations (since quite some time too). Hence only Node.js is now lagging behind w.r.t. `ReadableStream` support, and its experimental implementation doesn't really help us given the life-span of the LTS releases (see https://en.wikipedia.org/wiki/Node.js#Releases). It seems quite unfortunate to bundle a `ReadableStream` polyfill in the `legacy` builds when it's unnecessary in browsers, given its overall size, but fortunately we can avoid that by simply listing `web-streams-polyfill` as a dependency for the `pdfjs-dist` library. |
||
---|---|---|
.. | ||
bcmaps | ||
builder | ||
cmapscompress | ||
dist | ||
importL10n | ||
quickjs | ||
standard_fonts | ||
systemjs | ||
webL10n | ||
webpack | ||
.eslintrc | ||
.gitignore |