Chrome Dev Summit 2020
-
December 9-10
Sessions, Live Q&A, Workshops, Office Hours & More!
Move to HTTPS
Progressive Web Apps
Load instantly
Updates
Debugging WebAssembly with modern tools
Step-by-step overview of the new debugging experience for WebAssembly in Chrome DevTools.
DevTools architecture refresh: migrating to Web Components
Web Components is a great fit for building new UI elements in DevTools. To help with the transition, we created a guide to building UI elements in DevTools to share with the wider DevTools team.
Deprecations and removals in Chrome 88
A round up of the deprecations and removals in Chrome 88 to help you plan.
The Chromium Chronicle: Restricting Target Visibility
In Chromium, it's common to find code written for one component that would be useful elsewhere, but might have hidden restrictions. For safety, limit external access to dangerous functionality by restricting target visibility.