Sfoglia il codice sorgente

LibWeb: Expose contentDocument on HTMLObjectElement

Idan Horowitz 3 anni fa
parent
commit
fed11e625e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl

+ 2 - 0
Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl

@@ -9,6 +9,8 @@ interface HTMLObjectElement : HTMLElement {
     [Reflect] attribute DOMString width;
     [Reflect] attribute DOMString height;
 
+    readonly attribute Document? contentDocument;
+
     [Reflect] attribute DOMString align;
     [Reflect] attribute DOMString archive;
     [Reflect] attribute DOMString code;