Quantcast
Channel: Updates
Browsing all 599 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

DevTools Digest, August 2016

Hi, I’m Kayce, technical writer for DevTools, here to tell you about the latest happenings in DevTools land. The Resources panel is now the Application panel As of Chrome 52, the Resources panel is no...

View Article


Image may be NSFW.
Clik here to view.

API Deprecations and Removals in Chrome 53

In nearly every version of Chrome, we see a significant number of updates and improvements to the product, its performance, and also capabilities of the Web Platform. This article describes the...

View Article


Image may be NSFW.
Clik here to view.

Web Animations API hits cross-browser milestone

The Web Animations API is part of a new web standard, currently under development by browser engineers from Mozilla and Google. Chrome 36 implemented the element.animate() method from the Web...

View Article

Image may be NSFW.
Clik here to view.

Access USB devices on the Web

If I said plain and simple “USB”, there is a good chance that you will immediately think of keyboards, mice, audio, video and storage devices. You’re right but you’ll find other kinds of Universal...

View Article

Image may be NSFW.
Clik here to view.

Intervening against document.write()

Have you recently seen a warning like the following in your Developer Console in Chrome and wondered what it was? (index):34 A Parser-blocking, cross-origin script,...

View Article


Image may be NSFW.
Clik here to view.

BroadcastChannel API: a message bus for the web

The BroadcastChannel API allows same-origin scripts to send messages to other browsing contexts. It can be thought of as a simple message bus that allows pub/sub semantics between windows/tabs,...

View Article

Image may be NSFW.
Clik here to view.

Options of a PushSubscription

When a pushsubscriptionchange event occurs, it’s an opportunity for a developer to re-subscribe the user for push. One of the pain points of this is that to re-subscribe a user, the developer has to...

View Article

Image may be NSFW.
Clik here to view.

DevTools Digest, September 2016: Perf Roundup

Hallo! It’s Kayce again, tech writer for DevTools. For this DevTools Digest I thought I’d switch it up a little and do a roundup of some perf tooling improvements in DevTools over the last few Chrome...

View Article


Image may be NSFW.
Clik here to view.

CacheQueryOptions arrive in Chrome 54

If you use the Cache Storage API, either within a service worker or directly from web apps via window.caches, there’s some good news: starting in Chrome 54, the full set of CacheQueryOptions is...

View Article


Image may be NSFW.
Clik here to view.

Cross-origin Service Workers: Experimenting with Foreign Fetch

Contents Background Prerequisites Using Foreign Fetch Client considerations Learn more Stay up to date Background Service workers give web developers the ability to respond to network requests made by...

View Article

Image may be NSFW.
Clik here to view.

API Deprecations and Removals in Chrome 54

In nearly every version of Chrome, we see a significant number of updates and improvements to the product, its performance, and also capabilities of the Web Platform. This article describes the...

View Article

Image may be NSFW.
Clik here to view.

Re-rastering Composited Layers on Scale Change

TL;DR Starting in Chrome 53, all content is re-rastered when its transform scale changes, if it does not have the will-change: transform CSS property. In other words, will-change: transform means...

View Article

Image may be NSFW.
Clik here to view.

Updates to developers.google.com/web

Updates to developers.google.com/web We launched WebFundamentals two years ago to help ensure that developers had the latest guidance on how to build great sites and apps that worked well desktop, but...

View Article


Image may be NSFW.
Clik here to view.

Intervening against document.write()

Intervening against document.write() Have you recently seen a warning like the following in your Developer Console in Chrome and wondered what it was? (index):34 A Parser-blocking, cross-origin...

View Article

Image may be NSFW.
Clik here to view.

BroadcastChannel API: A Message Bus for the Web

BroadcastChannel API: A Message Bus for the Web The BroadcastChannel API allows same-origin scripts to send messages to other browsing contexts. It can be thought of as a simple message bus that...

View Article


Image may be NSFW.
Clik here to view.

DevTools Digest, September 2016: Perf Roundup

DevTools Digest, September 2016: Perf Roundup Hallo! It's Kayce again, tech writer for DevTools. For this DevTools Digest I thought I'd switch it up a little and do a roundup of some perf tooling...

View Article

Image may be NSFW.
Clik here to view.

Options of a PushSubscription

Options of a PushSubscription When a pushsubscriptionchange event occurs, it's an opportunity for a developer to re-subscribe the user for push. One of the pain points of this is that to re-subscribe...

View Article


Image may be NSFW.
Clik here to view.

CacheQueryOptions Arrive in Chrome 54

CacheQueryOptions Arrive in Chrome 54 If you use the Cache Storage API, either within a service worker or directly from web apps via window.caches, there's some good news: starting in Chrome 54, the...

View Article

Image may be NSFW.
Clik here to view.

Cross-origin Service Workers: Experimenting with Foreign Fetch

Cross-origin Service Workers: Experimenting with Foreign Fetch Background Service workers give web developers the ability to respond to network requests made by their web applications, allowing them...

View Article

Image may be NSFW.
Clik here to view.

ResizeObserver: It’s Like document.onresize for Elements

ResizeObserver: It’s Like document.onresize for Elements After MutationObserver, PerformanceObserver and IntersectionObserver, we have another observer for your collection! ResizeObserver allows you...

View Article
Browsing all 599 articles
Browse latest View live