Re: [push-api] Moving "PushManager push" onto ServiceWorkerRegistration

On Fri, Jul 11, 2014 at 8:17 AM, Jake Archibald <jaffathecake@gmail.com> wrote:
> navigator.serviceWorker.ready.then(function(reg) {
>   reg.push.register(...)
> });

I agree this looks good. Though maybe

reg.registerPush(...)

instead?

/ Jonas

Received on Friday, 11 July 2014 17:00:30 UTC