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.
18 lines
289 B
Plaintext
18 lines
289 B
Plaintext
build/
|
|
l10n/
|
|
docs/
|
|
node_modules/
|
|
external/bcmaps/
|
|
external/webL10n/
|
|
external/cmapscompress/
|
|
external/builder/fixtures/
|
|
external/builder/fixtures_esprima/
|
|
src/shared/cffStandardStrings.js
|
|
src/shared/fonts_utils.js
|
|
test/tmp/
|
|
test/features/
|
|
test/pdfs/
|
|
test/resources/
|
|
test/font/*_spec.js
|
|
*~/
|