Liking cljdoc? Tell your friends :D

html.HTMLIFrameElement

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.
raw docstring

allow-payment-requestcljs

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

content-documentcljs

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

content-windowcljs

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

cspcljs

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

feature-policycljs

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

referrer-policycljs

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

set-allow-payment-request!cljs

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

set-content-document!cljs

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

set-csp!cljs

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

set-feature-policy!cljs

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

set-nfc-focuscljs

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

set-referrer-policy!cljs

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

set-src!cljs

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

set-srcdoc!cljs

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

srccljs

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

srcdoccljs

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

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close