This page contains cllie
We have many types of client applications
Web / Browser
Mobile
API
...
CDN : to serve static assets such as HTML,CSS,JS, and media
Local storage
You can't specify expiry as built-in but you can do it as an author {“value”:””, createdAt:””}
{“value”:””, createdAt:””}
Session storage
expire when you close the tab
it can be used to save UI State
Cookies
User sessions
Authentication : Session ID or JWT
Service workers and cache API : save responses to be used offline
IndexedDB
Retry
Timeout
Web socket
HTTP pooling
Error handling
Rendering
Network bandwidth
Compressing media
Profiling
End-to-end
A/B
Automated UI Testing
Last updated 3 years ago