Open AlXKalm opened 4 years ago
This might be related to changes that Webkit delivered in iOS 13.4 and Safari 13.1 (on macOS) related to storage. Note the section on IndexedDB and a "7-Day Cap on All Script-Writeable Storage". https://webkit.org/blog/10218/full-third-party-cookie-blocking-and-more/
Hello!
This code work well on Windows, Android and iOS (13.3 and below):
But after iOS 13.4 update the line
db.storeTable.each(...)
don't read any data from storeTable and still running (don't return any Promise) if the site was reloaded of redirected.Please help!