UNPKG
nerdbank-streams
Version:
latest (2.13.16)
2.13.16
2.12.90
2.12.87
2.12.84-alpha
2.12.74-alpha
2.11.92
2.11.90
2.11.86
2.11.79
2.11.74
2.11.72
2.10.72
2.10.69
2.10.66
2.10.37-alpha
2.10.22-alpha
2.9.116
2.9.112
2.9.109
2.9.91-alpha
2.9.71-alpha
2.9.47-alpha
2.9.45-alpha
2.8.65
2.8.61
2.8.57
2.8.54
2.8.50
2.8.46
2.8.22-alpha
2.7.74
2.7.62-alpha
2.6.81
2.6.78
2.6.77
2.6.37-alpha
2.5.84
2.5.76
2.5.72
2.5.70
2.5.65
2.5.60
2.5.58
2.5.57-alpha
2.5.50-alpha
2.5.19-alpha
2.5.9-alpha
2.4.73
2.4.67
2.4.60
2.4.59
2.4.57
2.4.50
2.4.48
2.4.46
2.4.32
2.4.30-alpha
2.4.27-alpha
2.4.20-alpha
2.4.12-alpha
2.3.32
2.3.30
2.3.26
2.2.43
2.2.42
2.2.38
2.2.37
2.2.26
2.2.24-rc
2.1.37
2.1.28-beta
2.1.23-beta
2.0.228
2.0.214
2.0.206
2.0.202-rc
2.0.198-beta
2.0.188-beta
2.0.152-beta
Multiplexing of streams
github.com/AArnott/Nerdbank.Streams
AArnott/Nerdbank.Streams
nerdbank-streams
/
js
/
ChannelOptions.d.ts
5 lines
(4 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
export
interface
ChannelOptions
{
/** The number of received bytes that may be buffered locally per channel (transmitted from the remote party but not yet processed). */
channelReceivingWindowSize
?:
number
; }