Jump to content
Search Community

Chetan Sachdev

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Chetan Sachdev

  1. I am trying to use LoaderMax API, in an existing application. To replace all http calls with LoaderMax, I have written a Singleton class, which keeps an instance of LoaderMax object. Now, in my application, wherever a http request is needed, I get an instance of single LoaderMax object and append to the queue, with a callback handler. My question, do I need to call the .load method everytime, I append a URL, or LoaderMax looks internally for the queue length? 

×
×
  • Create New...