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`
(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`
(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`
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 |