Accessors
The various DOM object accessor types.
Adder = 8
Specifies that the method should be handled as an event adder.
Deleter = 4
Specifies that the property or method should be handled by delete.
Getter = 1
Specifies that the property or method should be handled as a getter.
None = 0
Specifies that the property does not have any special meaning.
Remover = 16
Specifies that the method should be handled by an event remover.
Setter = 2
Specifies that the property or method should be handled as a setter.