Chrome 49: Custom CSS properties, background sync and save-data client hint
Key Takeaways
Explains new features in Chrome 49, including custom CSS properties and background sync
Full Transcript
[Music] Chrome 49 adds support for CSS custom properties sometimes referred to as CSS variables background sync makes it easy to reliably send data to the server even if the user leaves the page closes the browser or loses their network connection and the new save data client hint header enables you to deliver fast and light applications to users who want them these are just some of the new features for developers in Chrome 49 let's dive in and see what's new in Chrome every site has CSS files filled with repeated values colors margins padding Etc repeating these values over and over again in your CSS is not only a chore but it's also error prone if at some point one of the those values needs to be changed your best option is probably to find and replace all the things but on a project that's large enough this is dangerous Chrome now supports CSS custom properties sometimes referred to CSS variables allowing you to Define property values in the CSS without a pre-processor once defined you can use the VAR function to reference these custom properties any anywhere in the document one of the more powerful features of custom properties is the ability to define or change them wherever you want for example you could Define a variable in a media query or use JavaScript to change it you simply can't do that with a pre-processor well CSS custom properties just landed in Chrome 49 it's already available in Firefox 42 Safari 91 iOS far 993 so check it out one of the cool features of service workers is the ability to cash Pages ensuring that your page loads fast even on slow or non-existent networks but what about the case where you need to send something to the server in the past we'd probably use on before unload to prevent the user from leaving the page before we finish the send and if there was no network connection hold hopefully we'd fail gracefully but graceful is hard the new background Sync API improves Network reliability by allowing service workers to schedule a one-off sync of the user's local changes when the device next connects to the network even if the page isn't open to use background sync we need to add a sync event listener to our service worker that calls a sync method our sync method should then return a promise indicating success or failure if it fulfills the sync is complete but if it fails the browser will try again later until it successfully sends the data then to request a sync we grab the service workers registration in our app and request a sync check out this article for more details and try out emojoy a simple Emoji only Chat thing every day hundreds of millions of users rely on proxy browsers and various transcoding services to access the web and reduce their bandwidth enabling a faster browser experience but the popularity of proxy browsers and transcoding services is an indicator that we are ignoring the high user demand for fast and light applications and Pages the new save data client hint request header available in Chrome Opera and Yandex browsers enables us to deliver fast and light applications to users who have opted in to data savings mode in their browser by identifying this request header your app should respond with a lighter version for example reduce the number of image byes sent by sending fewer images or using higher compression ratios or or switch to OnDemand loading of expensive content these are just a few of the new features in Chrome 49 for developers be sure to check out the description below to get links to more details and learn about some of the other new features if you haven't already subscribe to our Chrome Developers YouTube channel to stay up to dat with the latest news I'm Pete leage and as soon as Chrome 50 is released I'll be right here to tell you what's new in Chrome home [Music]
Original Description
Chrome 49 adds support for custom CSS properties. Service workers become even more powerful with the ability reliably send data with background sync. And the new save-data client hint header enables you to deliver fast and light applications to users who want them. Pete LePage has all the details and how you can use these new developer features in Chrome 49!
CSS Custom Properties
* https://developers.google.com/web/updates/2016/02/css-variables-why-should-you-care
* https://drafts.csswg.org/css-variables/
* https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables
Background Sync
* https://developers.google.com/web/updates/2015/12/background-sync
* https://github.com/WICG/BackgroundSync/blob/master/explainer.md
Save Data Client Hint
* https://developers.google.com/web/updates/2016/02/save-data
Deprecations in Chrome 49
* https://developers.google.com/web/updates/2016/02/chrome-49-deprecations
Subscribe to the Google Developers channel here: https://goo.gl/WkxCU5
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from Chrome for Developers · Chrome for Developers · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Polymer Performance Patterns (The Polymer Summit 2015)
Chrome for Developers
Polymer Power Tools (The Polymer Summit 2015)
Chrome for Developers
Chrome Dev Summit 2014 – Chrome Case Studies
Chrome for Developers
Web Directions Code 2015 round up
Chrome for Developers
Maintainable Code - HTTP203
Chrome for Developers
iron-ajax… wat?! -- Polycasts #26
Chrome for Developers
The Guardian - Supercharged
Chrome for Developers
ES2015 (next version of JavaScript), Totally Tooling Tips (S2 Ep1)
Chrome for Developers
#AskPolymer: Rob answers all the questions ever -- Polycasts #27
Chrome for Developers
The Future of JavaScript - HTTP203
Chrome for Developers
Data Binding 101 -- Polycasts #28
Chrome for Developers
The Guardian part 2 - Supercharged
Chrome for Developers
The Future of Web Audio: with Chris Wilson and Chris Lowis
Chrome for Developers
Chrome 46: New motion-path animations, client hints and service worker improvements
Chrome for Developers
Sublime Snippets, Totally Tooling Tips (S2 Ep2)
Chrome for Developers
#AskPolymer: How do you make the show? -- Polycasts #29
Chrome for Developers
Critical Path CSS, Totally Tooling Tips (S2 Mini Tip #1)
Chrome for Developers
Binding to Objects -- Polycasts #30
Chrome for Developers
Player FM - Supercharged
Chrome for Developers
Where’s the Designer? #AskPolymer -- Polycasts #31
Chrome for Developers
Jake Beats Wikipedia - HTTP203
Chrome for Developers
Supercharged Observers! -- Polycasts #32
Chrome for Developers
Jai's Web blog - Supercharged
Chrome for Developers
Windows Command-line Tooling, Totally Tooling Tips (S2, Ep4)
Chrome for Developers
What about internationalization? #AskPolymer -- Polycasts #33
Chrome for Developers
Developing for Billions (Chrome Dev Summit 2015)
Chrome for Developers
Google+ Performance Improvement Comparison
Chrome for Developers
Deploying HTTPS: The Green Lock and Beyond (Chrome Dev Summit 2015)
Chrome for Developers
Progressive Web Apps (Chrome Dev Summit 2015)
Chrome for Developers
Instant Loading with Service Workers (Chrome Dev Summit 2015)
Chrome for Developers
Increase Engagement with Web Push Notifications (Chrome Dev Summit 2015)
Chrome for Developers
Engaging with the Real World: Web Bluetooth and Physical Web (Chrome Dev Summit 2015)
Chrome for Developers
Asking for Permission: respectful, opinionated UI (Chrome Dev Summit 2015)
Chrome for Developers
Polymer - State of the Union (Chrome Dev Summit 2015)
Chrome for Developers
Building Progressive Web Apps with Polymer (Chrome Dev Summit 2015)
Chrome for Developers
Introduction to RAIL (Chrome Dev Summit 2015)
Chrome for Developers
DevTools in 2015: Authoring to the max (Chrome Dev Summit 2015)
Chrome for Developers
RAIL in the real world (Chrome Dev Summit 2015)
Chrome for Developers
#ChromeDevSummit talks are up - W00T! -- Polycast #34
Chrome for Developers
V8 Performance from the Driver's Seat (Chrome Dev Summit 2015)
Chrome for Developers
Quantify and improve real-world RAIL (Chrome Dev Summit 2015)
Chrome for Developers
Owning your performance: RAIL (Chrome Dev Summit 2015)
Chrome for Developers
HTTP/2 101 (Chrome Dev Summit 2015)
Chrome for Developers
Leadership Panel (Chrome Dev Summit 2015)
Chrome for Developers
Build Processes, Totally Tooling Tips (S2, Ep 5)
Chrome for Developers
Accessibility (Chrome Dev Summit 2015)
Chrome for Developers
Binding to Arrays -- Polycasts #35
Chrome for Developers
HTTP2 - HTTP203
Chrome for Developers
Chrome 47: Splash Screens, requestIdleCallback and better desktop notifications (New in Chrome)
Chrome for Developers
Call For Submissions - Supercharged
Chrome for Developers
Cross Device Testing, Totally Tooling Tips (S2 Ep6)
Chrome for Developers
Testing AJAX with Web Component Tester -- Polycasts #37
Chrome for Developers
Slack: Extended Xmas Special - Supercharged
Chrome for Developers
Browser testing with Travis & Sauce Labs -- Polycasts #38
Chrome for Developers
Optimize for production with Vulcanize -- Polycasts #39
Chrome for Developers
Highlights from Chrome Dev Summit 2015
Chrome for Developers
Chrome 48: Custom buttons in notifications, DevTools Security panel, and Presentation mode
Chrome for Developers
Crisper: Protecting your Polymer app with CSP -- Polycasts #40
Chrome for Developers
How do I use Sass with Polymer? #AskPolymer -- Polycasts #41
Chrome for Developers
Colors – DevTools Tonight #0 (Pilot)
Chrome for Developers
More on: HTML & CSS
View skill →Related Reads
📰
📰
📰
📰
I Priced an AI Side Hustle. It Runs $60 a Month.
Medium · AI
AI Development: Top 5 Trends Driving Innovation
Medium · AI
SpaceX to try its luck again with Starship Flight 13 after engines and weather say no
The Register
250 Eiffel Towers' worth of waste: The AI boom's toxic hardware problem
ZDNet
🎓
Tutor Explanation
DeepCamp AI