Window: print() method
Baseline 2023
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
js
print()
Parameters
None.
Return value
None (undefined
).
Specifications
Specification |
---|
HTML Standard # printing |
Browser compatibility
BCD tables only load in the browser
See also
- Printing
beforeprint
eventafterprint
event