-
Notifications
You must be signed in to change notification settings - Fork 200
Add Notifications API #1678
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
Merged
Merged
Add Notifications API #1678
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
8040acd
add description, change status
autonome 543f8a7
remove spaces
autonome 7bd9662
merge
autonome 44fb6dc
Merge branch 'main' into notifications
autonome b40b8e3
Merge branch 'main' into notifications
autonome 442c25d
Merge branch 'main' into notifications
autonome 10cf69d
update desc
autonome e24b112
Merge branch 'main' into notifications
autonome 25c65a6
merge
autonome 423fbd0
Merge branch 'main' into notifications
autonome 44a002a
Merge branch 'main' into notifications
autonome 1207d07
Merge branch 'main' into notifications
autonome a79953d
compute from sw to get a baseline that makese sense
autonome 2c05f09
commentary
autonome 8033537
add feature composition discussion
autonome 0051bdd
Merge branch 'main' into notifications
autonome 25682b1
Merge branch 'main' into notifications
autonome 453ba7e
merge
autonome 76ab596
change name
autonome 9f9c70e
Update features/notifications.yml
autonome ee88b4c
Merge branch 'notifications' of https://github.com/autonome/web-featu…
autonome 7f0391e
update desc
autonome a15fe78
remove drafty stuff, re-dist
autonome 6a5e81e
Merge branch 'main' into notifications
autonome 9de09b9
first stab at separated notifications features
autonome ecf4895
Merge branch 'main' into notifications
autonome 5d7f4ee
Update features/notifications.yml
autonome 776aee0
Update features/notifications.yml
autonome b8cd10c
Update features/notifications-apps.yml
autonome 88878db
Merge branch 'main' into notifications
autonome ee9432e
remove old comments
autonome c5cb7c2
Merge branch 'notifications' of https://github.com/autonome/web-featu…
autonome 80f841b
truncate desc
autonome 9adf11d
Merge branch 'main' into notifications
autonome 0eede13
Merge branch 'main' into notifications
autonome 6605a70
merge
autonome fe8cad6
Merge branch 'notifications' of https://github.com/autonome/web-featu…
autonome 0592084
merge
autonome 0b2acb2
regen
autonome ad61981
Update features/notifications-apps.yml
autonome 00f3308
Update features/notifications.yml
autonome 9298034
Update features/notifications.yml
autonome 25c61d3
Merge branch 'main' into notifications
autonome ccf308d
review fix, update baseline low date
autonome File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| name: Notifications from service workers and installed apps | ||
| # This feature is for the platform-specific nature of notifications support | ||
| # in Chrome Android and Safari iOS, and anchors to the Caniuse feature. | ||
| # | ||
| # See `features/notifications.yml` for the full Notifications feature, which | ||
| # does not align with Caniuse. | ||
| description: Notifications via service worker registration's `showNotification()` method, sent from installed web applications (for example, saved to the Home Screen on Safari for iOS), show a message to the user, typically using the notification system of the host operating system. | ||
| spec: https://notifications.spec.whatwg.org/ | ||
| caniuse: notifications | ||
| status: | ||
| baseline: low | ||
| baseline_low_date: 2023-03-27 | ||
| support: | ||
| chrome: "20" | ||
| chrome_android: "42" | ||
| edge: "14" | ||
| firefox: "22" | ||
| firefox_android: "22" | ||
| safari: "7" | ||
| safari_ios: "16.4" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| # Generated from: notifications-apps.yml | ||
| # Do not edit this file by hand. Edit the source file instead! | ||
|
|
||
| {} |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.