SDKs
Browser SDK
You can use the same Featurevisor JavaScript SDK in browser environments as well.
Installation#
Install with npm:
Command
$ npm install --save @featurevisor/sdkAPI#
Please find the full API docs in JavaScript SDK page.
Browser support#
The SDK avoids newer browser-only APIs in its runtime hot path and is designed to work in older browsers without requiring additional polyfills for its own code.

