Cette traduction est incomplète. Aidez à traduire cet article depuis l'anglais.
Résumé
La propriété onlanguagechange
de l'interface WorkerGlobalScope
représente un EventHandler
à appeler lorsque l'événement languagechange
survient et se propage à travers le Worker
.
Syntaxe
self.onlanguagechange = function() { ... };
Exemple
L'extrait de code suivant montre un gestionnaire onlanguagechange
placé au sein d'un worker :
self.onlanguagechange = function() { console.log('Your preferred language settings have been changed'); }
Spécifications
Spécification | Statut | Commentaire |
---|---|---|
WHATWG HTML Living Standard La définition de 'WorkerGlobalScope.onlanguagechange' dans cette spécification. |
Standard évolutif | Aucune modification de Web Workers. |
Web Workers La définition de 'WorkerGlobalScope.onlanguagechange' dans cette spécification. |
Candidat au statut de recommandation | Définition initiale. |
Compatibilité des navigateurs
Fonctionnalité | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 4 | 3.5 (1.9.1) | (Oui) | 11.5 | 4 |
Fonctionnalité | Android | Chrome for Android | Firefox Mobile (Gecko) | Firefox OS (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Basic support | ? | 40 | 1.0 (1.9.1) | 1.0.1 | (Oui) | (Oui) | 5.1 |
Voir aussi
L'interface WorkerGlobalScope
à laquelle elle appartient.
Étiquettes et contributeurs liés au document
Contributeurs à cette page :
jean-pierre.gay
Dernière mise à jour par :
jean-pierre.gay,