dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 62 forks source link

Fix web-worker-xhr-upload check on legacy browsers #410

Closed matt-gadd closed 6 years ago

matt-gadd commented 6 years ago

Type: bug

The following has been addressed in the PR:

Description: The web-worker-xhr-upload check presumes a promise exists in the global. If this is evaluated before our promise shim is required in a legacy browser it blows up.