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 Mar 10, 2020. It is now read-only.
I wonder if there are any cons to exposing libraries such as is-ipfs, multiaddr and multihashes under ipfs.util.lib.* or maybe only in browser-specific build under windows.ipfsLibs ?
I feel people who use browserified artifact would really appreciate it as it would remove code duplication in smaller projects (no need to ship library twice just to have it available as window.foo).
Perhaps there are better ways to do this that I am not aware of? Any thoughts on this?