Glossary coding Term Page

storage event

fires in other tabs of the same origin whenever `localStorage` changes

storage-event #coding#javascript
Korean version

Related Concepts

Core Idea

storage event is fires in other tabs of the same origin whenever localStorage changes, allowing real-time sync. It usually makes the most sense alongside localStorage, JSON serialization, TTL.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept