- From: Dan Robertson <notifications@github.com>
- Date: Tue, 28 Jun 2022 14:10:23 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 28 June 2022 21:10:37 UTC
> So what do browsers do then? |Test |Firefox |Chrome| Safari | |-------------------|-----------|--------|-----------------| |no `contentType` |`text/plain`|`null` |`""` | |bad `contentType`|`text/plain`|`null` |`application/xml`| > Note, an upcoming change to Gecko will probably change case 2 to behave like webkit. :+1: with the patch gecko does in fact return `""` for both tests. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1464#issuecomment-1169246683 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/1464/1169246683@github.com>
Received on Tuesday, 28 June 2022 21:10:37 UTC