Where is the localStorage data stored in TurboWarp? #2020
-
Where is the Local Storage data stored in TurboWarp? |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 4 replies
-
It's in the localStorage API provided by your browser |
Beta Was this translation helpful? Give feedback.
-
And if there is no Internet? Will Local Storage work? |
Beta Was this translation helpful? Give feedback.
-
it's stored in your browser so yes |
Beta Was this translation helpful? Give feedback.
-
What if I don't have a browser? |
Beta Was this translation helpful? Give feedback.
-
then how are you running the project? if its in the desktop app or packaged with Electron/WKWebView/NW.js then that is the browser |
Beta Was this translation helpful? Give feedback.
-
Yes, but if I create a program that will be used by a person who does not have a browser? |
Beta Was this translation helpful? Give feedback.
-
how are you running a project in TurboWarp without a browser being involved somewhere? |
Beta Was this translation helpful? Give feedback.
-
localStorage is an API implemented by a browser. it doesn't make sense to ask how to use it without a browser. if you're writing a program that doesn't run in a browser then you wouldn't want to use an API implemented only in browsers. you would use whatever file reading/writing your language/framework/whatever provides |
Beta Was this translation helpful? Give feedback.
-
Thank you :) |
Beta Was this translation helpful? Give feedback.
-
Damn no way. Only 100mb? That ruins everything for me.
…On Wed, Mar 12, 2025, 2:27 PM Thomas Weber ***@***.***> wrote:
100MB
—
Reply to this email directly, view it on GitHub
<#2020 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANYWUKIBLY7D2GUAHEURSZL2UCDCNAVCNFSM6AAAAABYUWEAOKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENBXHE2TANI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
It's in the localStorage API provided by your browser