issues
search
open-feature
/
js-sdk-contrib
OpenFeature Providers and Hooks for JavaScript
https://openfeature.dev
Apache License 2.0
37
stars
37
forks
source link
Multi-provider web client
#941
Closed
emmawillis
closed
4 months ago
emmawillis
commented
4 months ago
This PR
adds a client-side JS implementation of the multi-provider concept documented
here
the implementation is almost identical to the Node implementation added in
this PR
, the main differences are:
the hooks and method are synchronous
the before hook(s) do not modify the hookContext
How to test
npx nx test providers-multi-provider-web
This PR
How to test
npx nx test providers-multi-provider-web