HTMLIFrameElement.idl 344 B

123456789101112
  1. interface HTMLIFrameElement : HTMLElement {
  2. [Reflect] attribute DOMString src;
  3. [Reflect] attribute DOMString srcdoc;
  4. [Reflect] attribute DOMString name;
  5. [Reflect] attribute DOMString allow;
  6. [Reflect] attribute DOMString width;
  7. [Reflect] attribute DOMString height;
  8. readonly attribute Document? contentDocument;
  9. }