|
|
|
|
|
cancelable
Indicates whether the event is cancelable.
Syntax
bool = event.cancelableParameters
bool is a boolean true | false.
Example
Notes
Whether an event can be canceled or not is something that's determined when that event is created. For example, XXX.
Specification
link to spec
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|