Skip to main content
WritableBase.prototype.writableCorked - stream - Node documentation
property WritableBase.prototype.writableCorked

Usage in Deno

import { WritableBase } from "node:stream";

Number of times writable.uncork() needs to be called in order to fully uncork the stream.

Type

number