Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.
Twitter,
Facebook, or email.
Why is there Crossrider-specific setInterval and setTimeout?
I am curious, what is the benefit of using appAPI.setInterval() and .setTimeout()? I am only asking because, from the docs, I don't see any improvement in your implementation over the equivalent standard Javascript functions.
-
Hello Bryan,
Simply for cross-browser compatibility since these standard functions are not supported by some older browsers. -
Loading Profile...




EMPLOYEE
