Blog
JavaScript – Polling
At times you may need to use a polling function in order to wait for an event before the rest of your code can fire. One way we can solve this is with a polling function: Let’s say that you want a function which tells the user when window.myCustomVar is Read more…