Skip to content

Commit

Permalink
docs: Update local storage key in docs (#4715)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
kyle-ssg and pre-commit-ci[bot] authored Oct 9, 2024
1 parent d0a6caf commit 54796de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/clients/client-side/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ the browser, an onChange event will be fired immediately with the local storage

5. whenever flags have been retrieved local storage will be updated.

By default, these flags will be persisted indefinitely, you can clear this by removing `"BULLET_TRAIN_DB"` from
`localStorage`.
By default, these flags will be persisted indefinitely, you can clear this by removing `"FLAGSMITH_DB_$ENVIRONMENT_ID"`
from `localStorage`.

**Why am I seeing `ReferenceError: XMLHttpRequest is not defined`?**

Expand Down

0 comments on commit 54796de

Please sign in to comment.