Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/browser/local-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This example demonstrates how to create an image slideshow application that cach
5. **Session Persistence**: Cached images persist across browser sessions and page reloads
6. **Loop Behavior**: After the last image, the slideshow loops back to the first image

**Note**: Browser localStorage has a storage limit of approximately 5MB. For caching larger amounts of content, consider using IndexedDB which offers much larger storage capacity. Check out our [IndexedDB caching example](https://github.com/brightsign/dev-cookbook/tree/main/examples/indexeddb-caching-example) for an alternative approach.
**Note**: Browser localStorage has a storage limit of approximately 5MB. For caching larger amounts of content, consider using IndexedDB which offers much larger storage capacity. Check out our [IndexedDB caching example](https://github.com/brightsign/dev-cookbook/tree/main/examples/browser/indexeddb-caching) for an alternative approach.

## How to Run on a Player

Expand Down
2 changes: 1 addition & 1 deletion examples/node-14/autorun-zip-package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ For issues, questions, or contributions:

## License

See the [LICENSE.txt](../../LICENSE.txt) file in the root of the dev-cookbook repository.
See the [LICENSE.txt](../../../LICENSE.txt) file in the root of the dev-cookbook repository.

---

Expand Down
Loading