@@ -859,10 +859,12 @@ the end of the file.
|
859 | 859 | added: |
860 | 860 | - v20.4.0 |
861 | 861 | - v18.18.0 |
| 862 | +changes: |
| 863 | + - version: REPLACEME |
| 864 | + pr-url: https://github.com/nodejs/node/pull/58467 |
| 865 | + description: No longer experimental. |
862 | 866 | --> |
863 | 867 | |
864 | | -> Stability: 1 - Experimental |
865 | | - |
866 | 868 | Calls `filehandle.close()` and returns a promise that fulfills when the |
867 | 869 | filehandle is closed. |
868 | 870 | |
@@ -6750,21 +6752,25 @@ included in the iteration results.
|
6750 | 6752 | |
6751 | 6753 | <!-- YAML |
6752 | 6754 | added: v24.1.0 |
| 6755 | +changes: |
| 6756 | + - version: REPLACEME |
| 6757 | + pr-url: https://github.com/nodejs/node/pull/58467 |
| 6758 | + description: No longer experimental. |
6753 | 6759 | --> |
6754 | 6760 | |
6755 | | -> Stability: 1 - Experimental |
6756 | | - |
6757 | 6761 | Calls `dir.close()` and returns a promise that fulfills when the |
6758 | 6762 | dir is closed. |
6759 | 6763 | |
6760 | | -#### `dir[Symbol.Dispose]()` |
| 6764 | +#### `dir[Symbol.dispose]()` |
6761 | 6765 | |
6762 | 6766 | <!-- YAML |
6763 | 6767 | added: v24.1.0 |
| 6768 | +changes: |
| 6769 | + - version: REPLACEME |
| 6770 | + pr-url: https://github.com/nodejs/node/pull/58467 |
| 6771 | + description: No longer experimental. |
6764 | 6772 | --> |
6765 | 6773 | |
6766 | | -> Stability: 1 - Experimental |
6767 | | - |
6768 | 6774 | Calls `dir.closeSync()` and returns `undefined`. |
6769 | 6775 | |
6770 | 6776 | ### Class: `fs.Dirent` |
|