This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Enabling experimental features #738
Closed
Description
Following up #735 (comment)
We need a way to enable/disable experimental features throughout js-ipfs (that includes all the js-libp2p) in a way that is non-intrusive, easy to add and easy to remove, both in Node.js and the Browser.
A typical way to achieve this, is through env variables, but that might not be the ideal case for Browser bundles.
Thoughts, ideas?