dexie/Dexie.js

How to convert json blob to json

Open

#992 geöffnet am 15. März 2020

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (10.304 Stars) (625 Forks)batch import
good first issue

Beschreibung

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.

Contributor Guide