0.1.0 • Published 2 years ago

web-notify v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

Simple Web Notification

Spec

import notify from 'web-notify';

notify(text, params)
import {request} from 'web-notify';

request(grantedCallback, deniedCallback)
  • Description
    • Let user could ask premission manually.
  • Arguments
    • grantedCallback (function): Run after user accept permission
    • deniedCallback (function): Run after user reject permission

Code:

Example Usage

import notify from 'web-notify';

notify('hello');

Chrome 62 not allow permision on insecure connection

Check the following announce, it not only appear on iframe both apply on all insecure connection (non-https).

0.1.0

2 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago