mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02: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;
|
|
|
|
}
|