Object.getNotifier()
No estándar
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
El método Object.getNotifer()
es usado para crear un objeto que permita gatillar un cambio sinteticamente.
Síntaxis
Object.getNotifier(obj)
Parametros
obj
- El objeto del cuál se obtiene el notificador.
Descripción
El notificador es usado para gatillar cambios sinteticos que serán observados por Object.observe()
.
Especificaciones
Compatibilidad de navegadores
We're converting our compatibility data into a machine-readable JSON format.
This compatibility table still uses the old format,
because we haven't yet converted the data it contains.
Find out how you can help!
Caracteristica | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Soporte básico | 36 | Sin soporte | Sin soporte | 23 | Sin soporte |
Caracteristica | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Soporte básico | Sin soporte | 36 | Sin soporte | Sin soporte | 23 | Sin soporte |