Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Dec 9, 2024
1 parent fdbd150 commit efd57ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/runtime/src/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ def(Storage);
* to determine the profile which the data will be stored for. If no user profile is currently selected,
* then the profile selection interface is shown.
*
* To disable `localStorage` entirely, set the `userAccountSaveDataSize` property of the application's
* NACP to `0`.
*
* @see https://developer.mozilla.org/docs/Web/API/Window/localStorage
*/
export declare var localStorage: Storage | undefined;
Expand Down

0 comments on commit efd57ea

Please sign in to comment.