0.4.3 • Published 7 years ago

lively.notifications v0.4.3

Weekly downloads
18
License
MIT
Repository
github
Last release
7 years ago

Lively Notifications

A shared event bus for subscribing to and emitting system-wide notifications.

Example Use:

import { subscribe, emit } from "lively.notifications";

subscribe("mymessage", data => console.log(data));
emit("mymessage", {payload: 23});

// prints {type:"mymessage",time:1469576148746,payload:23}
0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago