[Pas2js] Data Abstract support

Michael Van Canneyt michael at freepascal.org
Tue Jan 8 13:19:13 CET 2019



On Tue, 8 Jan 2019, Michael Schnell wrote:

>> Since there is currently only one kind of transport available, that's the one I
>
> What exactly limits the transport option to only " http request" ?

The remobjects implementation and availability of transports in the browser.
The browser only support HTTP transport and websockets (well, FTP as well). 
Logically, only those can be made available in pas2JS.

The native remobjects of course supports a whole slew of transport
mechanisms, but they are not relevant in the browser.

Michael.


More information about the Pas2js mailing list