aboutsummaryrefslogtreecommitdiff
path: root/files/fr/archive/web/javascript/extensions_microsoft/debug/msupdateasynccallbackrelation/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
commita065e04d529da1d847b5062a12c46d916408bf32 (patch)
treefe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/fr/archive/web/javascript/extensions_microsoft/debug/msupdateasynccallbackrelation/index.html
parent218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff)
downloadtranslated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/fr/archive/web/javascript/extensions_microsoft/debug/msupdateasynccallbackrelation/index.html')
-rw-r--r--files/fr/archive/web/javascript/extensions_microsoft/debug/msupdateasynccallbackrelation/index.html71
1 files changed, 0 insertions, 71 deletions
diff --git a/files/fr/archive/web/javascript/extensions_microsoft/debug/msupdateasynccallbackrelation/index.html b/files/fr/archive/web/javascript/extensions_microsoft/debug/msupdateasynccallbackrelation/index.html
deleted file mode 100644
index 64aa29e1cc..0000000000
--- a/files/fr/archive/web/javascript/extensions_microsoft/debug/msupdateasynccallbackrelation/index.html
+++ /dev/null
@@ -1,71 +0,0 @@
----
-title: Debug.msUpdateAsyncCallbackRelation
-slug: >-
- Archive/Web/JavaScript/Extensions_Microsoft/Debug/msUpdateAsyncCallbackRelation
-tags:
- - JavaScript
- - Microsoft
- - Méthode
- - Non-standard
- - Reference
-translation_of: >-
- Archive/Web/JavaScript/Microsoft_Extensions/Debug/msUpdateAsyncCallbackRelation
----
-<div>{{JSRef}}{{Non-standard_header}}</div>
-
-<p>La méthode statique <code><strong>Debug.msUpdateAsyncCallbackRelation</strong></code> met à jour l'état de la rélation entre un élément de travail synchrone et l'opération asynchrone associée.</p>
-
-<h2 id="Syntaxe">Syntaxe</h2>
-
-<pre>Debug.msUpdateAsyncCallbackRelation(relatedAsyncOperationId[, relationType])</pre>
-
-<h3 id="Paramètres">Paramètres</h3>
-
-<dl>
- <dt><code>asyncOperationId</code></dt>
- <dd>L'identifiant associé à l'opération asynchrone.</dd>
- <dt><code>relationType</code> {{optional_inline}}</dt>
- <dd>Le type de relation.</dd>
-</dl>
-
-<h3 id="Notes">Notes</h3>
-
-<p>L'élément de travail synchrone est généralement la fonction de rappel pour l'opération asynchrone. Cette fonction peut être appelée lorsqu'une opération asynchrone est interrompue, qu'une opération de jointure est utilisée ou dans d'autres cas.</p>
-
-<p>Les valeurs qui peuvent être utilisées pour <code>relationType</code> sont :</p>
-
-<ul>
- <li>
- <p><code>Debug.MS_ASYNC_CALLBACK_STATUS_ASSIGN_DELEGATE</code></p>
- </li>
- <li>
- <p><code>Debug.MS_ASYNC_CALLBACK_STATUS_JOIN</code></p>
- </li>
- <li>
- <p><code>Debug.MS_ASYNC_CALLBACK_STATUS_CHOOSEANY</code></p>
- </li>
- <li>
- <p><code>Debug.MS_ASYNC_CALLBACK_STATUS_CANCEL</code></p>
- </li>
- <li>
- <p><code>Debug.MS_ASYNC_CALLBACK_STATUS_ERROR</code></p>
- </li>
-</ul>
-
-<p>Pour plus d'informations, voir <a href="https://docs.microsoft.com/en-us/scripting/javascript/reference/debug-constants">les constantes relatives au débogage</a>.</p>
-
-<div class="note">
-<p><strong>Note : </strong>Certains outils de débogage n'affichent pas les informations envoyées au débogueur.</p>
-</div>
-
-<h2 id="Prérequis">Prérequis</h2>
-
-<p>Cette fonctionnalité est prise en charge par le mode standard d'Internet Explorer 11 et par les applications Store (Windows 8.1 et Windows Phone 8.1).<br>
- Elle n'est pas prise en charge par les modes suivants : Quirks, Internet Explorer 6 en mode standard, Internet Explorer 7 en mode standard, Internet Explorer 8 en mode standard, Internet Explorer 9 en mode standard, Internet Explorer 10 en mode standard. Elle n'est pas non plus prise en charge par Windows 8.</p>
-
-<h2 id="Voir_aussi">Voir aussi</h2>
-
-<ul>
- <li>{{jsxref("Debug")}}</li>
- <li><a href="/fr/docs/Web/JavaScript/Extensions_JavaScript_Microsoft">Les extensions JavaScript spécifiques de Microsoft</a></li>
-</ul>