Skip to content

fstat

fstat(this, fd, cb): void

Defined in: src/node/async.ts:249

Asynchronous fstat. fstat() is identical to stat(), except that the file to be stat-ed is specified by the file descriptor fd.

unknown

number

Callback<[Stats]>

void

fstat(this, fd, options, cb): void

Defined in: src/node/async.ts:250

Asynchronous fstat. fstat() is identical to stat(), except that the file to be stat-ed is specified by the file descriptor fd.

unknown

number

StatOptions & object

Callback<[Stats]>

void

fstat(this, fd, options, cb): void

Defined in: src/node/async.ts:251

Asynchronous fstat. fstat() is identical to stat(), except that the file to be stat-ed is specified by the file descriptor fd.

unknown

number

StatOptions & object

Callback<[BigIntStats]>

void