feat: store fortune result for the day #16

Closed
opened 2023-12-20 12:55:47 +00:00 by tobiichi3227 · 0 comments
tobiichi3227 commented 2023-12-20 12:55:47 +00:00 (Migrated from github.com)

We can store result in normal mode by using localStorage.
But if user is in private mode, localStorage will behave like sessionStorage.
We cannot store any result in private mode.

We can store result in normal mode by using `localStorage`. But if user is in private mode, `localStorage` will behave like `sessionStorage`. We cannot store any result in private mode.
Sign in to join this conversation.