web / privacy / browser storage

Review Browser Storage and Temporary Processing Boundaries

Separate temporary processing from values written to localStorage or IndexedDB, then check reload and clear behavior. This fixed-case guide does not store anything itself.

Storage boundaries

A statement that data is “saved” does not identify the storage location or clear action. Record implementation and browser evidence separately.

CaseStorageAfter reloadClear boundaryDecision
previewtemporary in-memoryExpected to disappearClose tab or reloadreviewed
preferencelocalStorageSurvivesSite-specific clear or browser settingsreviewed
offline-cacheIndexedDBSurvivesApp-specific clear or browser settingsreviewed
unknownunknownunknownunknownreview required

review required is neither a safety guarantee nor proof that nothing is stored. Stop the decision when evidence is missing.

Scope boundary

This guide does not fetch a real site, write browser storage, or send input externally. Fixed cases cannot replace checking the target route's code, reload behavior, and clear action.

Storage and external sending are separate questions. Do not infer external sending from localStorage or IndexedDB alone.

Save the evidence files