Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

絵文字データをローカルに格納する #26

Open
slofp opened this issue Aug 4, 2023 · 3 comments
Open

絵文字データをローカルに格納する #26

slofp opened this issue Aug 4, 2023 · 3 comments

Comments

@slofp
Copy link
Collaborator

slofp commented Aug 4, 2023

Summary

確か絵文字のメタデータは保存されるけど画像データは保存されなかったはずなのでそうしたい

@slofp
Copy link
Collaborator Author

slofp commented Sep 25, 2023

確率で不特定の絵文字が何故かproxyがproxyしてないのでもしかしたらなにか内部でエラーになる要因があったりなかったりしてそう

@slofp
Copy link
Collaborator Author

slofp commented Dec 14, 2023

LocalStorage -> imgでやろう

@slofp
Copy link
Collaborator Author

slofp commented Dec 16, 2023

色々調べた結果、以下の理由からLocalStorageに絵文字のデータを格納することはほぼ不可能

Web Storage, which can be accessed by using the localStorage and sessionStorage properties of the window object, is limited to 10 MiB of data maximum on all browsers.
Browsers can store up to 5 MiB of local storage, and 5 MiB of session storage per origin.

なので、indexed dbを使用することになるわけなのだけれど。ここのコードに書くのは少々めんどくさいので別のライブラリに分けることにする

@slofp slofp changed the title 絵文字をローカルストレージに格納する 絵文字データをローカルに格納する Dec 16, 2023
@slofp slofp self-assigned this Feb 28, 2024
@slofp slofp moved this to In Progress in Dream 2.0 Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

1 participant