Definition
The Capture-Handle Actions Mechanism defines CaptureActionEvent
[Exposed=Window]
interface CaptureActionEvent : Event {
constructor(optional CaptureActionEventInit init = {});
readonly attribute CaptureAction action;
};
CaptureActionEvent
interfaceThe Capture-Handle Actions Mechanism defines CaptureActionEvent
[Exposed=Window]
interface CaptureActionEvent : Event {
constructor(optional CaptureActionEventInit init = {});
readonly attribute CaptureAction action;
};
CaptureActionEvent