notification-fallback.js:window.Notification 的简单回退

时间:2024-06-28 13:28:26
【文件属性】:

文件名称:notification-fallback.js:window.Notification 的简单回退

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-28 13:28:26

JavaScript

通知 API 回退 通知 API 的小型包装器,可让您回退到简单的 html 和 css 通知。 使用 Bower 安装 bower install notification - fallback . js 使用 NPM 安装 npm install -- save notification - fallback 用法 包含脚本 < script src =" notification.js " > </ script > 然后将其用作常规通知 // Use it as a regular Notification var n = new Notification ( 'New Message' ) ; // with icon var n = new Notification ( 'New Message' , { icon : 'path/to/icon'


【文件预览】:
notification-fallback.js-master
----.jshintrc(300B)
----index.html(336B)
----.gitattributes(11B)
----bower.json(435B)
----license(1KB)
----gulpfile.js(911B)
----README.md(1KB)
----dist()
--------notification.min.js(2KB)
--------notification.js(4KB)
----.gitignore(13B)
----package.json(767B)

网友评论