File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
feature-group-definitions Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ name: Streams
22description : The streams API creates, composes, and consumes continuously generated data.
33spec : https://streams.spec.whatwg.org/
44caniuse : streams
5+ # TODO: Represent partial support with BYOB (Safari 14.1+).
6+ # This set of compat features omits `ReadableStreamBYOBReader` and
7+ # `ReadableStreamBYOBRequest`, since this API is usable for some applications
8+ # without BYOB. This differs from caniuse, which says that this feature is only
9+ # partially supported. Until we can represent partial support in our data, or
10+ # consult with caniuse on splitting this into BYOB and non-BYOB streams
11+ # features, we think this more accurately characterizes the state of this API.
512compat_features :
613 - api.ByteLengthQueuingStrategy
714 - api.ByteLengthQueuingStrategy.ByteLengthQueuingStrategy
@@ -37,7 +44,6 @@ compat_features:
3744 - api.ReadableStream.pipeThrough
3845 - api.ReadableStream.pipeTo
3946 - api.ReadableStream.tee
40- # TODO: consider whether breaking this out into a separate feature (and asking caniuse to do the same)
4147 # - api.ReadableStreamBYOBReader
4248 # - api.ReadableStreamBYOBReader.ReadableStreamBYOBReader
4349 # - api.ReadableStreamBYOBReader.cancel
You can’t perform that action at this time.
0 commit comments