mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
10 lines
262 B
Plaintext
10 lines
262 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;
|
|
|
|
}
|