Skip to main content
ReadStream.prototype.bytesRead - fs - Node documentation
property ReadStream.prototype.bytesRead

Usage in Deno

import { ReadStream } from "node:fs";

The number of bytes that have been read so far.

Type

number