Ver Fonte

Add Chrome version

Kevin Sawicki há 10 anos atrás
pai
commit
2294b4d52b
1 ficheiros alterados com 1 adições e 0 exclusões
  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>