mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 18:07:49 +02:00
* Fix declaration (by Henrique Werlang, bug ID 37542)
This commit is contained in:
parent
bc1f5ab533
commit
1c6c8b9bf1
@ -3728,7 +3728,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
|
||||
Procedure set_(const aName : String; aBlob : TJSBlob); external name 'set';
|
||||
Function getAll(const aName : String) : TJSFormDataEntryValueArray;
|
||||
Function values : TJSValueDynArray; reintroduce;
|
||||
Property Entry[aIndex : String] : TJSFormDataEntryValue read Get;
|
||||
Property Entry[const aIndex : String] : TJSFormDataEntryValue read Get;
|
||||
end;
|
||||
|
||||
TJSHTMLTemplateElement = class external name 'HTMLTemplateElement' (TJSHTMLElement)
|
||||
|
Loading…
Reference in New Issue
Block a user