You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Internet Explorer and Edge are missing some new methods from indexedDb standard v2, like getKey() ans getKeys(), resulting in the new methods has() and keys() (introduced in v7.2) failing in these browsers.
It could be achieve in an old-school way, I'll investigate this later (for now, just don't use these 2 minor methods if you need to support those browsers).
The text was updated successfully, but these errors were encountered:
Internet Explorer and Edge are missing some new methods from
indexedDb
standard v2, likegetKey()
ansgetKeys()
, resulting in the new methodshas()
andkeys()
(introduced in v7.2) failing in these browsers.It could be achieve in an old-school way, I'll investigate this later (for now, just don't use these 2 minor methods if you need to support those browsers).
The text was updated successfully, but these errors were encountered: