timer - How to use time delay in MobileFirst adapters -
has tried introducing delay/timer mobilefirst platform foundation adapters?
there anyway introduce specific amount of delay?
i tried settimeout()
doesn't work because of window object not available in adapter.js
you can't in adapter logic, can in client logic...
add required delay implementation in adapter procedure request's success callback function won't processed right away, if that's want (which strange, but...).
Comments
Post a Comment