Browse Source

Note availability of Node APIs

main
Jessica Lord 10 years ago
parent
commit
77abe0dd3a
  1. 1
      index.html

1
index.html

@ -6,6 +6,7 @@
</head> </head>
<body> <body>
<h1>Hello World!</h1> <h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
We are using node <script>document.write(process.versions.node)</script>, We are using node <script>document.write(process.versions.node)</script>,
Chromium <script>document.write(process.versions.chrome)</script>, Chromium <script>document.write(process.versions.chrome)</script>,
and Electron <script>document.write(process.versions.electron)</script>. and Electron <script>document.write(process.versions.electron)</script>.

Loading…
Cancel
Save