crabbly / Print.js

A tiny javascript library to help printing from the web.
MIT License
4.28k stars 672 forks source link

Add ‘event named 'onAfterPrint' to iframeElement.contentWindow #641

Open renwanjun opened 2 years ago

renwanjun commented 2 years ago

Hello! I add a new parameter, 'onAfterPrint', to 'params' object which is going to be initialized in 'init' function,and furthermore, I mount event 'onafterprint' on the iframeElement.contentWindow,to enhance capacity of the plugin.