Video upload stops when I change to another tab

207 Views Asked by At

I am making an api call for video upload from one of component . As long as i stay in that tab upload works fine . But when i switch to another tab, Since the component is unmounted, API call stops and i lose the upload.

How can i make the Upload(API call) to continue even if I keep navigating the tabs in my application.

I am trying to achieve this in vue js.

0

There are 0 best solutions below