Re: [whatwg] Notifications and service workers

I'm sorry, I meant that you can only use the 'data' attribute, if the data
you want to associate with the notification is structured-cloneable. Which
precludes lots of interesting stuff, like objects with attached methods,
memoized functions, etc.

I'm aware that 'data' is structured-cloneable - I'm saying that's not
sufficient for many uses.

-atw

On Mon, Sep 29, 2014 at 12:34 PM, Jonas Sicking <jonas@sicking.cc> wrote:

> On Mon, Sep 29, 2014 at 3:10 AM, Andrew Wilson <atwilson@google.com>
> wrote:
> > That only works if 'data' is a structured-cloneable data structure.
>
> Per spec it is yes.
>
> / Jonas
>

Received on Monday, 29 September 2014 11:35:28 UTC