- From: Moonchild <notifications@github.com>
- Date: Thu, 01 May 2025 07:34:57 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 1 May 2025 14:35:01 UTC
wolfbeast left a comment (whatwg/fetch#274) > I think we probably should send the mime types for all of these, or at least the ones that are not ubiquitously supported. This sounds like a good approach to me. Most implementations are pretty well-aligned in what is "ubiquitous", I think. Personally, I think only the following types have varying support in browsers (especially when it comes to top-level navigation): - image/avif - image/jxl - image/webp (maybe?) - video/x-matroska - video/webm (maybe?) AFAIK types like png, jpg, gif, mp4, avi, ogg, aac, flac have full support everywhere, but please correct me if I'm wrong. If `webp` and `webm` are considered ubiquitous then the amount of header size increase is even less. Media/image support does not change often and adoption tends to be slow, warranting at least some time where explicit `Accept:` entries are added. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/274#issuecomment-2844960787 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/274/2844960787@github.com>
Received on Thursday, 1 May 2025 14:35:01 UTC