mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
4 lines
No EOL
194 B
JavaScript
4 lines
No EOL
194 B
JavaScript
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
|
|
|
var w = require('window');
|
|
module.exports = w.Notification && w.Notification.requestPermission ? w.Notification : null; |