Skip to content
← writing

Knowing when the user goes offline

javascript
web-api
network
frontend

Ask your agent to implement this

Read the full writeup at https://seangeng.com/writing/detecting-online-offline-status.md and implement it in my project.

It covers: Knowing when the user goes offline. navigator.onLine plus the online and offline events give you reactive connectivity in a few lines. Here's a status pill and a slide-in toast built on them, with the one caveat worth knowing.

Requirements:
- Follow the technique/approach exactly as described in the writeup.
- Adapt names, colors, and styling to my project's existing conventions.
- If it's a component, make it reusable with sensible props and TypeScript types.
- Keep it accessible: semantic HTML, keyboard support, and respect prefers-reduced-motion.
- When done, tell me which files you created or changed and how to use it.

Paste into Claude Code, Codex, Cursor, or any agent. view raw .md download source .zip