testground / sdk-js

Other
1 stars 3 forks source link

Inject Hostname & Network Interfaces #12

Open hacdias opened 3 years ago

hacdias commented 3 years ago

In an effort to make sdk-js able to run on a browser, we need to not rely on Node specific globals and builtins, such as the os package. I have to remove the dependency on that.

See https://github.com/testground/sdk-js/pull/11#issuecomment-743123622.