Skip to content

Commit 6b7e2cb

Browse files
Merge pull request #9439 from Rob--W/print-event-comment
Update comment regarding beforeprint event support
2 parents 77135a2 + a967f31 commit 6b7e2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pdf_print_service.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ if (hasAttachEvent) {
301301

302302
if ('onbeforeprint' in window) {
303303
// Do not propagate before/afterprint events when they are not triggered
304-
// from within this polyfill. (FF/IE).
304+
// from within this polyfill. (FF /IE / Chrome 63+).
305305
let stopPropagationIfNeeded = function(event) {
306306
if (event.detail !== 'custom' && event.stopImmediatePropagation) {
307307
event.stopImmediatePropagation();

0 commit comments

Comments
 (0)