Azure/azure-cosmos-js

Remove dependencies on node builtins

southpolesteve opened this issue · 0 comments

We're getting reports this library does not work with Angular since v6 where Angular stopped polyfilling the node builtin modules angular/angular-cli#9827 (comment)

Should be easy enough for us to do. All we use on v3 is os to construct a user agent and url which can be replaced with the new URL global