diff options
Diffstat (limited to 'files/fr/web/api/idbdatabase/objectstorenames/index.html')
| -rw-r--r-- | files/fr/web/api/idbdatabase/objectstorenames/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/files/fr/web/api/idbdatabase/objectstorenames/index.html b/files/fr/web/api/idbdatabase/objectstorenames/index.html index 95de1826a2..f9263bdf33 100644 --- a/files/fr/web/api/idbdatabase/objectstorenames/index.html +++ b/files/fr/web/api/idbdatabase/objectstorenames/index.html @@ -45,7 +45,9 @@ DBOpenRequest.onsuccess = function(event) { console.log(db.objectStoreNames); };</pre> -<p class="note">Pour un exemple fonctionnel complet, voir notre application de démo <a href="https://github.com/mdn/to-do-notifications/">To-do Notifications</a> (<a href="https://mdn.github.io/to-do-notifications/">l'exemple <em>live</em></a>).</p> +<div class="note"> + <p><strong>Note :</strong>Pour un exemple fonctionnel complet, voir notre application de démo <a href="https://github.com/mdn/to-do-notifications/">To-do Notifications</a> (<a href="https://mdn.github.io/to-do-notifications/">l'exemple <em>live</em></a>).</p> +</div> <h2 id="Spécifications">Spécifications</h2> |
