Examples with "the AppCache" and their translation in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
A packaged app would effectively get the AppCache functionality discussed above for free, and you could remove the install functionality discussed above as well (see Self-publishing packaged apps for more information on what you'd do instead.)
Une application empaquetée obtiendrait efficacement les fonctionnalités AppCache susmentionnées gratuitement, et vous pourriez aussi supprimer la fonctionnalité d'installation expliquée ci-dessus (voir Auto-publication d'applications empaquetées pour plus d'informations sur ce que vous feriez à la place.)
When an Open Web App is installed, the AppCache manifest will be fetched and parsed, and its static assets under the CACHE header will be cached.
Quand une Open Web App est installée, le manifeste AppCache est récupéré et interprété, et les éléments statiques sous l'en-tête CACHE sont mis en cache.
Depending on your operating system, you will right-click on the APPCACHE file, select "Open With" and select either HTML5 cache manifest file or a similar software program from the installed programs on your PC.
En fonction de votre système d'exploitation, vous faites un clic droit sur le fichier APPCACHE, sélectionnez "Ouvrir avec" et sélectionnez HTML5 cache manifest file ou un logiciel similaire à partir des programmes installés sur votre PC.
(Ja) backwards compatibility, you could choose to use service workers and AppCache on the same web app to do equivalent things (if the AppCache will support doing those things, of course.)
Remarque : pour une raison de rétrocompatibilité, vous pourriez choisir d'utiliser à la fois les service workers et AppCache sur la même application web pour réaliser des choses équivalentes (si AppCache permet de les réaliser, bien entendu.)
Furthermore, if you use AppCache and SW on a page, browsers that don't support SW but do support AppCache will use that, and browsers that support both will ignore the AppCache and let SW take over.
De plus, si vous utilisez AppCache et SW sur une page, les navigateurs qui ne supportent pas SW mais supportent AppCache l'utiliseront, et les navigateurs qui supportent les deux ignoreront AppCache au profit de SW.
What happens in such a case is that browsers that don't support Service Workers will use AppCache, and those that do will ignore the AppCache and let the service worker take over.
Dans une telle situation, il y aura les navigateurs qui ne supportent pas les Service Workers et qui utiliseront alors AppCache, et ceux qui ignoreront AppCache au profit du service worker.
Andere resultaten
The previous attempt - AppCache - seemed to be a good idea because it allowed you to specify assets to cache really easily.
La tentative précédente - AppCache - semblait être une bonne idée parce qu'elle permettait de spécifier les ressources à mettre en cache de manière très simple.
Before service workers, there was one other API that gave users an offline experience on the web called AppCache.
Avant les service workers, il existait une autre API qui offrait aux utilisateurs une expérience hors connexion sur le Web. Elle s'appelait AppCache.
You can use the Application Cache (AppCache) interface to specify resources that the browser should cache and make available to offline users.
Les développeurs peuvent utiliser l'interface d'Application Cache (AppCache) pour spécifier les ressources que le navigateur devrait intégrer au cache, et de fait, les rendre accessibles aux utilisateurs.
The W3C Web Applications Working Group is now looking at the use cases that need to met by the next generation of appcache.
Le groupe de travail Web Applications du W3C regarde désormais des cas d'utilisation qui doivent être possibles avec la future génération d'appcache.
Updating manifests An app respects the normal rules for Web caching, and may optionally use advanced mechanisms for improved start-up, like the HTML5 AppCache.
Une application respecte les règles normales de cache du Web, et peut, si voulu, utiliser des mécanismes avancés pour améliorer le lancement comme HTML5 AppCache.
Appcache does have certain inconveniences; its lack of flexibility in particular.
You don't need to set an AppCache for packaged apps.
Vous n'avez pas besoin de définir un AppCache pour les applications empaquetées.