mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 04:17:54 +02:00
* Undo &type
This commit is contained in:
parent
8eb6e78e43
commit
b1ebb09f79
@ -2480,7 +2480,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
|
||||
function arrayBuffer : TJSPromise;
|
||||
property size : NativeInt read FSize;
|
||||
property _type : string read FType; deprecated;
|
||||
property &type : string read FType;
|
||||
property type_ : string read FType;
|
||||
end;
|
||||
|
||||
{ TJSHTMLFile }
|
||||
|
Loading…
Reference in New Issue
Block a user