You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Saquib
6039a7c1b5
fs: add autoClose option to fs.createWriteStream
Add support to fs.createWriteStream and fs.createWriteStream for an autoClose
option that behaves similarly to the autoClose option supported by
fs.createReadStream and fs.ReadStream.
When an instance of fs.createWriteStream created with autoClose === false finishes,
it is not destroyed. Its underlying fd is not closed and it is the
responsibility of the user to close it.
PR-URL: https://github.com/nodejs/node/pull/3679
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
9 years ago
..
_toc.markdown
deps: update v8 to 4.4.63.9
10 years ago
addons.markdown
doc: improve addons.markdown copy
9 years ago
all.markdown
deps: update v8 to 4.4.63.9
10 years ago
assert.markdown
doc: stronger suggestion for userland assert
9 years ago
buffer.markdown
doc: fix heading level error in Buffer doc
9 years ago
child_process.markdown
doc: remove "above" and "below" references
9 years ago
cluster.markdown
doc: fix, modernize examples in docs
9 years ago
console.markdown
doc: improvements to console.markdown copy
9 years ago
crypto.markdown
doc: remove "above" and "below" references
9 years ago
debugger.markdown
doc: improvements to debugger.markdown copy
9 years ago
dgram.markdown
doc: improvements to dgram.markdown copy
9 years ago
dns.markdown
doc: remove "above" and "below" references
9 years ago
documentation.markdown
doc: standardize references to node.js in docs
9 years ago
domain.markdown
doc: fix, modernize examples in docs
9 years ago
errors.markdown
doc: remove "above" and "below" references
9 years ago
events.markdown
doc: improvements to events.markdown copy
9 years ago
fs.markdown
fs: add autoClose option to fs.createWriteStream
9 years ago
globals.markdown
doc: add links and backticks around names
9 years ago
http.markdown
doc: remove "above" and "below" references
9 years ago
https.markdown
doc: fix, modernize examples in docs
9 years ago
index.markdown
Remove util.print from docs
15 years ago
modules.markdown
doc: remove "above" and "below" references
9 years ago
net.markdown
doc: fix, modernize examples in docs
9 years ago
os.markdown
doc: sort os alphabetically
9 years ago
path.markdown
doc: remove "above" and "below" references
9 years ago
process.markdown
doc: remove "above" and "below" references
9 years ago
punycode.markdown
doc: update links to use https where possible
9 years ago
querystring.markdown
doc: sort querystring alphabetically
9 years ago
readline.markdown
doc: adds usage of readline line-by-line parsing
9 years ago
repl.markdown
doc: remove "above" and "below" references
9 years ago
stream.markdown
doc: remove "above" and "below" references
9 years ago
string_decoder.markdown
doc: fix, modernize examples in docs
9 years ago
synopsis.markdown
doc: fix, modernize examples in docs
9 years ago
timers.markdown
timers: fail early when callback is not a function
9 years ago
tls.markdown
tls: rename `clientError` to `tlsClientError`
9 years ago
tty.markdown
doc: fix, modernize examples in docs
9 years ago
url.markdown
doc: url.format - true slash postfix behaviour
9 years ago
util.markdown
doc: remove "above" and "below" references
9 years ago
v8.markdown
doc: fix, modernize examples in docs
9 years ago
vm.markdown
doc: fix, modernize examples in docs
9 years ago
zlib.markdown
doc: remove "above" and "below" references
9 years ago