HTMLScriptElement.idl 395 B

12345678910111213
  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. [Reflect] attribute DOMString charset;
  8. [Reflect] attribute DOMString event;
  9. [Reflect=for] attribute DOMString htmlFor;
  10. };