We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The Streams API is Widely available but https://webstatus.dev/features/streams is showing it as Limited availability.
The webstatus.dev API is also showing it as "limited":
"limited"
{ "baseline": { "status": "limited" }, "browser_implementations": { "chrome": { "date": "2017-06-05", "status": "available", "version": "59" }, "edge": { "date": "2020-01-15", "status": "available", "version": "79" }, "firefox": { "date": "2022-06-28", "status": "available", "version": "102" }, "safari": { "date": "2021-04-26", "status": "available", "version": "14.1" } }, // ... }
To Reproduce Steps to reproduce the behavior:
Expected behavior The status should appear as Widely available in both the API and the web UI, according to web-features: https://web-platform-dx.github.io/web-features-explorer/features/streams/
web-features
Screenshots
Additional context There's a note in web-features/features/streams.yml that it was recently switched from limited to widely available:
# 2025-01-30 — false → high — Split BYOB into a separate "readable-byte-streams" feature. Linked that one to Caniuse.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The Streams API is Widely available but https://webstatus.dev/features/streams is showing it as Limited availability.
The webstatus.dev API is also showing it as
"limited"
:To Reproduce
Steps to reproduce the behavior:
Expected behavior
The status should appear as Widely available in both the API and the web UI, according to
web-features
: https://web-platform-dx.github.io/web-features-explorer/features/streams/Screenshots
Additional context
There's a note in web-features/features/streams.yml that it was recently switched from limited to widely available:
# 2025-01-30 — false → high — Split BYOB into a separate "readable-byte-streams" feature. Linked that one to Caniuse.
The text was updated successfully, but these errors were encountered: