File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " simple-web-notification" ,
3- "version" : " 1.0.28 " ,
3+ "version" : " 1.0.29 " ,
44 "description" : " Web Notifications made easy." ,
55 "authors" : [
66 " Sagie Gur-Ari <[email protected] >"
Original file line number Diff line number Diff line change 11| Date | Version | Description |
22| ----------- | ------- | ----------- |
3+ | 2018-06-25 | v1.0.29 | Maintenance |
34| 2018-06-25 | v1.0.28 | Expose webNotification.requestPermission #5 |
45| 2018-06-14 | v1.0.26 | Better error detection on chrome mobile #4 |
56| 2017-08-25 | v1.0.21 | Support service worker web notifications |
Original file line number Diff line number Diff line change 11{
22 "name" : " simple-web-notification" ,
3- "version" : " 1.0.28 " ,
3+ "version" : " 1.0.29 " ,
44 "description" : " Web Notifications made easy." ,
55 "author" : {
66 "name" : " Sagie Gur-Ari" ,
Original file line number Diff line number Diff line change 1212 * 'requestPermission' callback.
1313 *
1414 * @callback PermissionsRequestCallback
15- * @param {error } [error] - The error object in case of any error
16- * @param {function } [hide] - The hide notification function
15+ * @param {Boolean } granted - True if permission is granted, else false
1716 */
1817
1918/**
You can’t perform that action at this time.
0 commit comments