This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Provide access to bundled libraries when run in browser #406
Closed
Description
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?