ReadableStreamDefaultController.desiredSize

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since June 2022.

ReadableStreamDefaultController 接口的只读属性 desiredSize 返回填充满流的内部队列需要的大小。

一个整数。请注意,在队列已满的情况下,则可能是负数。

示例

规范中具有底层推送源和背压支持的流提供了一个很好的例子,说明如何使用 desiredSize 去手动检测流何时已满并应使用背压,以及使用 ReadablestreamDefaultController.error() 在流所依赖的系统一部分失效的情况去手动触发一个流错误。

规范

Specification
Streams
# ref-for-rs-default-controller-desired-size②

浏览器兼容性

BCD tables only load in the browser

参见