dojo / core

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

Fix "random" XHR test fail. #361

Closed edhager closed 7 years ago

edhager commented 7 years ago

A security error occurs in IE11 on Windows 8.1 (and probably older) in the web-worker-xhr-upload has test causing the has test to be removed from the cache. This fix makes the has test return false when the security error occurs.

This test failure appeared to be random because we were asking for IE11 on "WINDOWS" in the intern configuration. I added more specific operating system requests to intern.json.

Searching in Google revealed that the security error was occurring in Windows 10 but a fix in Windows 10 was released.

Fixes #358

edhager commented 7 years ago

The "utility functions - throttle - throttles callback" test will fail. That is fixed in another PR.