The HTMLIFrameElement interface provides special properties and
(beyond those of the html.HTMLElement
interface it also has
to it by inheritance) for manipulating the layout and presentation
inline frame elements.
The HTMLIFrameElement interface provides special properties and (beyond those of the `html.HTMLElement` interface it also has to it by inheritance) for manipulating the layout and presentation inline frame elements.
(allow-payment-request this)
Property.
The allowPaymentRequest property of the html.HTMLIFrameElement
returns a web.Boolean
indicating whether the Payment Request
may be invoked on a cross-origin iframe.
var allow = htmlIFrameElement.allowPaymentRequest
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/allowPaymentRequest
Property. The allowPaymentRequest property of the `html.HTMLIFrameElement` returns a `web.Boolean` indicating whether the Payment Request may be invoked on a cross-origin iframe. `var allow = htmlIFrameElement.allowPaymentRequest` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/allowPaymentRequest`
(content-document this)
Property.
If the iframe and the iframe's parent document are Same Origin, a Document (that is, the active document in the inline frame's browsing context), else returns null.
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/contentDocument
Property. If the iframe and the iframe's parent document are Same Origin, a Document (that is, the active document in the inline frame's browsing context), else returns null. See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/contentDocument`
(content-window this)
Property.
The contentWindow property returns the Window object of an <iframe> You can use this Window object to access the iframe's document its internal DOM. This attribute is read-only, but its properties be manipulated like the global Window object.
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/contentWindow
Property. The contentWindow property returns the Window object of an <iframe> You can use this Window object to access the iframe's document its internal DOM. This attribute is read-only, but its properties be manipulated like the global Window object. See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/contentWindow`
(csp this)
Property.
The csp property of the html.HTMLIFrameElement
interface specifies
Content Security Policy that an embedded document must agree
enforce upon itself.
var csp = HTMLIFrameElement.csp HTMLIFrameElement.csp = csp
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/csp
Property. The csp property of the `html.HTMLIFrameElement` interface specifies Content Security Policy that an embedded document must agree enforce upon itself. `var csp = HTMLIFrameElement.csp HTMLIFrameElement.csp = csp` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/csp`
(feature-policy this)
Property.
The featurePolicy read-only property of the html.HTMLIFrameElement
returns the web.FeaturePolicy
interface which provides a simple
for introspecting the feature policies applied to a specific
var policy = HTMLIFrameElement.featurePolicy
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/featurePolicy
Property. The featurePolicy read-only property of the `html.HTMLIFrameElement` returns the `web.FeaturePolicy` interface which provides a simple for introspecting the feature policies applied to a specific `var policy = HTMLIFrameElement.featurePolicy` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/featurePolicy`
(referrer-policy this)
Property.
The HTMLIFrameElement.referrerPolicy property reflects the HTML
attribute of the web.<iframe>
element defining which referrer
sent when fetching the resource.
refStr = iframeElt.referrerPolicy; iframeElt.referrerPolicy = refStr;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/referrerPolicy
Property. The HTMLIFrameElement.referrerPolicy property reflects the HTML attribute of the `web.<iframe>` element defining which referrer sent when fetching the resource. `refStr = iframeElt.referrerPolicy; iframeElt.referrerPolicy = refStr;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/referrerPolicy`
(set-allow-payment-request! this val)
Property.
The allowPaymentRequest property of the html.HTMLIFrameElement
returns a web.Boolean
indicating whether the Payment Request
may be invoked on a cross-origin iframe.
var allow = htmlIFrameElement.allowPaymentRequest
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/allowPaymentRequest
Property. The allowPaymentRequest property of the `html.HTMLIFrameElement` returns a `web.Boolean` indicating whether the Payment Request may be invoked on a cross-origin iframe. `var allow = htmlIFrameElement.allowPaymentRequest` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/allowPaymentRequest`
(set-content-document! this val)
Property.
If the iframe and the iframe's parent document are Same Origin, a Document (that is, the active document in the inline frame's browsing context), else returns null.
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/contentDocument
Property. If the iframe and the iframe's parent document are Same Origin, a Document (that is, the active document in the inline frame's browsing context), else returns null. See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/contentDocument`
(set-csp! this val)
Property.
The csp property of the html.HTMLIFrameElement
interface specifies
Content Security Policy that an embedded document must agree
enforce upon itself.
var csp = HTMLIFrameElement.csp HTMLIFrameElement.csp = csp
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/csp
Property. The csp property of the `html.HTMLIFrameElement` interface specifies Content Security Policy that an embedded document must agree enforce upon itself. `var csp = HTMLIFrameElement.csp HTMLIFrameElement.csp = csp` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/csp`
(set-feature-policy! this val)
Property.
The featurePolicy read-only property of the html.HTMLIFrameElement
returns the web.FeaturePolicy
interface which provides a simple
for introspecting the feature policies applied to a specific
var policy = HTMLIFrameElement.featurePolicy
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/featurePolicy
Property. The featurePolicy read-only property of the `html.HTMLIFrameElement` returns the `web.FeaturePolicy` interface which provides a simple for introspecting the feature policies applied to a specific `var policy = HTMLIFrameElement.featurePolicy` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/featurePolicy`
(set-nfc-focus this & args)
Method.
The setNfcFocus() method of the html.HTMLIFrameElement
interface
whether an web.<iframe>
can receive an NFC event.
myIFrame.setNfcFocus(true);
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/setNfcFocus
Method. The setNfcFocus() method of the `html.HTMLIFrameElement` interface whether an `web.<iframe>` can receive an NFC event. `myIFrame.setNfcFocus(true);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/setNfcFocus`
(set-referrer-policy! this val)
Property.
The HTMLIFrameElement.referrerPolicy property reflects the HTML
attribute of the web.<iframe>
element defining which referrer
sent when fetching the resource.
refStr = iframeElt.referrerPolicy; iframeElt.referrerPolicy = refStr;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/referrerPolicy
Property. The HTMLIFrameElement.referrerPolicy property reflects the HTML attribute of the `web.<iframe>` element defining which referrer sent when fetching the resource. `refStr = iframeElt.referrerPolicy; iframeElt.referrerPolicy = refStr;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/referrerPolicy`
(set-src! this val)
Property.
The HTMLIFrameElement.src property reflects the HTML referrerpolicy
of the web.<iframe>
element defining which referrer is sent
fetching the resource.
refStr = iframeElt.src; iframeElt.src= refStr;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/src
Property. The HTMLIFrameElement.src property reflects the HTML referrerpolicy of the `web.<iframe>` element defining which referrer is sent fetching the resource. `refStr = iframeElt.src; iframeElt.src= refStr;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/src`
(set-srcdoc! this val)
Property.
The srcdoc property of the html.HTMLIFrameElement
specifies
content of the page.
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/srcdoc
Property. The srcdoc property of the `html.HTMLIFrameElement` specifies content of the page. See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/srcdoc`
(src this)
Property.
The HTMLIFrameElement.src property reflects the HTML referrerpolicy
of the web.<iframe>
element defining which referrer is sent
fetching the resource.
refStr = iframeElt.src; iframeElt.src= refStr;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/src
Property. The HTMLIFrameElement.src property reflects the HTML referrerpolicy of the `web.<iframe>` element defining which referrer is sent fetching the resource. `refStr = iframeElt.src; iframeElt.src= refStr;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/src`
(srcdoc this)
Property.
The srcdoc property of the html.HTMLIFrameElement
specifies
content of the page.
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/srcdoc
Property. The srcdoc property of the `html.HTMLIFrameElement` specifies content of the page. See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/srcdoc`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close