In this article, we'll take a tour of the Cache API and discuss its usefulness to the development of progressive web applications.| LogRocket Blog
Or how to write on disk efficiently in the browser or any other device.| jdrouet
BrowserContexts provide a way to operate multiple independent browser sessions.| playwright.dev
BrowserContexts provide a way to operate multiple independent browser sessions.| playwright.dev
Object sync engines manage a rich object graph across multiple clients and a centralized server and are a great fit for building local-first apps.| stack.convex.dev
People talk about htmx as though it's saving the web from single-page apps. Well, I guess I missed the memo, because I used htmx to build a single-page app.| jakelazaroff.com
A cookie (also known as a web cookie or browser cookie) is a small piece of data a server sends to a user's web browser. The browser may store cookies, create new cookies, modify existing ones, and send them back to the same server with later requests. Cookies enable web applications to store limited amounts of data and remember state information; by default the HTTP protocol is stateless.| MDN Web Docs
This post presents “ephemeral site storage”, a new strategy for managing third-party storage in Brave, designed to improve Web compatibility, while maintaining the same level of privacy protection.| Brave
BrowserContexts provide a way to operate multiple independent browser sessions.| playwright.dev
BrowserContexts provide a way to operate multiple independent browser sessions.| playwright.dev
Forgetful Browsingは、一般的なブラウザ拡張機能やプライベートモードに似ていますが、それよりも強力で安全です。これは、Braveが一般的なブラウザの中で最も強力なプライバシー機能を提供する新たな例になります。| Brave
In this post, we have a closer look at Lovefield, a SQL database engine for the web. Written in JavaScript, the library works cross-browser and provides an easy to use SQL like API for web applications. Google develops Lovefield, and according to their documentation it is used in the products Inbox and Google Play Movies & TV. You find the source code of the library on GitHub: https://github.com/google/lovefield| golb.hplar.ch
When you create a website or web application, and you need to store information on the client because of performance reason, or because the site should work offline, you can choose between two built-in options: Web Storage and IndexedDB.| golb.hplar.ch
The tail end of 2023 welcomes positive news for web privacy, as Chrome announces it is to join Firefox and Safari in deprecating third-party cookies in 2024. Find out more details about these changes, and what they mean for web developers.| MDN Web Docs
<- Back to jlongster.com| jlongster.com
Learn why HTTP cookies are needed, how they're used on the client and server side, where they're stored, and how they impact security and privacy on the web.| www.aleksandrhovhannisyan.com
This article provides information on getting started with service workers, including basic architecture, registering a service worker, the installation and activation process for a new service worker, updating your service worker, cache control and custom responses, all in the context of an app with offline functionality.| MDN Web Docs
Forgetful Browsing is similar to, but more powerful and protective than, popular browsing extensions and private browsing modes. It's another example of Brave offering the most powerful privacy features of any popular browser.| Brave
Stop Safari from switching your Twitter timeline| lapcatsoftware.com
I will walk you through my decision process in a pet project and provide some retrospective.| blog.6nok.org
This blog post will show you how to send push notifications from a Java back end to a web browser.| golb.hplar.ch
In the previous blog post, I wrote about Dexie, an IndexedDB wrapper library that simplifies IndexedDB programming.| golb.hplar.ch