| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7dc5a1e commit 71f2ead
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1709,6 +1709,10 @@ Removes files and directories (modeled on the standard POSIX `rm` utility). | |||
| 1709 | 1709 | <!-- YAML | |
| 1710 | 1710 | added: v10.0.0 | |
| 1711 | 1711 | changes: | |
| 1712 | + - version: v25.7.0 | ||
| 1713 | + pr-url: https://github.com/nodejs/node/pull/61178 | ||
| 1714 | + description: Accepts a `throwIfNoEntry` option to specify whether | ||
| 1715 | + an exception should be thrown if the entry does not exist. | ||
| 1712 | 1716 | - version: v10.5.0 | |
| 1713 | 1717 | pr-url: https://github.com/nodejs/node/pull/20220 | |
| 1714 | 1718 | description: Accepts an additional `options` object to specify whether | |
@@ -4412,6 +4416,10 @@ completion callback. | |||
| 4412 | 4416 | <!-- YAML | |
| 4413 | 4417 | added: v0.0.2 | |
| 4414 | 4418 | changes: | |
| 4419 | + - version: v25.7.0 | ||
| 4420 | + pr-url: https://github.com/nodejs/node/pull/61178 | ||
| 4421 | + description: Accepts a `throwIfNoEntry` option to specify whether | ||
| 4422 | + an exception should be thrown if the entry does not exist. | ||
| 4415 | 4423 | - version: v18.0.0 | |
| 4416 | 4424 | pr-url: https://github.com/nodejs/node/pull/41678 | |
| 4417 | 4425 | description: Passing an invalid callback to the `callback` argument | |
| Back | FazBrowse Home | New Git URL |
0 commit comments