Window: print() method - Web APIs | MDN (original) (raw)

Newly available

Since June 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

Opens the print dialog to print the current document.

If the document is still loading when this function is called, then the document will finish loading before opening the print dialog.

This method will block while the print dialog is open.

Syntax

Parameters

None.

Return value

Specifications

Specification
HTML # printing

Browser compatibility

See also