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 Feb 12, 2024. It is now read-only.
On apps that use js-ipfs I never use the HTTP API, but I believe that the ipfs-api code always ends up in the bundle.
The same thing applies to some transports. For instance, I would like to have a bundle that does not include the Websocket or the WebRTC-Star transports.
In my case, the same applies to some IPFS features like DHT or the object API.
I would love to have the possibility of creating a custom js-ipfs bundle that does not contain code for features I don't intend to use.