Liking cljdoc? Tell your friends :D
ClojureScript only.

html.HTMLDialogElement.ev

HTMLDialogElement Events.

HTMLDialogElement Events.
raw docstring

cancelcljs

Event.

The cancel event fires on a web.<dialog> when the user instructs browser that they wish to dismiss the current open dialog. For the browser might fire this event when the user presses the Esc or clicks a "Close dialog" button which is part of the browser's

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/cancel_event

Event.

The cancel event fires on a `web.<dialog>` when the user instructs
browser that they wish to dismiss the current open dialog. For
the browser might fire this event when the user presses the Esc
or clicks a \"Close dialog\" button which is part of the browser's

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/cancel_event`
sourceraw docstring

closecljs

Event.

The close event is fired on an HTMLDialogElement object when dialog it represents has been closed.

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/close_event

Event.

The close event is fired on an HTMLDialogElement object when
dialog it represents has been closed.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/close_event`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close