Confirmed users
1,018
edits
(→Push) |
|||
Line 29: | Line 29: | ||
=== Push === | === Push === | ||
The first candidate for using the ChannelService is Push, which is already on FxOS. At the moment the code handling the | The first candidate for using the ChannelService is [https://wiki.mozilla.org/WebAPI/SimplePush Push], which is already on FxOS. At the moment the code handling the | ||
socket connection is mixed in with the code handling the DOM API's for Push. By splitting the channel out, future Push | socket connection is mixed in with the code handling the DOM API's for Push. By splitting the channel out, future Push | ||
updates could be easier to land in the client. | updates could be easier to land in the client. |