TOC PREV NEXT INDEX

Put your logo here!


cancelable


Indicates whether the event is cancelable.

Syntax

bool = event.cancelable 

Parameters

bool is a boolean true | false.

Example

// example here 

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
TOC PREV NEXT INDEX