# ttsvetko/HTML5-Desktop-Notifications

Desktop notifications plugin for Chrome, Safari, Firefox and IE9+

Repository: https://github.com/ttsvetko/HTML5-Desktop-Notifications
Canonical: https://ross.abutalabs.com/products/html5-desktop-notifications
Homepage: http://ttsvetko.github.io/HTML5-Desktop-Notifications/
Language: JavaScript
License: NOASSERTION
License Family: other
Archived: true
Last push: 2019-10-21T19:37:23+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5022, "days_push": 2508, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1206, forks 222 (observed 2026-08-28T04:03:59.296469+00:00)

## What it is
A JavaScript library that polyfills the HTML5 Notification API to provide desktop notifications across Chrome, Firefox, Edge, Safari, and IE9+. It replaces the native Notification constructor with a custom one that normalizes behavior and adds a 'notsupported' permission level for unsupported environments.

## Use cases
- show desktop notifications in the browser
- polyfill Notification API for IE9
- cross-browser web notifications
- request notification permission with a unified API
- display notifications with custom icons in older browsers

## When to choose
- you need desktop notifications in legacy browsers like IE9 or old Edge
- you want a single Notification API that works across Chrome, Firefox, Safari, and IE
- you need graceful handling of environments without Notification API support

## When to avoid
- you only target modern browsers with native Notification API support
- you need service-worker-based push notifications
- the project appears largely unmaintained with an unclear license

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, developer-tools
- domain: web-development, frontend, cross-platform
- platform: browser, browser-extension
- tags: desktop-notifications, notification-api, polyfill, javascript, cross-browser

## Member repositories
- ttsvetko/HTML5-Desktop-Notifications (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:59.296469+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:19:19.276861+00:00, confidence not recorded.
  - readme: https://github.com/ttsvetko/HTML5-Desktop-Notifications (fetched 2026-08-28T04:03:59.296469+00:00, sha 8e8c1d867058)
  - homepage: http://ttsvetko.github.io/HTML5-Desktop-Notifications/ (fetched 2026-08-29T12:27:13.186785+00:00, sha 77e0d1ce035e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
