#How/where JSObject code is executed?

1 messages · Page 1 of 1 (latest)

balmy quartz
#

Hello,

I use JSObject for executing long-running code (1 minute or longer). When user closes browser window, will the code continue execution? Are JSObject functions actually run o a server/backend or in a browser?

carmine matrixBOT
#

Hey There,

We've registered your query, and our team will get back to you soon.

Regards,
Team Appsmith

shadow marlin
#

Hi there! JSobjects are run on the browser today. So the function will stop running if you close the browser window.

#

Do you see users accidentally closing their window?