2011-12-20 05:57:45 +01:00
<!doctype html>
< html lang = "en" >
2010-10-28 14:18:54 +02:00
< head >
2011-12-20 05:57:45 +01:00
< meta charset = "utf-8" >
2012-01-20 02:23:56 +01:00
< title > {{section}}Node.js v0.6.8 Manual & Documentation< / title >
2011-12-12 23:19:14 +01:00
< link rel = "stylesheet" href = "assets/style.css" >
< link rel = "stylesheet" href = "assets/sh.css" >
< link rel = "canonical" href = "http://nodejs.org/docs/latest/api/{{filename}}.html" >
2010-10-28 14:18:54 +02:00
< / head >
2012-01-23 11:12:20 +01:00
< body class = "alt apidoc" >
2012-01-22 05:02:16 +01:00
< div id = "intro" class = "interior" >
< a href = "/" title = "Go back to the home page" >
< img id = "logo" src = "assets/logo-light.png" alt = "node.js" >
< / a >
< / div >
< div id = "content" class = "clearfix" >
< div id = "column2" class = "interior" >
< ul >
< li > < a href = "/" class = "home" > Home< / a > < / li >
< li > < a href = "/#download" class = "download" > Download< / a > < / li >
< li > < a href = "/about/" class = "about" > About< / a > < / li >
< li > < a href = "http://search.npmjs.org/" class = "npm" > npm Registry< / a > < / li >
< li > < a href = "http://nodejs.org/docs/latest/api/index.html" class = "docs current" > Docs< / a > < / li >
< 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" >
< header >
2012-01-23 11:12:20 +01:00
< h1 > Node.js v0.6.8 Manual & Documentation< / h1 >
2012-01-22 05:02:16 +01:00
< div id = "gtoc" >
< p > < a href = "index.html" name = "toc" > Index< / a > | < a href = "all.html" > View on single page< / a > < / p >
< / div >
< hr >
< / header >
{{content}}
< / div >
< / div >
< div id = "footer" >
< ul class = "clearfix" >
< li > < a href = "/" > Node.js< / a > < / li >
< li > < a href = "/#download" > Download< / a > < / li >
< li > < a href = "/about/" > About< / a > < / li >
< li > < a href = "http://search.npmjs.org/" > npm Registry< / a > < / li >
< li > < a href = "http://nodejs.org/docs/latest/api/index.html" > Docs< / a > < / li >
< 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 11:12:20 +01:00
< li > < a href = "http://twitter.com/nodejs" class = "twitter" > @nodejs< / a > < / li >
2012-01-22 05:02:16 +01:00
< / ul >
< p > Copyright 2010 < 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/v0.6.8/LICENSE" > license< / a > .< / p >
< / div >
2011-11-30 09:54:20 +01:00
< script src = "assets/sh_main.js" > < / script >
< script src = "assets/sh_javascript.min.js" > < / script >
< script > highlight ( undefined , undefined , 'pre' ) ; < / script >
2011-12-20 05:57:45 +01:00
< script >
2011-12-05 20:17:57 +01:00
var gaJsHost = (("https:" == document.location.protocol) ?
"https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
< / script >
2011-12-20 05:57:45 +01:00
< script >
2011-12-05 20:17:57 +01:00
try {
var pageTracker = _gat._getTracker("UA-10874194-2");
pageTracker._trackPageview();
} catch(err) {}< / script >
2010-10-28 14:18:54 +02:00
< / body >
2011-07-15 00:56:15 +02:00
< / html >