-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with "Trailer": page says all browsers are compatible but there is no way to use this feature #7137
Comments
Just to say, I'm incredibly grateful for MDN in general and though I've been burned a bit here, I'm well ahead in hours saved by this wonderful resource so thank you to all the maintainers. |
@mnot, can you please advise on what at this point we should be saying about |
There are two things going on here --
Firefox supports the
However, be aware that the most recent revision of HTTP changed how headers and trailers interact -- they're now separate "buckets", and you can't just arbitrarily promote a header into a trailer, or vice versa, unless its spec says you can. See this text. So, I think the example given needs to change. |
Thanks for the comments and the useful links. I think on reflection I should have targeted this issue at the Given that, I am still unsure what the green on the |
No idea, but it is a general question/problem what to do about recording compatibility in BCD: mdn/browser-compat-data#12533 |
I wrote some ideas how to reduce confusion caused by the Trailer docs in mdn/browser-compat-data#14703 (before finding this one). In case a drive-by reader is curious about the current state,
|
Thanks for raising this. This should be resolved in the linked PR now, so I'm closing as done. See also: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Trailer#browser_compatibility |
MDN URL: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Trailer
What information was incorrect, unhelpful, or incomplete?
The page says that Trailers are available for use in all major browsers. In fact, it seems it there is no way to use them from javascript.
Specific section or headline?
"Browser compatibility" is the main culprit but also, given the information in this SO answer, I'm a little lost as to why this page exists at all.
What did you expect to see?
Maybe a thumbs down icon with a deprecation warning. I may be missing something.
Did you test this? If so, how?
We implemented the server side of this, encouraged by this page. Now we come to depend on that from the client side we find we can't use it from the browser (neither fetch nor XMPHttpRequest) despite wall-to-wall green in the browswer compatibility table. I'd really like to understand the disconnect here (may of course be my own understanding) but in any case, I would encourage some kind of health warning on the page if possible for future visitors.
MDN Content page report details
en-us/web/http/headers/trailer
The text was updated successfully, but these errors were encountered: