mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
14 lines
395 B
Plaintext
14 lines
395 B
Plaintext
interface HTMLScriptElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString src;
|
|
[Reflect] attribute DOMString type;
|
|
[Reflect=nomodule] attribute boolean noModule;
|
|
[Reflect] attribute boolean defer;
|
|
[Reflect] attribute DOMString integrity;
|
|
|
|
[Reflect] attribute DOMString charset;
|
|
[Reflect] attribute DOMString event;
|
|
[Reflect=for] attribute DOMString htmlFor;
|
|
|
|
};
|