| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d676c6c commit 42ccf22
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1533,6 +1533,9 @@ changes: | |||
| 1533 | 1533 | Asynchronous close(2). No arguments other than a possible exception are given | |
| 1534 | 1534 | to the completion callback. | |
| 1535 | 1535 | ||
| 1536 | + Calling `fs.close()` on any file descriptor (`fd`) that is currently in use | ||
| 1537 | + through any other `fs` operation may lead to undefined behavior. | ||
| 1538 | + | ||
| 1536 | 1539 | ## `fs.closeSync(fd)` | |
| 1537 | 1540 | <!-- YAML | |
| 1538 | 1541 | added: v0.1.21 | |
@@ -1542,6 +1545,9 @@ added: v0.1.21 | |||
| 1542 | 1545 | ||
| 1543 | 1546 | Synchronous close(2). Returns `undefined`. | |
| 1544 | 1547 | ||
| 1548 | + Calling `fs.closeSync()` on any file descriptor (`fd`) that is currently in use | ||
| 1549 | + through any other `fs` operation may lead to undefined behavior. | ||
| 1550 | + | ||
| 1545 | 1551 | ## `fs.constants` | |
| 1546 | 1552 | ||
| 1547 | 1553 | * {Object} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments