mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 21:07:47 +02:00
wasmjob: fetch example: statustext
This commit is contained in:
parent
3a0b23a893
commit
a32b3a38aa
@ -57,7 +57,7 @@ begin
|
||||
Response:=TJSResponse.Cast(Obj);
|
||||
if not Response.ok then
|
||||
begin
|
||||
DoError('TFetchJSONHelper.OnAccepted Response not ok, status=');
|
||||
DoError('TFetchJSONHelper.OnAccepted Response not ok, status='+string(Response.statusText));
|
||||
exit;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user