我在尝试将图像文件存储在 IndexedDB 中时遇到问题,我抓取了文件对象并尝试将其推送到 IndexedDB 中,但它似乎引发了错误:
DOM Exception: DATA_CLONE_ERR (25)
如何将文件对象(如下所示)转换为可以存储在 indexedDB 中并在以后从 indexedDB 中检索的内容?
attribute: 32
contentType: "image/png"
displayName: "image1"
displayType: "PNG File"
fileType: ".png"
name: "image1.png"
path: "C:\pictures\image1.png"