You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2021. It is now read-only.
Right now, in order to use this library in a "universal" or "isomorphic" app, one must either utilize dynamic require statements to import the /browser package for client-side bundling, or else, configure Webpack (or whatever bundling tool) to alias @akanass/rx-http-request to @akanass/rx-http-request/browser for the client.