QueuingStrategyInit

E856199

QueuingStrategyInit is a Web Streams API dictionary type that defines the configuration options used when creating queuing strategies for streams, such as high water marks and size algorithms.

All labels observed (2)

Label Occurrences
QueuingStrategy 1
QueuingStrategyInit canonical 1

How this entity was disambiguated

Statements (31)

Predicate Object
instanceOf Streams API dictionary ⓘ
Web API dictionary ⓘ
appliesTo ReadableStream queuing strategies ⓘ
WritableStream queuing strategies ⓘ
availableInContext WorkerGlobalScope ⓘ
window ⓘ
definedInSpecification WHATWG Streams Standard ⓘ
hasField highWaterMark ⓘ
size ⓘ
highWaterMarkRequired true ⓘ
highWaterMarkType double ⓘ
languageBinding JavaScript ⓘ
partOfAPI Web Streams API ⓘ
platform web browsers supporting Streams API ⓘ
propertySemantics_highWaterMark maximum queue size before applying backpressure ⓘ
propertySemantics_size algorithm to compute size of a chunk ⓘ
relatedConcept QueuingStrategy ⓘ
linked to: QueuingStrategyInit

ReadableStream ⓘ
TransformStream ⓘ
WritableStream ⓘ
serializationForm IDL dictionary ⓘ
sizeRequired false ⓘ
sizeType function ⓘ
usedBy ByteLengthQueuingStrategy ⓘ
CountQueuingStrategy ⓘ
custom queuing strategy implementations ⓘ
usedFor configuring queuing strategies for streams ⓘ
controlling stream backpressure behavior ⓘ
defining high water mark for queues ⓘ
defining size algorithm for queues ⓘ
webPlatformStatus standardized ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

CountQueuingStrategy → initType → QueuingStrategyInit ⓘ
QueuingStrategyInit → relatedConcept → QueuingStrategy ⓘ
linked to: QueuingStrategyInit