aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/home/index.md
blob: 6a101e557c12bc2ba5975baae2c8308867816b32 (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
---
title: Window.home()
slug: Web/API/Window/home
tags:
  - API
  - Gecko
  - HTML DOM
  - Méthode
  - Obsolete
  - Reference
  - Window
translation_of: Web/API/Window/home
---
{{APIRef}}{{ Non-standard_header() }} {{ obsolete_header(31) }}

La méthode **`Window.home()`** renvoie la fenêtre à la page d'accueil.

## Syntaxe

    window.home();

## Exemple

```js
function goHome() {
  window.home();
}
```

## Spécification

DOM Niveau 0. Ne fait pas partie de la spécification.

## Compatibilité des navigateurs

{{Compat("api.Window.home")}}