Also removes the IRCClient message-passing-style API since the service worker will mutualize connections and thus interpret stuff like "connect" differently. This is getting messy, there is a real need to refactor and extend the "IRC client state" so that 1. There is less state in the shoutbox page, instead more should come from the IRC client state (which updates pretty frequently) 2. The protocol is cleaner Because currently if you disconnect from one page the others don't necessarily show the proper tabs, etc. |
||
---|---|---|
index.html | ||
style.css | ||
v5shoutbox.js | ||
v5shoutbox_irc.js | ||
v5shoutbox_worker.js | ||
widget.html |