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
Unleash has a variety of configuration options that can be provided to the `UnleashWebProvider` constructor.
77
+
78
+
Please refer to the options described in the official [Unleash Proxy Client for the browser Client Side SDK](https://docs.getunleash.io/reference/sdks/javascript-browser#available-options).
79
+
80
+
81
+
82
+
83
+
### After initialization
84
+
44
85
After the provider gets initialized, you can start evaluations of feature flags like so:
45
86
46
87
```ts
47
-
// Note - this can also be set within the contructor
88
+
89
+
// Get the client
90
+
const client =awaitOpenFeature.getClient();
91
+
92
+
// You can now use the client to evaluate your flags
Unleash has a variety of configuration options that can be provided to the the `UnleashWebProvider` constructor.
71
-
72
-
Please refer to the options described in the official [Unleash Proxy Client for the browser Client Side SDK](https://docs.getunleash.io/reference/sdks/javascript-browser#available-options).
0 commit comments