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.
A security error occurs in IE11 on Windows 8.1 (and probably older) in the web-worker-xhr-upload
has
test causing thehas
test to be removed from the cache. This fix makes thehas
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