-
Notifications
You must be signed in to change notification settings - Fork 2k
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
http.headers.Trailer - reading trailers not supported by Fetch API #14703
Labels
data:http 🚠
Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP
Comments
lidel
changed the title
http.headers.Trailer - not supported by Fetch API
http.headers.Trailer - reading trailers not supported by Fetch API
Jan 28, 2022
queengooborg
added
the
data:http 🚠
Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP
label
Jan 29, 2022
+1 for this. Fairly misleading support table, definitely needs a heavy caveat! Noticed that |
24 tasks
6 tasks
8 tasks
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What information was incorrect, unhelpful, or incomplete?
Trailer
support table suggests "trailers" are supported by all browsers:THIS IS NOT TRUE: trailers are not supported at all.
The current state is harmful: having
Trailer
header marked as green in that table suggests this is a usable feature, but reading trailers is not supported by Fetch API in any browser.Readers expect to be able to act on trailers advertised in that header, and they waste hours trying to figure out what they do wrong, only to find that... no major browser engine supports reading trailers via Fetch API (from JS):
What did you expect to see?
Did you test this? If so, how?
MDN page report details
http.headers.Trailer
The text was updated successfully, but these errors were encountered: