Starweb dev log #21
Pages can save data now: localStorage, per origin.
Origin is scheme, host, and port, so moon:// and star:// don’t share a store. getItem/setItem/removeItem/clear/key, indexing (localStorage[k] = v), .length. Capped at 4096 keys, 5MB per origin.
Sources in DevTools has a Storage group, with Delete and Clear buttons.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.