Pass | XMLHttpRequest: open() sync request not allowed if responseType is set (arraybuffer) | Asserts runPass | assert_throws_dom("InvalidAccessError", function "function() { client.open('GET', "...", false) }")
at Test.<anonymous> ( /xhr/open-method-responsetype-set-sync.htm:22:11) |
|
Pass | XMLHttpRequest: open() sync request not allowed if responseType is set (blob) | Asserts runPass | assert_throws_dom("InvalidAccessError", function "function() { client.open('GET', "...", false) }")
at Test.<anonymous> ( /xhr/open-method-responsetype-set-sync.htm:22:11) |
|
Pass | XMLHttpRequest: open() sync request not allowed if responseType is set (json) | Asserts runPass | assert_throws_dom("InvalidAccessError", function "function() { client.open('GET', "...", false) }")
at Test.<anonymous> ( /xhr/open-method-responsetype-set-sync.htm:22:11) |
|
Pass | XMLHttpRequest: open() sync request not allowed if responseType is set (text) | Asserts runPass | assert_throws_dom("InvalidAccessError", function "function() { client.open('GET', "...", false) }")
at Test.<anonymous> ( /xhr/open-method-responsetype-set-sync.htm:22:11) |
|
Pass | XMLHttpRequest: open() sync request not allowed if responseType is set (document) | Asserts runPass | assert_throws_dom("InvalidAccessError", function "function() { client.open('GET', "...", false) }")
at Test.<anonymous> ( /xhr/open-method-responsetype-set-sync.htm:22:11) |
|