interfaceDirectUnderlyingSourceinterface DirectUnderlyingSource<R = any>cancel?: UnderlyingSourceCancelCallbackpull: (controller: ReadableStreamDirectController) => void | PromiseLike<void>type: 'direct'