You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cblp
changed the title
Использовать локальное хранилище браузера для повторных запросов к API
Использовать локальное хранилище браузера для кэширования повторных запросов к API
Jun 23, 2021
В javascript доступно storage браузера, куда можно сохранять данные из api, чтобы не парсить каждый раз одну и туже историю транзакций.
https://developer.mozilla.org/en-US/docs/Web/API/Storage
The text was updated successfully, but these errors were encountered: