IndexedDB: Change the pre-close tasks to idle-tasks, have them also run when idle |
|
Issue descriptionThe pre_close_task_queue is designed to run before IndexedDB closes. However, these tasks also need to run when IndexedDB is idle, if a website is never closed or never closes a connection (think Kiosk mode on something). These tasks should generally run when IDB is idle, and also run before closing. |
|
►
Sign in to add a comment |
|