my site had accpet the notification permission when i used the legacy Safari Push Notifications; it will show notification when i push message;
but when i change to use W3C Push API, the notification not shown in my Mac, even if i trigger new Notification(...) directly in devtool.
so i try to use a new site which never used the legacy Safari Push Notifications, it will request notification permisson. i accpeted it, and the notification will work normally;
it feeling Apns cant upgrade to W3C Push API . if the site had register Apns;