mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-16 06:49:22 +02:00
* Avoid overload confusion
This commit is contained in:
parent
85d9b33f6c
commit
6de7df37e0
@ -239,10 +239,8 @@ type
|
||||
public
|
||||
constructor new(body: TJSObject); overload; varargs; external name 'new';
|
||||
constructor new(body: TJSObject; init: TJSObject); overload; varargs; external name 'new'; deprecated;
|
||||
constructor new(body: TJSObject; init: TJSResponseInit); overload; varargs; external name 'new';
|
||||
constructor new(Msg: string); overload; varargs; external name 'new';
|
||||
constructor new(Msg: string; init: TJSObject); overload; varargs; external name 'new'; deprecated;
|
||||
constructor new(Msg: string; init: TJSResponseInit); overload; varargs; external name 'new';
|
||||
function clone(): TJSResponse;
|
||||
function error(): TJSResponse;
|
||||
function redirect(url: String; Status: NativeInt): TJSResponse;
|
||||
|
Loading…
Reference in New Issue
Block a user