0.1.0 • Published 3 years ago

web-notify v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.7

7 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago