The client-server API allows clients to send messages, control rooms and synchronise conversation history. It is designed to support both lightweight clients which store no state and lazy-load data from the server as required - as well as heavyweight clients which maintain a full local persistent copy of server state. API Standards These standards only apply to the APIs defined in the Matrix specification. APIs used by this specification but defined in other specifications, like the OAuth 2.0...| Matrix Specification
Braveは、アンリンカブル・バウンシングと呼ばれる強力なプライバシー保護機能を実装します。この機能は、(可能性があるものも含めて)プライバシーを侵害するWebサイトを訪問しようとしたときに、そのルートを回避し、代わりに一時的なブラウザストレージを経由してWebサイトを訪れることによってプライバシーを保護します。| Brave
storage-form is a Web Component to allow regular form elements to interact with the browsers local storage. This can be really useful when building websites or small applications that need to be able to store data for later use, such as website viewing preferences (also known as light/dark mode).| darn.es
The expectation When you log into an application, you have the expectation that the next time you open a new tab or window in the browser…| www.taniarascia.com
A new generation of collaborative software that allows users to retain ownership of their data.| www.inkandswitch.com
The web program manifesto| incoherency.co.uk
The client-server API allows clients to send messages, control rooms and synchronise conversation history. It is designed to support both lightweight clients which store no state and lazy-load data from the server as required - as well as heavyweight clients which maintain a full local persistent copy of server state. API Standards The mandatory baseline for client-server communication in Matrix is exchanging JSON objects over HTTP APIs. More efficient transports may be specified in future as...| Matrix Specification
If you want to change how PostHog stores this information, you can do so with the persistence configuration option: persistence: "localStorage…| posthog.com
Home of the Matrix specification for decentralised communication| Matrix Specification
Cache and restore cookies, localStorage, and sessionStorage in order to recreate a consistent browser context between tests in Cypress.| docs.cypress.io
Or how to write on disk efficiently in the browser or any other device.| jdrouet
The client-server API allows clients to send messages, control rooms and synchronise conversation history. It is designed to support both lightweight clients which store no state and lazy-load data from the server as required - as well as heavyweight clients which maintain a full local persistent copy of server state. API Standards The mandatory baseline for client-server communication in Matrix is exchanging JSON objects over HTTP APIs. More efficient transports may be specified in future as...| Matrix Specification
While there’s no truly native way to build a light/dark color scheme switcher yet, we all try our best to build something that comes close. Some native HTML options are often overlooked in favor of hacky solutions. Let’s make them well-known and widely used while we wait for the proper built-in one.| pepelsbey.dev
An overview of how I created AnimalRights.fyi, a custom news aggregator.| jamieonkeys
Brave is shipping a new, powerful privacy-protecting feature called Unlinkable Bouncing. This feature protects your privacy by noticing when you're about to visit a privacy harming site, and instead routes that visit through a new, temporary browser storage.| Brave
Note: This doc refers to our posthog-js library for use on the browser. For server-side JavaScript, see our Node SDK . Installation Track across…| posthog.com
Learn how to run, configure and integrate CKBox with your website, as well as how to integrate it with CKEditor. API reference and examples included.| ckeditor.com
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
The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much more intuitive fashion than using cookies.| MDN Web Docs
On February 2, 2024, I declared bankruptcy on an open-source project of mine: redux-persist-transform-encrypt.| maxdeviant.com
HTML| html.spec.whatwg.org
Forgetful Browsingは、一般的なブラウザ拡張機能やプライベートモードに似ていますが、それよりも強力で安全です。これは、Braveが一般的なブラウザの中で最も強力なプライバシー機能を提供する新たな例になります。| Brave
It might take a couple of weeks to get productive, but one person using Elixir can achieve what 3-5 engineers can with other tools.| RisingStack Engineering
The client-server API allows clients to send messages, control rooms and synchronise conversation history. It is designed to support both lightweight clients which store no state and lazy-load data from the server as required - as well as heavyweight clients which maintain a full local persistent copy of server state. API Standards The mandatory baseline for client-server communication in Matrix is exchanging JSON objects over HTTP APIs. More efficient transports may be specified in future as...| Matrix Specification
Happy Holidays and a Happy New Year 2020 readers!| Jack Hacks
The read-only sessionStorage property accesses a session Storage object for the current origin. sessionStorage is similar to localStorage; the difference is that while data in localStorage doesn't expire, data in sessionStorage is cleared when the page session ends.| MDN Web Docs
Home of the Matrix specification for decentralised communication| Matrix Specification
Learn how to build The Ultimate Theme Toggle for your website using JavaScript, CSS custom properties, local storage and system settings. No framework required!| whitep4nth3r.com
A common question when building a SPA is: where do I store my session tokens? I’ll talk through the main options and the pros/cons of each| ropnop blog
Why do we need to talk about robust JavaScript and how do we achieve it?| molily.de
Everything you need to know to setup Dark Mode for your site.| victorzhou.com
We recently launched Quack, a simple utility for you to share a beautifully rendered version of any Markdown text. This software is completely front-end based, and for me personally it was a bit of a challenging puzzle to implement. Thankfully we have genius hackers like Arun here at Good Enough!| Good Enough
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
I will walk you through my decision process in a pet project and provide some retrospective.| blog.6nok.org