HTMLDocument.idl 131 B

1234567
  1. #import <DOM/Document.idl>
  2. // https://html.spec.whatwg.org/#htmldocument
  3. [Exposed=Window]
  4. interface HTMLDocument : Document {
  5. };