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

Boris Zbarsky bzbarsky at MIT.EDU
Mon Dec 28 09:08:48 PST 2009


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



More information about the whatwg mailing list