mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-10-01 14:59:19 +02:00
* Added HTMLScriptElement
This commit is contained in:
parent
0f5ce3c78c
commit
19c70fdcad
@ -2441,6 +2441,19 @@ Type
|
||||
property sandbox : string read FSandbox;
|
||||
end;
|
||||
|
||||
TJSHTMLScriptElement = Class external name 'HTMLScriptElement' (TJSHTMLElement)
|
||||
Public
|
||||
type_ : String;
|
||||
src : String;
|
||||
charset : string;
|
||||
async : boolean;
|
||||
defer : boolean;
|
||||
text : string;
|
||||
noModule : boolean;
|
||||
end;
|
||||
|
||||
|
||||
|
||||
TJSXMLHttpRequestEventTarget = class external name 'XMLHttpRequestEventTarget' (TJSEventTarget)
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user