try catch with jsCallback
Posted: Wed Sep 07, 2022 11:25 am
You can do something like this at Chrome console
.. but it seems JSCallback doesn't like try/catch. Has anyone observed this before, perhaps I am doing something wrong?
Rod
Code: Select all
try { ...your javascript here... } catch (error) {'0'}
Rod