From 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:24 +0200 Subject: convert content to md --- .../htmlmediaelement/canplaythrough_event/index.md | 109 ++++++++------------- 1 file changed, 40 insertions(+), 69 deletions(-) (limited to 'files/fr/web/api/htmlmediaelement/canplaythrough_event') diff --git a/files/fr/web/api/htmlmediaelement/canplaythrough_event/index.md b/files/fr/web/api/htmlmediaelement/canplaythrough_event/index.md index 4d19f00190..229addfcf3 100644 --- a/files/fr/web/api/htmlmediaelement/canplaythrough_event/index.md +++ b/files/fr/web/api/htmlmediaelement/canplaythrough_event/index.md @@ -3,78 +3,49 @@ title: 'HTMLMediaElement: canplaythrough' slug: Web/API/HTMLMediaElement/canplaythrough_event translation_of: Web/API/HTMLMediaElement/canplaythrough_event --- -

L'événement canplaythrough est déclenché lorsque le user agent peut jouer le média et estime que suffisament de données ont été chargées pour le lire jusqu'au bout. (Sans s'arrêter afin de charger plus contenu en mémoire)

+L'événement **`canplaythrough`** est déclenché lorsque le user agent peut jouer le média et estime que suffisament de données ont été chargées pour le lire jusqu'au bout. (Sans s'arrêter afin de charger plus contenu en mémoire) -

Informations générales

+## Informations générales -
-
Spécification
-
HTML5 media
-
Interface
-
Event
-
Propagation
-
Non
-
Annulable
-
Non
-
Cible
-
Element
-
Action par défaut
-
Aucune
-
+- Spécification + - : [HTML5 media](http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-canplaythrough) +- Interface + - : Event +- Propagation + - : Non +- Annulable + - : Non +- Cible + - : Element +- Action par défaut + - : Aucune -

Propriétés

+## Propriétés - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyTypeDescription
target {{readonlyInline}}{{domxref("EventTarget")}}The event target (the topmost target in the DOM tree).
type {{readonlyInline}}{{domxref("DOMString")}}The type of event.
bubbles {{readonlyInline}}{{jsxref("Boolean")}}Whether the event normally bubbles or not.
cancelable {{readonlyInline}}{{jsxref("Boolean")}}Whether the event is cancellable or not.
+| Property | Type | Description | +| ------------------------------------- | ------------------------------------ | ------------------------------------------------------ | +| `target` {{readonlyInline}} | {{domxref("EventTarget")}} | The event target (the topmost target in the DOM tree). | +| `type` {{readonlyInline}} | {{domxref("DOMString")}} | The type of event. | +| `bubbles` {{readonlyInline}} | {{jsxref("Boolean")}} | Whether the event normally bubbles or not. | +| `cancelable` {{readonlyInline}} | {{jsxref("Boolean")}} | Whether the event is cancellable or not. | -

Evénements liés

+## Evénements liés - +- {{event("playing")}} +- {{event("waiting")}} +- {{event("seeking")}} +- {{event("seeked")}} +- {{event("ended")}} +- {{event("loadedmetadata")}} +- {{event("loadeddata")}} +- {{event("canplay")}} +- {{event("canplaythrough")}} +- {{event("durationchange")}} +- {{event("timeupdate")}} +- {{event("play")}} +- {{event("pause")}} +- {{event("ratechange")}} +- {{event("volumechange")}} +- {{event("suspend")}} +- {{event("emptied")}} +- {{event("stalled")}} -- cgit v1.2.3-54-g00ecf