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
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close