Re: Some comments on the API

On Sat, 16 Oct 2010, Doug Turner wrote:
> 
> Here is what I did:
> 
> var notification = navigator.mozNotification.createNotification(...);

That's a bit verbose... in the standard version, can we just use a 
constructor? e.g.

   var notification = new Notification();

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Monday, 18 October 2010 20:00:30 UTC