Download for Windows Premium
-50% Premium
Publiciteit
scripts async

Examples with "scripts async" and their translation in Engels

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.
L'ordre de déclaration des scripts async n'est pas préservé: les scripts sont exécutés dès qu'ils sont disponibles.
The declaration order of the async scripts is not preserved: the scripts will be executed as soon as they are available.

Andere resultaten

Les scripts sans attribut async ou defer sont chargés et exécutés immédiatement avant que la navigateur continue l'analyse de la page.
Scripts without async or defer attributes, as well as inline scripts, are fetched and executed immediately, before the browser continues to parse the page.
Afin d'expliquer au navigateur que le script peut être chargé sans attendre la construction du CSSOM, vous devez ajouter l'attribut async au script.
In order to explain to the browser that the script can be loaded without waiting for the CSSOM to be built, you must add the async attribute to the script.
Pour obtenir un effet similaire avec les scripts insérés de façon dynamique, on utilisera explicitement async=false.
To achieve a similar effect for dynamically inserted scripts use 'async=false' instead.
Si l'attribut async est présent, alors le script est récupéré aussitôt que possible, puis exécuté.
If the async attribute is present, then the script is fetched as soon as possible, then executed.
Les scripts externes avec l'attribut "defer" et/ou "async" ont également été exécutés à ce stade.
External scripts with a "defer" and/or "async" attribute have also been executed at this stage.
Utiliser l'attribut' "async" pour charger le JavaScript afin de rendre l'ensemble du chargement du script et son exécution asynchrone.
Use the "async" attribute to load JavaScript to make the entire script loading and executing asynchronous.
Mais attention: un script, même avec un attribut async, est toujours considéré comme une ressource de la page.
But be careful: a script, even with an async attribute, is always considered as a page resource.
Ce phénomène est aussi renforcé par le fait que les temps de réponse serveur et de connexion sont de plus en plus courts, mais ce n'est pas une raison pour multiplier sans limite les scripts en utilisant un attribut async.
This phenomenon has also been exacerbated by the fact that server response and connection times are progressively improving, yet this is no reason to use an async attribute to increase the number of scripts ad infinitum.
En définissant l'attribut async sur un élément <script>, le script ne bloquera pas le chargement ou l'affichage du reste de la page.
By setting the async attribute on a script element, the script will not block loading or display of the rest of the page.
L'analyse peut continuer lorsqu'un fichier CSS est rencontré, mais les balises<script>, en particulier celles sans attribut async ou defer, bloquent le rendu et interrompent l'analyse du code HTML.
Parsing can continue when a CSS file is encountered, but<script>tags-particularly those without an async or defer attribute-blocks rendering, and pauses parsing of HTML.
La grande différence entre les deux est que defer garantit que les scripts sont téléchargés et appliqués à la page Web dans l'ordre dans lequel ils apparaissent dans le document HTML, contrairement à async.
The big difference between the two is that defer ensures that scripts are downloaded and applied to the webpage in the order they appear in the HTML document, while async does not.
HTML 5 a définit un attribut async qui fait que l'exécution des scripts est désolidarisée de l'affichage de la page.
HTML 5 has defined an async attribute that makes the execution of scripts is disconnected from the display of the page.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor scripts async in het Frans

Publiciteit

Resultaten: 17. Exact: 1. Verstreken tijd: 77 ms.