From 99efa5cfa34c3f9d38b75352881acdfc99508ebf Mon Sep 17 00:00:00 2001 From: tristantheb Date: Fri, 2 Apr 2021 13:50:14 +0200 Subject: UPDATE: FR-ONLY - Remove all old CompatibilityTable to replace with {{Compat()}} (#311) * UPDATE: Removing CompatibilityTable script - Part 1 * UPDATE: Removing CompatibilityTable script - Part 2 * UPDATE: Removing CompatibilityTable script - Part 3 * UPDATE: Removing CompatibilityTable script - Part 4 * UPDATE: Removing CompatibilityTable script - Part 5/5 * FIX: Repair the EOL of one page * FIX: Fix conflicting file --- files/fr/web/api/closeevent/index.html | 91 ++++++++-------------------------- 1 file changed, 20 insertions(+), 71 deletions(-) (limited to 'files/fr/web/api/closeevent') diff --git a/files/fr/web/api/closeevent/index.html b/files/fr/web/api/closeevent/index.html index 40c525e52b..bb5a246ff9 100644 --- a/files/fr/web/api/closeevent/index.html +++ b/files/fr/web/api/closeevent/index.html @@ -149,82 +149,31 @@ translation_of: Web/API/CloseEvent
Initialise la valeur d'un CloseEvent. Si l'événement a déjà été envoyé, cette méthode ne fait rien.
-

Compatibilité des navigateurs

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Support de base{{ CompatUnknown() }}{{ CompatGeckoDesktop("8.0") }} [1][2]{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}
initCloseEvent() {{Non-standard_inline}}{{CompatNo}}{{ CompatGeckoDesktop("8.0") }}
- Removed in {{CompatGeckoDesktop("41") }}
{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - +

Spécifications

+ +
FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Support de base{{ CompatUnknown() }}{{ CompatGeckoMobile("8.0") }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}
initCloseEvent() {{Non-standard_inline}}{{CompatNo}}{{ CompatGeckoMobile("8.0") }}
- Removed in {{CompatGeckoMobile("41") }}
{{CompatNo}}{{CompatNo}}{{CompatNo}}
+ + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{ SpecName('HTML WHATWG', 'web-sockets.html#the-closeevent-interface', 'CloseEvent') }}{{ Spec2('HTML WHATWG') }}Définition initiale.
-
-

[1] Avant Gecko 8.0 {{ geckoRelease("8.0") }}, Gecko envoyait l'événement {{event("close")}} des WebSocket au listener en tant que simple événement. Le support de l'événement CloseEvent a été implémenté dans Gecko 8.0.

+

Compatibilité des navigateurs

-

[2] Avant Gecko 12.0 {{ geckoRelease("12.0") }}, Gecko envoyait le code de fermeture CLOSE_NORMAL quand la connexion était fermée à cause d'une erreur inconnue, ou si elle était fermée à cause d'une erreur que la spécification ne couvre pas. Maintenant, CLOSE_GOING_AWAY est envoyé à la place.

+

{{Compat("api.CloseEvent")}}

Voir aussi

- -

 

-- cgit v1.2.3-54-g00ecf