Liking cljdoc? Tell your friends :D

html.HTMLScriptElement

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

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

referrer-policycljs

(referrer-policy this)

Property.

The referrerPolicy property of the html.HTMLScriptElement interface the HTML referrerpolicy of the web.<script> element and fetches 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 `html.HTMLScriptElement` interface
the HTML referrerpolicy of the `web.<script>` element and fetches
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 html.HTMLScriptElement interface the HTML referrerpolicy of the web.<script> element and fetches 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 `html.HTMLScriptElement` interface
the HTML referrerpolicy of the `web.<script>` element and fetches
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