I am getting my head around to understand serviceWorkers, web workers and indexedDB. I understand their usage in a web application. I have 2 questions.
- I am developing jquery widgets like color picker, date picker, token field, etc... Is it a good idea to use indexedDB to cache data retrieved from server for libraries like tokenfield, combobox that has data fetch from the server?
- I am planning to use web workers for these libraries but am not sure whether this is feasible. Have any other uicomponent providers like Bootstrap tried using web workers? and what could be the issues I will be facing?