2011-12-20 04:57:45 +00:00
<!doctype html>
< html lang = "en" >
2010-10-28 12:18:54 +00:00
< head >
2011-12-20 04:57:45 +00:00
< meta charset = "utf-8" >
2012-02-27 18:59:51 +00:00
< title > __SECTION__ Node.js __VERSION__ Manual & Documentation< / title >
2011-12-12 22:19:14 +00:00
< link rel = "stylesheet" href = "assets/style.css" >
< link rel = "stylesheet" href = "assets/sh.css" >
2012-02-27 18:59:51 +00:00
< link rel = "canonical" href = "http://nodejs.org/api/__FILENAME__.html" >
2010-10-28 12:18:54 +00:00
< / head >
2012-02-27 18:59:51 +00:00
< body class = "alt apidoc" id = "api-section-__FILENAME__" >
2012-01-22 04:02:16 +00:00
< div id = "intro" class = "interior" >
< a href = "/" title = "Go back to the home page" >
2012-02-13 22:47:50 +00:00
< img id = "logo" src = "http://nodejs.org/images/logo-light.png" alt = "node.js" >
2012-01-22 04:02:16 +00:00
< / a >
< / div >
< div id = "content" class = "clearfix" >
< div id = "column2" class = "interior" >
< ul >
< li > < a href = "/" class = "home" > Home< / a > < / li >
2012-08-13 15:43:26 +00:00
< li > < a href = "/download/" class = "download" > Download< / a > < / li >
2012-01-22 04:02:16 +00:00
< li > < a href = "/about/" class = "about" > About< / a > < / li >
2013-05-09 22:15:39 +00:00
< li > < a href = "http://npmjs.org/" class = "npm" > npm Registry< / a > < / li >
2012-03-16 15:19:18 +00:00
< li > < a href = "http://nodejs.org/api/" class = "docs current" > Docs< / a > < / li >
2012-01-22 04:02:16 +00:00
< li > < a href = "http://blog.nodejs.org" class = "blog" > Blog< / a > < / li >
< li > < a href = "/community/" class = "community" > Community< / a > < / li >
< li > < a href = "/logos/" class = "logos" > Logos< / a > < / li >
< li > < a href = "http://jobs.nodejs.org/" class = "jobs" > Jobs< / a > < / li >
< / ul >
< p class = "twitter" > < a href = "http://twitter.com/nodejs" > @nodejs< / a > < / p >
< / div >
< div id = "column1" class = "interior" >
2012-02-27 18:59:51 +00:00
< header >
< h1 > Node.js __VERSION__ Manual & Documentation< / h1 >
< div id = "gtoc" >
2012-03-03 23:50:33 +00:00
< p >
< a href = "index.html" name = "toc" > Index< / a > |
< a href = "all.html" > View on single page< / a > |
< a href = "__FILENAME__.json" > View as JSON< / a >
< / p >
2012-02-27 18:59:51 +00:00
< / div >
< hr >
< / header >
< div id = "toc" >
< h2 > Table of Contents< / h2 >
__TOC__
< / div >
< div id = "apicontent" >
__CONTENT__
2012-01-22 04:02:16 +00:00
< / div >
< / div >
< / div >
< div id = "footer" >
2013-05-02 16:47:46 +00:00
< a href = "http://joyent.com" class = "joyent-logo" > Joyent< / a >
2012-01-22 04:02:16 +00:00
< ul class = "clearfix" >
< li > < a href = "/" > Node.js< / a > < / li >
2012-08-13 15:43:26 +00:00
< li > < a href = "/download/" > Download< / a > < / li >
2012-01-22 04:02:16 +00:00
< li > < a href = "/about/" > About< / a > < / li >
2013-05-09 22:15:39 +00:00
< li > < a href = "http://npmjs.org/" > npm Registry< / a > < / li >
2012-03-16 15:19:18 +00:00
< li > < a href = "http://nodejs.org/api/" > Docs< / a > < / li >
2012-01-22 04:02:16 +00:00
< li > < a href = "http://blog.nodejs.org" > Blog< / a > < / li >
< li > < a href = "/community/" > Community< / a > < / li >
< li > < a href = "/logos/" > Logos< / a > < / li >
< li > < a href = "http://jobs.nodejs.org/" > Jobs< / a > < / li >
2012-01-23 10:12:20 +00:00
< li > < a href = "http://twitter.com/nodejs" class = "twitter" > @nodejs< / a > < / li >
2012-01-22 04:02:16 +00:00
< / ul >
2012-06-23 09:31:26 +00:00
< p > Copyright < a href = "http://joyent.com/" > Joyent, Inc< / a > , Node.js is a < a href = "/trademark-policy.pdf" > trademark< / a > of Joyent, Inc. View < a href = "https://raw.github.com/joyent/node/__VERSION__/LICENSE" > license< / a > .< / p >
2012-01-22 04:02:16 +00:00
< / div >
2012-02-27 18:59:51 +00:00
2012-03-09 14:35:39 +00:00
< script src = "../sh_main.js" > < / script >
< script src = "../sh_javascript.min.js" > < / script >
2011-11-30 08:54:20 +00:00
< script > highlight ( undefined , undefined , 'pre' ) ; < / script >
2011-12-20 04:57:45 +00:00
< script >
2012-06-23 09:31:26 +00:00
window._gaq = [['_setAccount', 'UA-10874194-2'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.src = '//www.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s);
}(document, 'script'));
2011-12-05 19:17:57 +00:00
< / script >
2010-10-28 12:18:54 +00:00
< / body >
2011-07-14 22:56:15 +00:00
< / html >