Polling in JavaScript

added by JavaScript Kicks
1/15/2020 6:57:27 AM

606 Views

Polling is a technique where we check for fresh data over a given interval by periodically making API requests to a server. For example, we can use polling if there is data that changes frequently or we need to wait for the server to transition a given state.


0 comments