Skip to content
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

Look for indexedDB and IDBTransaction in the global scope when initializing the IndexedDB store. #15

Merged
merged 2 commits into from
Mar 11, 2013

Conversation

terrycojones
Copy link
Contributor

Fixes #14

@terrycojones
Copy link
Contributor Author

Without the typeof window === 'undefined' ? {} : window change, the Chrome log says window is undefined when I try to load fullproof using the web worker importScripts command.

@reyesr reyesr merged commit 461aabf into reyesr:master Mar 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make IndexedDB work with web workers on Chrome
2 participants