dexie/Dexie.js

How to convert json blob to json

Open

#992 ouverte le 15 mars 2020

Voir sur GitHub
 (6 commentaires) (0 réactions) (0 assignés)JavaScript (10 304 stars) (625 forks)batch import
good first issue

Description

I want to convert this:

const blob = await exportDB(db, { prettyJson: true });

To readable json.

Instead I get:

Blob {size: 5646, type: "text/json"}

Thank you.

Guide contributeur