2020-07-27 01:04:26 -03:00
|
|
|
interface HTMLIFrameElement : HTMLElement {
|
|
|
|
|
|
|
|
|
|
[Reflect] attribute DOMString src;
|
|
|
|
|
[Reflect] attribute DOMString srcdoc;
|
|
|
|
|
[Reflect] attribute DOMString name;
|
|
|
|
|
[Reflect] attribute DOMString allow;
|
|
|
|
|
[Reflect] attribute DOMString width;
|
|
|
|
|
[Reflect] attribute DOMString height;
|
|
|
|
|
|
2020-09-22 13:26:33 -03:00
|
|
|
[ReturnNullIfCrossOrigin] readonly attribute Document? contentDocument;
|
2020-07-27 01:04:26 -03:00
|
|
|
}
|