Gozala / lunet

Exploration: P2P Network access through the service worker
https://lunet.link
36 stars 2 forks source link

Include MessagePort with event.data to remove a need to pass Events instances around #13

Open Gozala opened 5 years ago

Gozala commented 5 years ago

This would address this TODO:

https://github.com/Gozala/lunet/blob/84561e208f8c20545ce3312a065733ae6328fd81/docs/lunet.js#L54-L56

And also simplify bunch of code all around.

Gozala commented 5 years ago

It might be worth tackling this with #7 as later might render this obsolete or at least have some overlap.