Liking cljdoc? Tell your friends :D

web.dom.HTMLScriptElement

HTML <script> elements expose the HTMLScriptElement interface, provides special properties and methods for manipulating the and execution of <script> elements (beyond the inherited web.dom.HTMLElement

HTML `<script>` elements expose the HTMLScriptElement interface,
provides special properties and methods for manipulating the
and execution of <script> elements (beyond the inherited `web.dom.HTMLElement`
raw docstring

referrer-policycljs

(referrer-policy this)

Property.

The referrerPolicy property of the web.dom.HTMLScriptElement reflects the HTML referrerpolicy of the <script> element and made by that script, defining which referrer is sent when fetching resource.

refStr = scriptElem.referrerPolicy; scriptElem.referrerPolicy = refStr;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLScriptElement/referrerPolicy

Property.

The referrerPolicy property of the `web.dom.HTMLScriptElement`
reflects the HTML referrerpolicy of the `<script>` element and
made by that script, defining which referrer is sent when fetching
resource.

`refStr = scriptElem.referrerPolicy;
scriptElem.referrerPolicy = refStr;`

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

set-referrer-policy!cljs

(set-referrer-policy! this val)

Property.

The referrerPolicy property of the web.dom.HTMLScriptElement reflects the HTML referrerpolicy of the <script> element and made by that script, defining which referrer is sent when fetching resource.

refStr = scriptElem.referrerPolicy; scriptElem.referrerPolicy = refStr;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLScriptElement/referrerPolicy

Property.

The referrerPolicy property of the `web.dom.HTMLScriptElement`
reflects the HTML referrerpolicy of the `<script>` element and
made by that script, defining which referrer is sent when fetching
resource.

`refStr = scriptElem.referrerPolicy;
scriptElem.referrerPolicy = refStr;`

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

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

× close