Liking cljdoc? Tell your friends :D

chromex.ext.dom

clj

Use the chrome.dom API to access special DOM APIs for Extensions

Use the chrome.dom API to access special DOM APIs for Extensions

* available since Chrome 87
* https://developer.chrome.com/extensions/dom
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

(gen-wrap kind item-id config & args)
source

open-or-closed-shadow-rootclj/smacro

(open-or-closed-shadow-root element)

Gets the open shadow root or the closed shadow root hosted by the specified element. If the element doesn't attach the shadow root, it will return null.

|element| - https://developer.chrome.com/extensions/dom#property-openOrClosedShadowRoot-element.

https://developer.chrome.com/extensions/dom#method-openOrClosedShadowRoot.

Gets the open shadow root or the closed shadow root hosted by the specified element. If the element doesn't attach the
shadow root, it will return null.

  |element| - https://developer.chrome.com/extensions/dom#property-openOrClosedShadowRoot-element.

https://developer.chrome.com/extensions/dom#method-openOrClosedShadowRoot.
sourceraw docstring

open-or-closed-shadow-root*cljs

(open-or-closed-shadow-root* config element)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.dom namespace.

Taps all valid non-deprecated events in chromex.ext.dom namespace.
sourceraw docstring

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

× close