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