HTMLScriptElement
HTMLScriptElement: {
prototype: HTMLScriptElement;
supports(type: string): boolean;
new (): HTMLScriptElement;
}
prototype: HTMLScriptElement;
supports(type: string): boolean;
new (): HTMLScriptElement;
}
Type declaration
- new (): HTMLScriptElement
Returns HTMLScriptElement
prototype: HTMLScriptElement
supports: function
supports(type: string): boolean
Parameters
type: string
Returns boolean
MDN Reference