mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 08:47:49 +02:00
rtl: less hints
This commit is contained in:
parent
7dc3c9659f
commit
d77f936d0e
@ -3592,7 +3592,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
|
||||
Procedure set_(const aName,aValue : String); external name 'set';
|
||||
Procedure set_(const aName : String; aBlob : TJSBlob); external name 'set';
|
||||
Function getAll(const aName : String) : TJSFormDataEntryValueArray;
|
||||
Function values : TJSValueDynArray;
|
||||
Function values : TJSValueDynArray; reintroduce;
|
||||
Property Entry[aIndex : String] : TJSFormDataEntryValue read Get;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user