2020-07-27 01:04:26 -03:00
|
|
|
interface HTMLScriptElement : HTMLElement {
|
|
|
|
|
|
|
|
|
|
[Reflect] attribute DOMString src;
|
|
|
|
|
[Reflect] attribute DOMString type;
|
2020-11-09 05:15:10 -03:00
|
|
|
[Reflect=nomodule] attribute boolean noModule;
|
|
|
|
|
[Reflect] attribute boolean defer;
|
2020-07-27 01:04:26 -03:00
|
|
|
[Reflect] attribute DOMString integrity;
|
|
|
|
|
|
|
|
|
|
}
|