dojo / core

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

Make test request using currently active protocol #388

Closed jason0x43 closed 6 years ago

jason0x43 commented 6 years ago

For the blob test, make the test request using the active protocol rather than always using http. At least IE11 will throw an exception when making an http request from an https domain.

Type: bug

The following has been addressed in the PR:

Description:

Resolves #387