Window: print() method
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since June 2023.
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
print()
Parameters
None.
Return value
None (undefined).
Specifications
| Specification |
|---|
| HTML # printing |
Browser compatibility
See also
- Printing
beforeprinteventafterprintevent