Skip to content

Commit

Permalink
Update flipt-client-browser/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Phelps <[email protected]>
Signed-off-by: Roman Dmytrenko <[email protected]>
  • Loading branch information
erka and markphelps committed Feb 25, 2025
1 parent 658492b commit e5848bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flipt-client-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The `FliptEvaluationClient` constructor accepts two optional arguments:
- `authentication`: The authentication strategy to use when communicating with the upstream Flipt instance. If not provided, the client will default to no authentication. See the [Authentication](#authentication) section for more information.
- `reference`: The [reference](https://docs.flipt.io/guides/user/using-references) to use when fetching flag state. If not provided, reference will not be used.
- `fetcher`: An implementation of a [fetcher](https://github.com/flipt-io/flipt-client-sdks/blob/4821cb227c6c8b10419b96674d44ad1d6668a647/flipt-client-browser/src/models.ts#L5) interface to use when requesting flag state. If not provided, a default fetcher using the browser's [`fetch` API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) will be used.
- `errorStrategy`: The error strategy to use when fetching flag state. If not provide, the client will be default to fail. See the [Error Strategies](#error-strategies) section for more information.
- `errorStrategy`: The error strategy to use when fetching flag state. If not provided, the client will default to fail. See the [Error Strategies](#error-strategies) section for more information.

### Authentication

Expand Down
2 changes: 1 addition & 1 deletion flipt-client-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The `FliptEvaluationClient` constructor accepts two optional arguments:
- `updateInterval`: The interval (in seconds) in which to fetch new flag state. If not provided, the client will default to 120 seconds.
- `authentication`: The authentication strategy to use when communicating with the upstream Flipt instance. If not provided, the client will default to no authentication. See the [Authentication](#authentication) section for more information.
- `reference`: The [reference](https://docs.flipt.io/guides/user/using-references) to use when fetching flag state. If not provided, reference will not be used.
- `errorStrategy`: The error strategy to use when fetching flag state. If not provide, the client will be default to fail. See the [Error Strategies](#error- strategies) section for more information.
- `errorStrategy`: The error strategy to use when fetching flag state. If not provided, the client will default to fail. See the [Error Strategies](#error- strategies) section for more information.

### Authentication

Expand Down

0 comments on commit e5848bb

Please sign in to comment.