* Undo &type

This commit is contained in:
Michaël Van Canneyt 2021-09-06 21:47:14 +02:00
parent 8eb6e78e43
commit b1ebb09f79

View File

@ -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 }