Investigate replacement of isomorphic libraries
HenryNguyen5 opened this issue · 0 comments
HenryNguyen5 commented
The current libraries of: isomorphic-fetch, randombytes, url-search-params, btoa
Should be investigated to see if any of them can be replaced by an internal implementation, or if ones that have global side effects (isomorphic-fetch) can be replaced by internal implementation or with a library that doesn't require global side effects (like axios)