Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a warning about the reliability of the notificationclose event #111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 20, 2017

  1. Add a warning about the reliability of the notificationclose event

    Not all platforms dispatch an event to the applications (e.g. the user
    agent) when a notification is dismissed, or only do so in a subset of
    cases. This means that the `notificationclose` event is a best-effort
    event. It adds significant value to the developer, as dismissal is a
    powerful (yet complicated) signal, so user agents should still make an
    effort to support it where they can.
    
    Fixes whatwg#109
    beverloo committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    8e39f86 View commit details
    Browse the repository at this point in the history