HTMLScriptElement.idl 172 B

1234567
  1. interface HTMLScriptElement : HTMLElement {
  2. [Reflect] attribute DOMString src;
  3. [Reflect] attribute DOMString type;
  4. [Reflect] attribute DOMString integrity;
  5. }