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   

Description Ben Nham 2022-05-05 21:21:53 PDT
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
Comment 1 Ben Nham 2022-05-05 21:22:55 PDT
<rdar://92677257>
Comment 2 Ben Nham 2022-05-05 21:46:50 PDT
Pull request: https://github.com/WebKit/WebKit/pull/540
Comment 3 EWS 2022-05-06 13:26:55 PDT
Committed r293921 (250368@main): <https://commits.webkit.org/250368@main>

Reviewed commits have been landed. Closing PR #540 and removing active labels.
Comment 4 youenn fablet 2022-05-10 06:15:01 PDT
imported/w3c/web-platform-tests/notifications/idlharness.https.any.html probably needs a WK1 rebase.
Comment 5 Ben Nham 2022-05-11 10:59:51 PDT
Committed r294061 (250465@trunk): <https://commits.webkit.org/250465@trunk>