소스 검색

Note availability of Node APIs

Jessica Lord 9 년 전
부모
커밋
77abe0dd3a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      index.html

+ 1 - 0
index.html

@@ -6,6 +6,7 @@
   </head>
   <body>
     <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>,
     Chromium <script>document.write(process.versions.chrome)</script>,
     and Electron <script>document.write(process.versions.electron)</script>.