afterprint

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2019.

L'événement afterprint est déclenché après que le document associé a été imprimé ou que l'aperçu avant impression a été fermé.

Informations générales

Spécification

HTML5

Interface

Event

Propagation

Non

Annulable

Non

Cible

DefaultView (<window>)

Action par défaut

Aucune

Propriétés

Property Type Description
target Lecture seule EventTarget The event target (the topmost target in the DOM tree).
type Lecture seule DOMString The type of event.
bubbles Lecture seule Boolean Whether the event normally bubbles or not.
cancelable Lecture seule Boolean Whether the event is cancellable or not.

Evénements liés