interface UnderlyingSource
          
Usage in Deno
import { type UnderlyingSource } from "node:stream/web";
optional
cancel: UnderlyingSourceCancelCallback
      
    optional
pull: UnderlyingSourcePullCallback<R>
      
    optional
start: UnderlyingSourceStartCallback<R>
      
    optional
type: undefined