Chrome Developers - Blog
FLEDGE services for Chrome and Android
FLEDGE services for Chrome and Android
Chrome Developers
FLEDGE services for Chrome and Android - Chrome Developers
FLEDGE is a Privacy Sandbox proposal to serve remarketing and custom audience use cases, designed so it cannot be used by third parties to track user browsing behavior across sites.
Chrome Developers - Blog
Prepare for User-Agent Reduction changes in October
Prepare for User-Agent Reduction changes in October
Google for Developers
Prepare for User-Agent Reduction changes in October | Privacy Sandbox | Google for Developers
In October, Chrome will take the next step in reducing the information available in the browser's User-Agent string, to improve privacy for users. With this change, websites and services that rely on the User-Agent string for certain information may need…
Chrome Developers - Blog
DevTools Tips: How to speed up your workflow with Console shortcuts
DevTools Tips: How to speed up your workflow with Console shortcuts
Chrome Developers
DevTools Tips: How to speed up your workflow with Console shortcuts
- Chrome Developers
- Chrome Developers
Use the shortcuts provided by the Console Utilities API to quickly refer to recent elements, query objects, monitor events and function calls, and more.
2ality – JavaScript and more
Installing and running Node.js bin scripts
Installing and running Node.js bin scripts
2Ality
Installing and running Node.js bin scripts
The package.json property "bin" lets an npm package specify which shell scripts it provides (for more information, see “Creating ESM-based shell scripts for Unix and Windows with Node.js”). If we install such a package, Node.js ensures that we can access…
TypeScript
Announcing TypeScript 4.8
Announcing TypeScript 4.8
Microsoft News
Announcing TypeScript 4.8
Today we’re excited to announce the release of TypeScript 4.8! If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript and adds syntax for types. These types let you put your expectations and assumptions into your code,
Chrome Developers - Blog
Optimizing Images with the Angular Image Directive
Optimizing Images with the Angular Image Directive
Chrome Developers
Optimizing Images with the Angular Image Directive - Chrome Developers
Introducing the new Angular image directive (NgOptimizedImage) that brings built-in performance optimization techniques to images in Angular apps.
Mozilla Hacks – the Web developer blog
Merging two GitHub repositories without losing commit history
Merging two GitHub repositories without losing commit history
Mozilla Hacks – the Web developer blog
Merging two GitHub repositories without losing commit history
How do you merge two Git repositories without losing history? This post will take you through the step by step process.
Chrome Developers - Blog
New in Chrome 105
New in Chrome 105
Chrome Developers
New in Chrome 105 - Chrome Developers
Chrome 105 is rolling out now. Container queries and :has() are a match made in responsive heaven. The new Sanitizer API provides a robust processor for arbitrary strings to help reduce cross site scripting vulnerabilities. We’re taking another step towards…
Awwwards - Sites of the day
SPARQ
SPARQ
Awwwards
SPARQ - Awwwards SOTD
The Future of Car Servicing
Chrome Developers - Blog
Deprecating and removing Web SQL
Deprecating and removing Web SQL
Chrome Developers
Deprecating and removing Web SQL - Chrome Developers
Web SQL was first proposed in April 2009 and abandoned in November 2010. Gecko never implemented it and WebKit removed it in 2019. Web SQL was removed for third-party contexts in Chromium 97. Now Chromium 105 deprecates Web SQL in insecure contexts and shows…
Chrome Developers - Blog
Modern web debugging in Chrome DevTools
Modern web debugging in Chrome DevTools
Chrome for Developers
Modern web debugging in Chrome DevTools | Blog | Chrome for Developers
Take a look at some of the recent changes in Chrome DevTools which improve your debugging and profiling experience when working with bundlers, frameworks, and third party code.
Chrome Developers - Blog
Case Study: Better Angular Debugging with DevTools
Case Study: Better Angular Debugging with DevTools
Chrome Developers
Case Study: Better Angular Debugging with DevTools - Chrome Developers
Using Angular as a test pilot, the Chrome DevTools and Angular teams collaborated to offer you a better debugging experience. Other frameworks can ship similar changes.