diff options
Diffstat (limited to 'files/fr/web/api/idbobjectstore/opencursor/index.html')
-rw-r--r-- | files/fr/web/api/idbobjectstore/opencursor/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/idbobjectstore/opencursor/index.html b/files/fr/web/api/idbobjectstore/opencursor/index.html index c4a99970e1..6e19a926d8 100644 --- a/files/fr/web/api/idbobjectstore/opencursor/index.html +++ b/files/fr/web/api/idbobjectstore/opencursor/index.html @@ -110,5 +110,5 @@ request.onsuccess = function(event) { <li>Définir un intervalle de clés : {{domxref("IDBKeyRange")}}</li> <li>Récupérer et modifier les données : {{domxref("IDBObjectStore")}}</li> <li>Utiliser les curseurs {{domxref("IDBCursor")}}</li> - <li>Exemple de référence : <a class="external" href="https://github.com/mdn/to-do-notifications/tree/gh-pages">To-do Notifications</a> (<a class="external" href="https://mdn.github.io/to-do-notifications/">exemple <em>live</em></a>).</li> + <li>Exemple de référence : <a href="https://github.com/mdn/to-do-notifications/tree/gh-pages">To-do Notifications</a> (<a href="https://mdn.github.io/to-do-notifications/">exemple <em>live</em></a>).</li> </ul> |