From b1ebb09f79e1701bf9cfc0460d3f4a68a71a6c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Mon, 6 Sep 2021 21:47:14 +0200 Subject: [PATCH] * Undo &type --- packages/rtl/web.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rtl/web.pas b/packages/rtl/web.pas index f194008..2d2f3d9 100644 --- a/packages/rtl/web.pas +++ b/packages/rtl/web.pas @@ -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 }