0

Is there an easy way to execute a javascript on Chrome browser when the JS require several files,

ex. to run the unit test of https://github.com/cryptocoinjs/bs58 or https://github.com/kronolynx/pgp-word-list-converter on my browser directly from chromebook is that doable?

Hus
  • 61
  • 5
  • 1
    No it is not, as `require()` is synchronous so you would have to "install" all the dependencies before. – Jonas Wilms Aug 17 '18 at 21:55
  • Something like this? https://stackoverflow.com/questions/6971583/node-style-require-for-in-browser-javascript – villu164 Aug 17 '18 at 21:56

0 Answers0