-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
IndexedDBShim does not work in webworkers #219
Comments
the problem is that webworker does not have access to window object. my workaround is to define in webworker : var window = self; |
I've pushed some changes to |
And in case you already tried pulling, sorry, I realized I hadn't pushed the changes to this repo's |
This should be fixed in |
@brettz9 Just wanted to drop in and say thanks for the awesome work you are doing with the IndexedDBShim - I can see that it is helping a lot of people. :) |
Thank you, @axemclion . Not sure if it is helping anyone yet, but it is encouraging to know there is eagerness for the release. Am feeling a bit better these days and on my agenda to try to get ready (as I am able) for a 3.0.0 release as per #262 (comment) . Very grateful for being able to build on such a strong foundation! |
Hi! despite of there is a workaround, your library is not prepared to be used in WebWorkers .
The text was updated successfully, but these errors were encountered: