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
Copy file name to clipboardExpand all lines: packages/node-sdk/README.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,9 +146,9 @@ const client = new BucketClient({
146
146
});
147
147
```
148
148
149
-
### Caching
149
+
### Feature definitions
150
150
151
-
Feature definitions are automatically cached and refreshed in the background. The cache behavior is configurable:
151
+
Feature definitions include the rules needed to determine which features should be enabled and which config values should be applied to any given user/company. Feature definitions are automatically fetched, cached and refreshed in the background. The cache behavior is configurable:
152
152
153
153
```typescript
154
154
const client =newBucketClient({
@@ -157,6 +157,23 @@ const client = new BucketClient({
157
157
});
158
158
```
159
159
160
+
It's also possible to load the feature definitions from a local file or similar:
0 commit comments