* Add correct constructor

This commit is contained in:
michael 2021-05-08 14:41:57 +00:00
parent 8391404494
commit 18900ad5a3

View File

@ -1897,6 +1897,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
TJSParamEnumCallBack = reference to procedure (const aKey,aValue : string);
TJSURLSearchParams = class external name 'URLSearchParams' (TJSObject)
Public
constructor new(aQuery : String);
Procedure append(const aName,aValue : string);
Procedure delete(const aName : string);
Function entries : TJSIterator;