aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/api/runtime/onstartup/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/runtime/onstartup/index.html')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/onstartup/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/onstartup/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/onstartup/index.html
index 5175b3cb23..039bb149a4 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/onstartup/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/onstartup/index.html
@@ -19,7 +19,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/onStartup
<h2 id="syntax">Syntaxe</h2>
-<pre class="syntaxbox brush:js">browser.runtime.onStartup.addListener(listener)
+<pre class="brush: js">browser.runtime.onStartup.addListener(listener)
browser.runtime.onStartup.removeListener(listener)
browser.runtime.onStartup.hasListener(listener)
</pre>
@@ -56,8 +56,8 @@ browser.runtime.onStartup.hasListener(listener)
browser.runtime.onStartup.addListener(handleStartup);</pre>
-<div class="notecard note">
- <p><b>Remerciements :</b></p>
+<div class="note">
+ <p><strong>Note :</strong></p>
<p>Cette API est basée sur l'API Chromium <a href="https://developer.chrome.com/extensions/runtime#event-onConnect"><code>chrome.runtime</code></a>. Cette documentation est dérivée de <a href="https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/runtime.json"><code>runtime.json</code></a> dans le code de Chromium code.</p>
<p>Les données de compatibilité relatives à Microsoft Edge sont fournies par Microsoft Corporation et incluses ici sous la licence Creative Commons Attribution 3.0 pour les États-Unis.</p>
</div>