• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!doctype html>
2<html lang="en">
3<head>
4  <meta charset="utf-8">
5  <meta name="viewport" content="width=device-width">
6  <meta name="nodejs.org:node-version" content="__VERSION__">
7  <title>__SECTION__ | Node.js __VERSION__ Documentation</title>
8  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic&display=fallback">
9  <link rel="stylesheet" href="assets/style.css">
10  <link rel="stylesheet" href="assets/hljs.css">
11  <link rel="canonical" href="https://nodejs.org/api/__FILENAME__.html">
12</head>
13<body class="alt apidoc" id="api-section-__FILENAME__">
14  <div id="content" class="clearfix">
15    <div id="column2" class="interior">
16      <div id="intro" class="interior">
17        <a href="/" title="Go back to the home page">
18          Node.js
19        </a>
20      </div>
21      __GTOC__
22    </div>
23
24    <div id="column1" data-id="__ID__" class="interior">
25      <header>
26        <h1>Node.js __VERSION__ Documentation</h1>
27        <div id="gtoc">
28          <ul>
29            <li>
30              <a href="index.html">Index</a>
31            </li>
32            <li>
33              <a href="all.html">View on single page</a>
34            </li>
35            <li>
36              <a href="__FILENAME__.json">View as JSON</a>
37            </li>
38            __ALTDOCS__
39            __EDIT_ON_GITHUB__
40          </ul>
41        </div>
42        <hr>
43      </header>
44
45      <div id="toc">
46        <h2>Table of Contents</h2>
47        __TOC__
48      </div>
49
50      <div id="apicontent">
51        __CONTENT__
52        <!-- API END -->
53      </div>
54    </div>
55  </div>
56</body>
57</html>
58