Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Conversation

@ajiteshr7
Copy link

Fixes #15172

As shown here:

Uncaught TypeError: Cannot read property 'createObjectStore' of undefined

At C:\Users\Midhu\AppData\Local\atom\app-1.18.0\resources\app\src\state-store.js:17

TypeError: Cannot read property 'createObjectStore' of undefined
    at IDBOpenDBRequest.dbOpenRequest.onupgradeneeded (~/AppData/Local/atom/app-1.18.0/resources/app/src/state-store.js:17:19)

I haven't been able to reproduce the error locally but I suspect this might be the cause.

Fixes atom#15172
---
As shown here
Uncaught TypeError: Cannot read property 'createObjectStore' of undefined
```
At C:\Users\Midhu\AppData\Local\atom\app-1.18.0\resources\app\src\state-store.js:17

TypeError: Cannot read property 'createObjectStore' of undefined
    at IDBOpenDBRequest.dbOpenRequest.onupgradeneeded (~/AppData/Local/atom/app-1.18.0/resources/app/src/state-store.js:17:19)
```
I haven't been able to reproduce the error locally but I suspect this might be the cause.
@ajiteshr7 ajiteshr7 changed the title 🐛 Fix uncaught TypeError at createObjectStore Fix uncaught TypeError at createObjectStore Aug 6, 2017
@sadick254
Copy link
Contributor

@ajiteshr7 I know this has been open for a long time. Would you still be willing to work on this? If yes the first thing would be to resolve the conflicts and then add tests for this PR.
Let me know if we should close this.

@sadick254
Copy link
Contributor

I am going to close this. Let me know if you are still interested in working on this. I will be happy to reopen the PR.

Thank you for your contribution 👍

@sadick254 sadick254 closed this Jun 3, 2021
@icecream17 icecream17 mentioned this pull request Jun 4, 2021
sadick254 added a commit that referenced this pull request Jun 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Uncaught TypeError: Cannot read property 'createObjectStore' of undefined

3 participants