-
Notifications
You must be signed in to change notification settings - Fork 6
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
Extention stoped working in Chrome version 60 #17
Comments
Same issue for me |
Same for me :( |
I'm also seeing this. In Chrome 59 I was seeing this message: [Deprecation] indexedDB.webkitGetDatabaseNames() is deprecated and will be removed in M60, around August 2017. See https://www.chromestatus.com/features/5725741740195840 for more details. See also pouchdb/pouchdb#6469 |
That's probably for the best; Fauxton is useless if you cannot choose which database to inspect. If anyone wants to pursue making a similar extension, my recommendation would be not to hack Fauxton into Fauxton's http request handling like this extension did any further, but to write a dedicated interface instead. Part of it would be asking the user which database to inspect (by tying the name). I'm not planning on doing that myself for now. |
@marten-de-vries It seems we have to wait for this but it could take years. Perhaps remove the extension from chrome until this is fixed. Many thanks for your work on this extension! |
@broerse Right, just unpublished the extension. |
@marten-de-vries it should say |
Thanks! Updated. |
For now we should remove this part of the PouchDB Guid: https://pouchdb.com/guides/databases.html#debugging I have opened an issue here |
* (#6908) Remove references to PouchDB Inspector The Google Chrome Extension PouchDB Inspector is no longer active. References to it in the docs should be removed. See [these](#6908) [issues](pouchdb/pouchdb-fauxton-chrome-extension#17). * Delete pouchdb_inspector.png
I made a change to pouchdb-fauxton-logic that allows the extension to continue working in the latest versions of Chrome. It gets the list of databases from the If you want to try it yourself, just build the extension with my fork of pouchdb-fauxton-logic: |
@Ravenstine I did not originally do that because it requires the |
Main README says it is still says it is available. Dead link, of course. Sad. |
for posterity: https://stackoverflow.com/a/46559775/884640
|
@broerse it did take years but IDBfactory.databases() is now widely supported 🚀 |
I have made a pull request that should make the extension work again! There is a version of the extension online: I have no idea how to build the project, maybe that I don't have the exactly right node and npm version, if so what are them?? |
Well I managed to make it works again! @jancona @broerse @hangtwenty @bean5 |
Hi this extension stopped working on Windows after I updated Chrome from version 59 to 60. It only shows a spinner and not the database.
The text was updated successfully, but these errors were encountered: