I'm trying to open an indexedDB database using Python and I get this error:
Error: Invalid argument: idb_cmp1 does not match existing comparator : leveldb.BytewiseComparator
It seems I have to implement a comparator, but I don't know how to. Is there another solution to this? Or another way to open/view the database?