Bug 280161
Summary: | Notifications API: support for the `image` option | ||
---|---|---|---|
Product: | WebKit | Reporter: | ik |
Component: | Service Workers | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 18 | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
ik
MDN lists the Notifications API's `image` option as supported in iOS Safari 16.4 but it doesn't work.
I used Peter Beverloo's excellent Notification Generator and some additional local testing to confirm my findings:
https://tests.peter.sh/notification-generator/
MDN compat table:
https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API#browser_compatibility
MDN `image`:
https://developer.mozilla.org/en-US/docs/Web/API/Notification/image
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/136934026>
ik
> MDN lists the Notifications API's `image` option as supported
Hmm I might have made a mistake here (or the compat data has been updated since I filed this issue?). Anyway, the `image` option is currently *not* listed as supported on MDN.
Would be nice to add support though, so the issue stands :)