On Sun, 20 Dec 2020, Mr Bee via Pas2js wrote: > Is there any http client class in pas2js? Something like TFPHTTPClient in fpc that supports post, get, etc. Yes, there is TJSXMLHttpRequest in the web unit. The more modern approach is TJSWindow.fetch Both are simply the browser's APIs for doing requests. Michael.