首页 > localstorage 存储草稿图片,如何实现?

localstorage 存储草稿图片,如何实现?

我正在使用backbone.localstorage 用来做 草稿功能,可以保存文字,但是如何将图片保存到草稿中呢?如果使用base64的话,大图片比如10M就不好处理了,大家有没有什么建议?


There's no workaround. Storage quota is a hard limit.

However, for binary data I would recommend IndexedDB instead of localStorage, for several reasons:


存url,再获取,没有网络给默认的

【热门文章】
【热门文章】