Browser extension - Get notified about new GitHub notifications
by sindresorhusJavaScript
Last 12 weeks · 0 commits
4 of 6 standards met
Summary restore offline recovery in the Manifest V3 background worker by listening for browser connection changes treat API failures as offline-state transitions so the badge recovers cleanly after reconnect add regression coverage for the reconnect path and harden the reconnect assertions and network-error matching Root Cause The current MV3 background worker can render the offline badge, but it does not actively recover when connectivity returns. It also routes fetch-level network failures through a generic error path instead of re-entering offline recovery. Validation Fixes #132.
Summary Restore recovery from offline state when the browser reports it is online again. Keep the connection helper from staying stuck in the offline state after a transient network loss. Add regression coverage for both the connection helper and background recovery path. Validation Fixes #132. IssueHunt Summary Referenced issues This pull request has been submitted to: #132: Notifier stays offline despite regaining connection
Repository: sindresorhus/notifier-for-github. Description: Browser extension - Get notified about new GitHub notifications Stars: 1972, Forks: 145. Primary language: JavaScript. Languages: JavaScript (92.9%), HTML (4.5%), CSS (2.6%). License: MIT. Topics: browser-extension, chrome-extension, firefox-addon, github, github-extension. Latest release: 25.6.25 (1y ago). Open PRs: 7, open issues: 20. Last activity: 1y ago. Community health: 71%. Top contributors: sindresorhus, notlmn, YurySolovyov, fregante, ArnaudLigny, PeterDaveHello, attilaolah, Hydrog3n, gcochard, TheBox193 and others.