blob: c5254f1b8a93e66716f509475a3cbe3219e79cef [file] [log] [blame]
PASS Consume response's body as text
PASS Consume response's body as blob
PASS Consume response's body as arrayBuffer
PASS Consume response's body as json (error case)
FAIL Consume response's body as formData with correct multipart type (error case) assert_throws: function "function () { throw e }" threw undefined with type "undefined", not an object
FAIL Consume response's body as formData with correct urlencoded type promise_test: Unhandled rejection with value: undefined
FAIL Consume response's body as formData without correct type (error case) assert_throws: function "function () { throw e }" threw undefined with type "undefined", not an object
PASS Consume empty blob response body as arrayBuffer
PASS Consume empty text response body as arrayBuffer
PASS Consume empty blob response body as text
PASS Consume empty text response body as text
PASS Consume empty URLSearchParams response body as text
FAIL Consume empty FormData response body as text promise_test: Unhandled rejection with value: object "NotSupportedError: The operation is not supported."
PASS Consume empty ArrayBuffer response body as text