frontend/.pnpm-store/v3/files/7a/d3f98d7ef6c8ab9c5e1530e98f5b91f8e1cd82b276c3160fa9a347bd29a894f015609c6762ee66a2a5bb0f160ed5b61cda6bfb0cea30edc9616a44b1c642db

11 lines
459 B
Plaintext

// Notifications
// By Theodoor van Donge
// window.webkitNotifications is only used by Chrome
// http://www.html5rocks.com/en/tutorials/notifications/quick/
// window.Notification only exist in the draft specs
// http://dev.w3.org/2006/webapi/WebNotifications/publish/Notifications.html#idl-if-Notification
Modernizr.addTest('notification', 'Notification' in window && 'permission' in window.Notification && 'requestPermission' in window.Notification);