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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |