We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
api 호출 최소화를 위한 단어 캐싱에 localStorage 대신 CacheStorage 사용
CacheStorage는 비동기 방식으로 localStorage에 비해 부하가 적고, 사용할 수 있는 용량이 많아 변경하기로 하였습니다.
The text was updated successfully, but these errors were encountered:
refactor: 캐시 저장소 localStorage에서 CacheStorage로 변경 #3
9d68a5e
Merge pull request #4 from wanted-10th-team4/refactor/#3
e51c20b
No branches or pull requests
✨ 리팩토링 대상
api 호출 최소화를 위한 단어 캐싱에 localStorage 대신 CacheStorage 사용
📢 리팩토링 이유
CacheStorage는 비동기 방식으로 localStorage에 비해 부하가 적고, 사용할 수 있는 용량이 많아 변경하기로 하였습니다.
📕 래퍼런스
The text was updated successfully, but these errors were encountered: