bahrus
2019-08-02
Web Workers have access to IndexedDB. This seems useful for state management solutions that don’t want to block the UI thread
Unfortunately, web workers can’t access the history object, according to the first link above.
This proposal is to give web workers access to history, for similar reasons.