interledgerjs / ilp-plugin-btp

This has been moved to the monorepo https://github.com/interledgerjs/interledgerjs
8 stars 7 forks source link

isomorphic ws/url for browser usage #63

Closed sublimator closed 5 years ago

sublimator commented 5 years ago

image

sublimator commented 5 years ago

This one seems to have heartbeat functionality https://github.com/droplit/universal-ws/tree/master/client

sublimator commented 5 years ago

If I am not mistaken the default webpack shim for node's url lib exports the "legacy" Url api, not the latest URL api (whatwg):

See: https://github.com/webpack/node-libs-browser#readme https://github.com/defunctzombie/node-url

sublimator commented 5 years ago

Looks like this has all been sorted, thanks @sentientwaffle