- From: Boris Zbarsky <notifications@github.com>
- Date: Mon, 10 Feb 2020 06:14:06 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 10 February 2020 14:14:09 UTC
Yes. All browsers currently fail the `testUploadFailure` tests, because the call to `promise_rejects` is missing the first argument (should have `test` before the `new TypeError()`). See <https://wpt.fyi/results/fetch/api/basic/request-upload.any.html?label=master&label=experimental&aligned&q=fetch%2Fapi%2Fbasic%2Frequest-upload>. But if I fix the test to pass in the right args, browsers still fail, because as far as I can tell they allow those uploads. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/88#issuecomment-584141683
Received on Monday, 10 February 2020 14:14:09 UTC