-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"undefined is not a function (evaluating 'a.addEventListener(b,c)')","name":"TypeError"} #187
Comments
I didn't think indexedDB was really classed as supported until iOS 10. According to caniuse.com indexeddb on 8/9 was marked as very unstable. That said, looking at your sample code above the type of Instead you need to call the That said, your code wouldn't work anyway as the promise will be resolved after the |
@aaronmccall Thanks for your clarifying. By tracing the code, I found the
|
Oh, I didn't know I exposed that functionality. Well there you go ey! TBH I'm hesitant to add this change without understanding the underlying cause properly. I'd be quite shocked that a browser didn't support Also using the |
Issue:
Got an exception when tried to add listener to db.
"undefined is not a function (evaluating 'a.addEventListener(b,c)')","name":"TypeError"}
How to reproduce on Safari of iOS 8/9:
The text was updated successfully, but these errors were encountered: