Document WriteStream 'open' event
This commit is contained in:
parent
072750e662
commit
c209e57e50
@ -1607,6 +1607,12 @@ An example to read the last 10 bytes of a file which is 100 bytes long:
|
|||||||
|
|
||||||
`WriteStream` is a `Writable Stream`.
|
`WriteStream` is a `Writable Stream`.
|
||||||
|
|
||||||
|
### Event: 'open'
|
||||||
|
|
||||||
|
`function (fd) { }`
|
||||||
|
|
||||||
|
`fd` is the file descriptor used by the WriteStream.
|
||||||
|
|
||||||
### fs.createWriteStream(path, [options])
|
### fs.createWriteStream(path, [options])
|
||||||
|
|
||||||
Returns a new WriteStream object (See `Writable Stream`).
|
Returns a new WriteStream object (See `Writable Stream`).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user