Respond to delay of fetch without break fetch in javascript
I am using videojs for displaying a film, and depending on the time of the video (timeupdate), I display a description from the backend, that is required for this project. In case of a problem with loading the description on…