HTMLScriptElement.idl 262 B

123456789
  1. interface HTMLScriptElement : HTMLElement {
  2. [Reflect] attribute DOMString src;
  3. [Reflect] attribute DOMString type;
  4. [Reflect=nomodule] attribute boolean noModule;
  5. [Reflect] attribute boolean defer;
  6. [Reflect] attribute DOMString integrity;
  7. }