interface UnderlyingSourcePullCallback
          
Usage in Deno
import { type UnderlyingSourcePullCallback } from "node:stream/web";
      
    
      
    (controller: ReadableStreamController<R>): void | PromiseLike<void>
      
    import { type UnderlyingSourcePullCallback } from "node:stream/web";
      
    
      
    (controller: ReadableStreamController<R>): void | PromiseLike<void>