On Wed, Jul 13, 2016 at 12:44 PM, Gabriel Ivașcu <[email protected] > wrote:
> Hi, > > I see at [0] that the injectData() function is used to talk back to > the content server, though I'm not sure what is the actual value of > self.url, is it the same as [1]? > Yes. This is just for the postMessage API: https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage. > > Also, what is the purpose of "can_link_account" message? > It's legacy for Firefox for Desktop. It's to help the client stop the service from creating a new account when an old account existed before; usually, you want to *relink* and do client-specific things in that situation. Nick
_______________________________________________ Sync-dev mailing list [email protected] https://mail.mozilla.org/listinfo/sync-dev

