Searched refs:windowAfterPrint (Results 1 – 2 of 2) sorted by relevance
1674 _boundEvents.windowAfterPrint = function () { function1689 window.addEventListener('afterprint', _boundEvents.windowAfterPrint);1745 window.removeEventListener('afterprint', _boundEvents.windowAfterPrint);1749 _boundEvents.windowAfterPrint = null;
1 …windowAfterPrint = () => {\n eventBus.dispatch('afterprint', { source: window, });\n };\n\…