0ee373f9cc
Compared to the recently replaced `URL` polyfill, the new `ReadableStream` polyfill isn't being exported globally for two reasons: - We're currently checking for the existence of a global `ReadableStream` implementation when determining if the Fetch API will be used; please see `isFetchSupported` in the src/display/display_utils.js file. - Given that it's much newer functionality (compared to `URL`) and that not all browsers may implement all parts of the specification yet, not exposing the `ReadableStream` globally seems safer for now. |
||
---|---|---|
.. | ||
bcmaps | ||
builder | ||
cmapscompress | ||
dist | ||
importL10n | ||
systemjs | ||
webL10n | ||
webpack | ||
.eslintrc | ||
.gitignore |