Page Visibility APIThe Page Visibility API, as the name suggests, allows you to determine whether a page is currently visible to the user. More precisely, it tells you if the page can be seen on the monitor. There's no...April 24, 2023webapifrontendbrowser
Web Storage EventsWeb storage, consisting of sessionStorage and localStorage, is now very familiar. Unlike cookies, which were difficult to handle, web storage clarifies its use as client-side storage and has already b...April 18, 2023webapifrontendbrowser
Implementing Web Animations with JavaScriptThe Front-End ecosystem is becoming increasingly specialized and diverse, leading to higher complexity. This isn't surprising. I tend to reduce dependencies whenever possible, aiming to expand areas t...March 4, 2025webapifrontend