W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
UnderlyingByteSource
interface
UnderlyingByteSource {
autoAllocateChunkSize?
:
number
;
cancel?
:
ReadableStreamErrorCallback
;
pull?
:
ReadableByteStreamControllerCallback
;
start?
:
ReadableByteStreamControllerCallback
;
type
:
"bytes"
;
}
Properties
autoAllocateChunkSize?
:
number
cancel?
:
ReadableStreamErrorCallback
pull?
:
ReadableByteStreamControllerCallback
start?
:
ReadableByteStreamControllerCallback
type
:
"bytes"
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/UnderlyingByteSource