Working with the new CSS Typed Object Model
CSS Typed Object Model (Typed OM) brings types, methods, and a flexible object model to working with CSS values. Shipped in Chrome 66.
Take control of your scroll - customizing pull-to-refresh and overflow effects
Introduction to the CSS overscroll-behavior property.
An event for CSS position:sticky
Using position - sticky and IntersectionObserver together to determine when elements become sticky. Apply scroll effects without scroll events!
Building a better web with Lighthouse
What's new in Lighthouse. Redesign, new best practice audits, and an online report viewer.
BroadcastChannel API - A message bus for the web
BroadcastChannel API can be used for simple pub/sub between windows, tabs, iframes, or workers.
Easy URL manipulation with URLSearchParams
TURLSearchParams trivial access and manipulation of the URL's query string
Web apps that talk - Introduction to the Speech Synthesis API
Introduction to the Web Speech API's synthesis feature.
Chrome Dev Summit - Polymer declarative, encapsulated, reusable components
Polymer is a gateway into the amazing future of Web Components. Learn more about Web Components and Polymer from the Chrome Dev Summit
Stick your landings! position - sticky lands in WebKit
Stick your landings! position - sticky lands in WebKit
Integrating input[type=file] with the Filesystem API
Integrating input[type=file] with the Filesystem API
Don't build blobs, construct them
Recent spec changes to the File API include a new constructor for Blob, which essentially makes BlobBuilder irrelevant.
Taking an entire page offline using the HTML5 FileSystem API
FileSystem API allows to programmatically store files and folder hierarchies in the local (sandboxed) filesystem and subsequently add/update/remove individual resources as necessary
HTML5 audio and the Web Audio API are BFFs
createMediaElementSource() allows you to combine HTML5 <audio> with the visualization, filter, and processing power of the Web Audio API.
Getting rid of synchronous XHRs
Heads up! The XMLHttpRequest2 spec was recently changed to prohibit sending a synchronous request when XMLHttpRequest.responseType is set.
CSS Filter Effects landing in WebKit
Adobe have been hard at work bringing this amazing technology to CSS. Specifically, I'm referring to CSS Filter Effects 1.0, which WebKit has started to implement.
Transferable objects - Lightning fast
With transferable objects, data is transferred from one context to another. It is zero-copy, which vastly improves the performance of sending data to a Worker.