Skip to content

Commit

Permalink
Add readablestreambyobreader-read-min feature
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Dec 28, 2024
1 parent f0854ff commit 5f8e642
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
6 changes: 6 additions & 0 deletions features/readablestreambyobreader-read-min.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: "ReadableStreamBYOBReader.read(): min option"
description: The `min` option for `ReadableStreamBYOBReader.read(view, options)` allows you to specify the minimum number of elements that must be available before the read request will fulfill.
spec: https://streams.spec.whatwg.org/#ref-for-dom-readablestreambyobreaderreadoptions-min%E2%91%A0
group: streams
compat_features:
- api.ReadableStreamBYOBReader.read.options_min_parameter
8 changes: 8 additions & 0 deletions features/readablestreambyobreader-read-min.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Generated from: readablestreambyobreader-read-min.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support: {}
compat_features:
- api.ReadableStreamBYOBReader.read.options_min_parameter
1 change: 0 additions & 1 deletion features/streams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ compat_features:
- api.ReadableStreamBYOBReader.cancel
- api.ReadableStreamBYOBReader.closed
- api.ReadableStreamBYOBReader.read
- api.ReadableStreamBYOBReader.read.options_min_parameter
- api.ReadableStreamBYOBReader.releaseLock
- api.ReadableStreamBYOBReader.releaseLock.reject_pending_read_request
- api.ReadableStreamBYOBRequest
Expand Down
4 changes: 0 additions & 4 deletions features/streams.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,3 @@ compat_features:
# firefox_android: "102"
- api.ReadableStreamBYOBReader.releaseLock.reject_pending_read_request
- api.ReadableStreamDefaultReader.releaseLock.reject_pending_read_request

# baseline: false
# support: {}
- api.ReadableStreamBYOBReader.read.options_min_parameter

0 comments on commit 5f8e642

Please sign in to comment.