[whatwg] window.print() when printing is not supported

On 12/28/09 9:54 AM, Michael A. Puls II wrote:
> As for window.print(), what if it returns false if printing is not
> supported?

It might be better as |true| (crappy API issues aside), because 
otherwise if a page writes |if (window.print())| it'll get false in all 
existing browsers, no?

-Boris

Received on Monday, 28 December 2009 09:08:48 UTC