Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

busy

Cette traduction est incomplète. Aidez à traduire cet article depuis l'anglais.

Le rappel busy est exécutée lorsque la ligne du correspondant est occupé.

Information générale

spécification
Doit être spécifiée
Interface
CallEvent
Bubbles
Non
Cancelable
Non
cible
Call
Action par défaut
Aucune

propriétés

Propriété 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 Does the event normally bubble?
cancelable Lecture seule boolean Is it possible to cancel the event?
state Lecture seule DOMString (string) The current state of the call.
call Lecture seule Call The call concerned by the event.

Voir aussi

Étiquettes et contributeurs liés au document

 Contributeurs à cette page : jmh
 Dernière mise à jour par : jmh,