Module ReadableStream.DefaultReader
include Reader
val closed : t -> closed Js.Promise.t
val cancel : t -> unit Js.Promise.t
val cancelWith : string -> t -> string Js.Promise.t
val releaseLock : t -> unit
val read : t -> string Fetch__Iterator.Next.t Js.Promise.t