Glossary coding Term Page

online/offline events

browser events that reveal network changes so you can toggle UI states accordingly

online-offline-events #coding#javascript
Korean version

Related Concepts

Core Idea

online/offline events is browser events that reveal network changes so you can toggle UI states accordingly. It usually makes the most sense alongside Error state, Retry UX, Backoff.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept