
main.web.streams.QueuingStrategyInit.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.streams
sealed external interface QueuingStrategyInit {
/**
* Creates a new ByteLengthQueuingStrategy with the provided high water
* mark.
*
* Note that the provided high water mark will not be validated ahead of
* time. Instead, if it is negative, NaN, or not a number, the resulting
* ByteLengthQueuingStrategy will cause the corresponding stream
* constructor to throw.
*/
var highWaterMark: Number
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy