dexie/Dexie.js

How to convert json blob to json

Open

#992 aperta il 15 mar 2020

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)JavaScript (625 fork)batch import
good first issue

Metriche repository

Star
 (10.304 star)
Metriche merge PR
 (Merge medio 2g 5h) (3 PR mergiate in 30 g)

Descrizione

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.

Guida contributor