method WriteStream.prototype.once
Jump to headingWriteStream.prototype.once(event: string,listener: (...args: any[]) => void,): this
Parameters Jump to heading
Jump to headingevent: string
Jump to headinglistener: (...args: any[]) => void
Return Type Jump to heading
this
Jump to headingWriteStream.prototype.once(event: "resize",listener: () => void,): this
Parameters Jump to heading
Jump to headingevent: "resize"
Jump to headinglistener: () => void
Return Type Jump to heading
this