Upgrade to Pro — share decks privately, control downloads, hide ads and more …

[this.javascript] State of Chrome

Paul Kinlan
November 14, 2017

[this.javascript] State of Chrome

The rest of the presentation that I didn't get too :)

Paul Kinlan

November 14, 2017
Tweet

More Decks by Paul Kinlan

Other Decks in Programming

Transcript

  1. 97% 150% Increase in engagement for Add to Home Screen

    users Overall increase in 
 conversions
  2. self.addEventListener('fetch', event => {
 event.respondWith(
 caches.open('my-cache').then(cache => {
 return cache.match(event.request).then(cacheResponse

    => {
 const fetchPromise = fetch(event.request).then(response => {
 cache.put(event.request, response.clone());
 return response;
 })
 return cacheResponse || fetchPromise;
 });
 })
 );
 });
  3. 5s

  4. % of Pages Loaded via HTTPS in Chrome 10% 20%

    30% 40% 50% 60% 70% March 2015 October 2017 Android Windows
  5. Web Share Web Bluetooth Add to Home screen Background Download

    Web Authentication Shape Detection Web USB Presentation API Generic Sensor API Payment Handler Web NFC Share Target