HTMLHeadElement.idl 206 B

123456789
  1. #import <HTML/HTMLElement.idl>
  2. // https://html.spec.whatwg.org/multipage/semantics.html#htmlheadelement
  3. [Exposed=Window]
  4. interface HTMLHeadElement : HTMLElement {
  5. [HTMLConstructor] constructor();
  6. };