dexie/Dexie.js

How to convert json blob to json

Open

#992 opened on 2020年3月15日

GitHub で見る
 (6 comments) (0 reactions) (0 assignees)JavaScript (625 forks)batch import
good first issue

Repository metrics

Stars
 (10,304 stars)
PR merge metrics
 (平均マージ 2d 5h) (30d で 3 merged PRs)

説明

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.

コントリビューターガイド