0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/website
Ryan f6a7fe2657 Implement onExit() hook for modules.
onExit() is similar to the onLoad() callback. onExit() is called on each
module just before the process exits. This can be used to check state in
unit tests, but not to perform I/O. The process will forcibly exit as soon
as all of the onExit callbacks are made.
2009-06-08 16:17:33 +02:00
..
api.html Implement onExit() hook for modules. 2009-06-08 16:17:33 +02:00
index.html Merge branch 'ujh/master' 2009-06-05 14:32:53 +02:00
sh_javascript.min.js Work on website styling. 2009-05-17 15:54:06 +02:00
sh_main.js Clean up doc intro and syntax highlighting. 2009-05-26 18:06:53 +02:00
sh_main.min.js Work on website styling. 2009-05-17 15:54:06 +02:00
sh_vim-dark.css More node.http.Client docs 2009-05-20 16:05:11 +02:00
style.css Just twiddling with the webpage 2009-05-27 15:42:16 +02:00