WindowEventHandlers.onafterprint - Web API 接口参考 编辑
WindowEventHandlers
的onafterprint属性是用于处理当前窗口的afterprint
事件的EventHandler
。这些事件会在被用户打印结束或者中止打印窗口的情况下触发。
beforeprint
和afterprint
事件允许页面在打印开始前修改它们的内容(比如移除一个横幅等),打印结束后,这些修改会恢复原状。一般情况下,你更喜欢使用 @media print
CSS规则,但是在某些情况下这些事件会有他们的必要性。
语法
window.addEventListener("afterprint", function(event) { ... }); window.onafterprint = event handling code
提示
某些浏览器(包括 Firefox 6 及更高版本和 Internet Explorer)用触发beforeprint
和afterprint
的方式来确定何时进行了打印。你可以在打印期间用这个方式来调整用户界面(UI)的表现(比如在打印过程中展示或隐藏一些界面元素)。
afterprint
会在用户打印完成或取消打印会话后触发。
规范
Specification 规范 | Status 状态 | Comment 备注 |
---|---|---|
HTML Living Standard onafterprint | Living Standard |
浏览器兼容性
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | 未实现 | (Yes) | 6.0 | (Yes) | 未实现 | 未实现 |
Feature | Android Webview | Chrome for Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
? | 未实现 | 未实现 | (Yes) | ? | ? | 未实现 | ? |
更多请见
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论