Back to Content

Window: print() method

files/en-us/web/api/window/print/index.md

latest650 B
Original Source

{{APIRef}}

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

js-nolint
print()

Parameters

None.

Return value

None ({{jsxref("undefined")}}).

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • Printing
  • {{ domxref("window.beforeprint_event", "beforeprint") }} event
  • {{ domxref("window.afterprint_event", "afterprint") }} event