dexie/Dexie.js

How to convert json blob to json

Open

#992 创建于 2020年3月15日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)JavaScript (10,304 star) (625 fork)batch import
good first issue

描述

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.

贡献者指南