One thought on “About Me

  1. Hi, I am in the process of developing a multi-page web application and one of the page is for uploading files. These file can be of any size ranging between 100 MB to 1.5 GB (this is done using javascript function at the client end) . My goal is to enable the users to navigate to other pages during the upload process without disrupting the UI nor the uploading should stop. I came upon this Service worker concept and implemented this. But the problem is the service worker gets terminated when I navigate to another page. If I keep the Chrome devTool open then the application is functioning as I expected. Please suggest a method that would help me avoid service worker termination during page navigation

    Like

Leave a comment