浏览代码

Add Chrome version

Kevin Sawicki 10 年之前
父节点
当前提交
2294b4d52b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      index.html

+ 1 - 0
index.html

@@ -6,6 +6,7 @@
   <body>
     <h1>Hello World!</h1>
     We are using node <script>document.write(process.version)</script>
+    and Chrome <script>document.write(process.versions.chrome)</script>.
     and Electron <script>document.write(process.versions.electron)</script>.
   </body>
 </html>