mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 13:37:47 +02:00
* Headers default on headers object
This commit is contained in:
parent
368b3ecf71
commit
77490ff695
@ -350,7 +350,7 @@ type
|
||||
function keys : TJSIterator; reintroduce;
|
||||
function values : TJSIterator; reintroduce;
|
||||
procedure set_(aName, aValue : String);
|
||||
Property Headers[aName : string] : string Read Get Write Set_;
|
||||
Property Headers[aName : string] : string Read Get Write Set_; default;
|
||||
end;
|
||||
|
||||
TJSResponseInit = class external name 'Object'
|
||||
|
Loading…
Reference in New Issue
Block a user