method WritableBase.prototype.on Usage in Denoimport { WritableBase } from "node:stream"; WritableBase.prototype.on(event: "close",listener: () => void,): this Parameters event: "close" listener: () => void Return Type this WritableBase.prototype.on(event: "drain",listener: () => void,): this Parameters event: "drain" listener: () => void Return Type this WritableBase.prototype.on(event: "error",listener: (err: Error) => void,): this Parameters event: "error" listener: (err: Error) => void Return Type this WritableBase.prototype.on(event: "finish",listener: () => void,): this Parameters event: "finish" listener: () => void Return Type this WritableBase.prototype.on(event: "pipe",listener: (src: Readable) => void,): this Parameters event: "pipe" listener: (src: Readable) => void Return Type this WritableBase.prototype.on(event: "unpipe",listener: (src: Readable) => void,): this Parameters event: "unpipe" listener: (src: Readable) => void Return Type this WritableBase.prototype.on(event: string | symbol,listener: (...args: any[]) => void,): this Parameters event: string | symbol listener: (...args: any[]) => void Return Type this