Interfaces
UnderlyingSink
Type Parameters
Type Parameter | Default type |
---|---|
W | any |
Properties
Property | Type |
---|---|
abort? | UnderlyingSinkAbortCallback |
close? | UnderlyingSinkCloseCallback |
start? | UnderlyingSinkStartCallback |
type? | undefined |
write? | UnderlyingSinkWriteCallback <W > |