Re: Some comments on the API

>  Per the current specification it would be at window.Notification, to be exact. 

Right.  I am not an advocate of putting this on window.  This is unlike alert(), confirm(), prompt() which are tied to a dom window.  This api is tied more to a user agent itself, and for that, we use navigator.*.

Doug

Received on Sunday, 17 October 2010 16:17:21 UTC