Skip to content

Commit 307c1d8

Browse files
committedSep 1, 2021
doc: refactor fs docs structure
* Convert examples to esm to help promote that pattern with users * Make Promises APIs more prominent to help promite that pattern * Separate callback/sync apis into distinct sections to make those more consistent with the Promises api * Improve other bits and pieces Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #37170 Backport-PR-URL: #39706 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent 327838d commit 307c1d8

File tree

2 files changed

+3246
-2917
lines changed

2 files changed

+3246
-2917
lines changed
 

Diff for: ‎doc/api/dgram.md

+3
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,9 @@ chained.
733733
<!-- YAML
734734
added: v0.11.13
735735
changes:
736+
- version: v14.17.0
737+
pr-url: https://github.com/nodejs/node/pull/37026
738+
description: AbortSignal support was added.
736739
- version: v11.4.0
737740
pr-url: https://github.com/nodejs/node/pull/23798
738741
description: The `ipv6Only` option is supported.

Diff for: ‎doc/api/fs.md

+3,243-2,917
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.