commit | c10afee0c43e59a7be5421039e16090c18ad1024 | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Tue Nov 18 10:36:28 2014 -0800 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Tue Nov 18 10:36:28 2014 -0800 |
tree | da2a3f701118a6d0ce0c0a6aae2411af337edb9a | |
parent | 71e57ec46470a93b05aaeadfc0544d932b50b3eb [diff] |
veyron-browser: Remove for...of loop It seems that jenkins may be on Chrome 37, but the minVersion of Chrome that supports the for...of loop is 38. We switch back to the .forEach loop. Change-Id: I341263f92f41c1015783d63bc41bccf48fc7a450
Mountable browser is a browser application that lets the user view and traverse mounttables.
Before you can run Mounttable Browser, you need to build. Simply run:
make
You must have the Veyron Extension installed to run this.
Get it here: https://github.com/veyron/veyron.js/raw/master/extension/veyron.crx
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start