File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -333,6 +333,11 @@ https://en.wikipedia.org/wiki/Uname#Examples for more information.
333
333
## os.tmpdir()
334
334
<!-- YAML
335
335
added: v0.9.9
336
+ changes:
337
+ - version: v2.0.0
338
+ pr-url: https://github.com/nodejs/node/pull/747
339
+ description: This function is now cross-platform consistent and no longer
340
+ returns a path with a trailing slash on any platform
336
341
-->
337
342
338
343
* Returns: {String}
@@ -404,6 +409,12 @@ The following constants are exported by `os.constants`. **Note:** Not all
404
409
constants will be available on every operating system.
405
410
406
411
### Signal Constants
412
+ <!-- YAML
413
+ changes:
414
+ - version: v5.11.0
415
+ pr-url: https://github.com/nodejs/node/pull/6093
416
+ description: Added support for `SIGINFO`.
417
+ -->
407
418
408
419
The following signal constants are exported by ` os.constants.signals ` :
409
420
You can’t perform that action at this time.
0 commit comments