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
Hi, so I'm testing Dexie on mobile development and I get this error when I'm testing on Android 9.
After some research, it seems that the web browser doesn't have a queueMicrotask function (likely due to the age)
But it seems like Dexie is going to be a problem if we don't consider keeping functionality backward compatible at least in regards to mobile (which I think Dexie shines alot for)
I wish I knew enough to fix this but I don't at the moment
Can anyone shed light on how possible it would be to add some backwards compatibility for queueMicrotask?
The text was updated successfully, but these errors were encountered:
dexie@3.x is still maintained in terms of security fixes and other possibly critical things but no active development. But it supports legacy devices (Android 9 is from 2018). I don't know if it would be worth it to add support for this in particular on dexie@4 but there is a polyfil in case you would want to give it a try:
Hi, so I'm testing Dexie on mobile development and I get this error when I'm testing on Android 9.
After some research, it seems that the web browser doesn't have a queueMicrotask function (likely due to the age)
But it seems like Dexie is going to be a problem if we don't consider keeping functionality backward compatible at least in regards to mobile (which I think Dexie shines alot for)
I wish I knew enough to fix this but I don't at the moment
Can anyone shed light on how possible it would be to add some backwards compatibility for queueMicrotask?
The text was updated successfully, but these errors were encountered: