Re: [webkit-dev] Page Visibility API

2011-03-09 Thread Shishir Agrawal
Although some use cases are covered by window.onblur, it also fires when a window looses focus, but may still be visible. Thanks Shishir On Tue, Mar 8, 2011 at 12:00 PM, Charles Pritchard ch...@jumis.com wrote: requestAnimationFrame may provide a method for 'pausing', when following a window

Re: [webkit-dev] Page Visibility API

2011-03-08 Thread Charles Pritchard
requestAnimationFrame may provide a method for 'pausing', when following a window blur event. It was recently added. -Charles On Mar 8, 2011, at 11:35 AM, Shishir Agrawal shis...@chromium.org wrote: Hi All, We would like to implement a Page Visibility API in webkit. The corresponding