Bug 240153
| Summary: | Add support for Notification objects with custom data | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Nham <nham> |
| Component: | WebCore Misc. | Assignee: | Ben Nham <nham> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | nham, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ben Nham
We should support supplying extra data to the Notification constructor and retrieving it later, as outlined here:
https://notifications.spec.whatwg.org/#dom-notification-data
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ben Nham
<rdar://92677257>
Ben Nham
Pull request: https://github.com/WebKit/WebKit/pull/540
EWS
Committed r293921 (250368@main): <https://commits.webkit.org/250368@main>
Reviewed commits have been landed. Closing PR #540 and removing active labels.
youenn fablet
imported/w3c/web-platform-tests/notifications/idlharness.https.any.html probably needs a WK1 rebase.
Ben Nham
Committed r294061 (250465@trunk): <https://commits.webkit.org/250465@trunk>