top | item 47188320

(no title)

apatheticonion | 3 days ago

What's wrong with a `Read` `Write` interface like every other language?

    const buffer = new UInt8Array(256)
    const bytesRead = await reader.read(buffer)
    if (bytesRead === 0) {
      // Done
      return
    }

discuss

order

No comments yet.