How to check if the call JET.init() is successful or not?

Hello, It seems that there is not onError event for JET. As I known, we can check the variable JET.Loaded in a timer. But this way is not good... Since we need to specify a timeout. Is there a better way to check the status? Many thanks in advance, Bo

Answers

  • AFAIK, the timer trick is the only solution available.
  • No any specific 'onError' event, unfortunately. The worse is that with only JET.Loaded/JET.Initialized that we have, it's just not enough to tell if JET.init() is actually failed or still in initializing...