aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/pagehide_event/index.md
blob: 5066f6b7d5161520f30343a6a6cbdb425b336154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: pagehide
slug: Web/API/Window/pagehide_event
translation_of: Web/API/Window/pagehide_event
original_slug: Web/Events/pagehide
---
L’évènement `pagehide` est émis lorsqu’une entrée dans un historique de session est sur le point d’être quittée.

## Informations générales

- Spécification
  - : [HTML5](http://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#event-pagehide)
- Interface
  - : [PageTransitionEvent](/fr/docs/Web/API/PageTransitionEvent)
- Bouillonne
  - : Non
- Annulable
  - : Non
- Cible
  - : Document (dispatché sur Window)
- Action par défaut
  - : Aucune

## Propriétés

| Propriété                             | Type                                 | Description                                               |
| ------------------------------------- | ------------------------------------ | --------------------------------------------------------- |
| `target` {{readonlyInline}}     | {{domxref("EventTarget")}} | La cible de l’évènement (la plus haute dans l’arbre DOM). |
| `type` {{readonlyInline}}       | {{domxref("DOMString")}}     | Le type d’évènement.                                      |
| `bubbles` {{readonlyInline}}    | {{jsxref("Boolean")}}         | Si l’évènement bouillonne en temps normal ou non.         |
| `cancelable` {{readonlyInline}} | {{jsxref("Boolean")}}         | Si l’évènement est annulable ou non.                      |
| `persisted` {{readonlyInline}}  | {{jsxref("boolean")}}         | Si l’entrée est chargée depuis le cache ou non.           |

## Évènements liés

- [`pageshow`](/fr/docs/Web/Events/pageshow)
- [Utilisation du cache de Firefox 1.5 — L’évènement pagehide](/fr/docs/Utilisation_du_cache_de_Firefox_1.5#L.27.C3.A9v.C3.A8nement_pagehide)