On Thu, Feb 6, 2014 at 9:45 AM, Matthias Wessendorf <matzew(a)apache.org>wrote:
On Thu, Feb 6, 2014 at 9:42 AM, Sebastien Blanc <scm.blanc(a)gmail.com>wrote:
> Hi,
> Mozilla specifies[1] a function called "mozSetMessageHandler" while we
> named this function "setMessageHandler" in our polyfill [2] . This is the
> handler for incoming push notifications.
>
> I'm not really a big fan of specific prefixes but again if we want to be
> really polyfill here, we should align.
>
hrm, not sure - I think, eventually theirs will be ``setMessageHandler``
as well;
Yes, I should ping them on their list to have more details.
Why not just setting a reference from ``mozSetMessageHandler `` to
``setMessageHandler`` ? That way both would work, right ?
You mean defining both functions and calling setMessageHandler from
mozSetMessageHandler ?