[Pas2js] JS Sync/Async Limitations

Michael Schnell MSchnell at lumino.de
Thu Feb 21 17:15:56 CET 2019


> Every call that is asynchronous in the browser can be more or less emulated
> using a thread in a native app, to have the same "async" logic.
> 

That's frustrating, as IMHO a long time goal (from an application programmer's POV) should be to do a project and just define which parts of it should run on the server and which parts should run in the browser, being able to adapt the used modules to a given environment. 

-Michael








More information about the Pas2js mailing list