Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 

cy_altern

@cy_altern
//
RSS: cy_altern
tous les messages de cy_altern
  • @cy_altern
    cy_altern @cy_altern CC BY-SA 23/08/2016

    How we made the RioRun progressive web app | Info | The Guardian
    ▻https://www.theguardian.com/info/developer-blog/2016/aug/19/how-we-made-the-riorun-progressive-web-app

    Un retour d’expérience sur la mise en place d’une « progressive web app » avec :
    – les problèmes de service worker : voir ▻https://gist.github.com/Rich-Harris/fd6c3c73e6e707e312d7c5d7d0f3b2f9

    document.querySelector( '.fetch-content' ).addEventListener( 'click', () => {
    window.caches.open( myCache )
    .then( cache => cache.addAll( content ) )
    .then( () => alert( 'content is now available offline' ) )
    .catch( () => alert( 'oh noes! something went wrong' ) );
    });

    – la gestion du cache (y compris un système spécifique de stockage partiel pour les fichiers sons « lourds » ~92 Mo de mp3)
    #progressive_web_apps #service_worker #cache #smartphone #web_dev

    cy_altern @cy_altern CC BY-SA
    Écrire un commentaire

thèmes

  • #cache
  • #progressive_web_apps
  • #service_worker
  • #smartphone
  • #web_dev
À propos de Seenthis Propriété intellectuelle Recommandations API