| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3cd1576 commit 2e78e4b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2070,6 +2070,10 @@ Removes files and directories (modeled on the standard POSIX `rm` utility). | |||
| 2070 | 2070 | <!-- YAML | |
| 2071 | 2071 | added: v10.0.0 | |
| 2072 | 2072 | changes: | |
| 2073 | + - version: v24.15.0 | ||
| 2074 | + pr-url: https://github.com/nodejs/node/pull/61178 | ||
| 2075 | + description: Accepts a `throwIfNoEntry` option to specify whether | ||
| 2076 | + an exception should be thrown if the entry does not exist. | ||
| 2073 | 2077 | - version: v10.5.0 | |
| 2074 | 2078 | pr-url: https://github.com/nodejs/node/pull/20220 | |
| 2075 | 2079 | description: Accepts an additional `options` object to specify whether | |
@@ -4813,6 +4817,10 @@ completion callback. | |||
| 4813 | 4817 | <!-- YAML | |
| 4814 | 4818 | added: v0.0.2 | |
| 4815 | 4819 | changes: | |
| 4820 | + - version: v24.15.0 | ||
| 4821 | + pr-url: https://github.com/nodejs/node/pull/61178 | ||
| 4822 | + description: Accepts a `throwIfNoEntry` option to specify whether | ||
| 4823 | + an exception should be thrown if the entry does not exist. | ||
| 4816 | 4824 | - version: v18.0.0 | |
| 4817 | 4825 | pr-url: https://github.com/nodejs/node/pull/41678 | |
| 4818 | 4826 | description: Passing an invalid callback to the `callback` argument | |
| Back | FazBrowse Home | New Git URL |
0 commit comments