Accessors
The various DOM object accessor types.
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.
Setter = 2
Specifies that the property or method should be handled as a setter.