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. |
||
---|---|---|
.. | ||
cffStandardStrings.js | ||
compatibility.js | ||
fonts_utils.js | ||
global_scope.js | ||
is_node.js | ||
message_handler.js | ||
streams_polyfill.js | ||
util.js |