diff options
author | julieng <julien.gattelier@gmail.com> | 2021-10-02 17:20:24 +0200 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-02 17:30:20 +0200 |
commit | 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde (patch) | |
tree | 30a56efd3eff3a01bd1611e1840fdbbfacf544a4 /files/fr/web/api/filerequest/lockedfile/index.md | |
parent | c05efa8d7ae464235cf83d7c0956e42dc6974103 (diff) | |
download | translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.gz translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.bz2 translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.zip |
convert content to md
Diffstat (limited to 'files/fr/web/api/filerequest/lockedfile/index.md')
-rw-r--r-- | files/fr/web/api/filerequest/lockedfile/index.md | 42 |
1 files changed, 14 insertions, 28 deletions
diff --git a/files/fr/web/api/filerequest/lockedfile/index.md b/files/fr/web/api/filerequest/lockedfile/index.md index 18a3138b9c..43ca95f4ce 100644 --- a/files/fr/web/api/filerequest/lockedfile/index.md +++ b/files/fr/web/api/filerequest/lockedfile/index.md @@ -8,41 +8,27 @@ tags: - Propriétés translation_of: Web/API/FileRequest/lockedFile --- -<p>{{APIRef("File System API")}} {{non-standard_header}}</p> +{{APIRef("File System API")}} {{non-standard_header}} -<h2 id="Résumé">Résumé</h2> +## Résumé -<p>La propriété <code>lockedFile</code> représente l'objet {{domxref("LockedFile")}} à partir duquel la requête a été lancée.</p> +La propriété `lockedFile` représente l'objet {{domxref("LockedFile")}} à partir duquel la requête a été lancée. -<h2 id="Syntaxe">Syntaxe</h2> +## Syntaxe -<pre class="syntaxbox">var lockedFile = <em>instanceOfFileRequest</em>.lockedFile -</pre> + var lockedFile = instanceOfFileRequest.lockedFile -<h2 id="Valeur">Valeur</h2> +## Valeur -<p>Un objet {{domxref("LockedFile")}}.</p> +Un objet {{domxref("LockedFile")}}. -<h2 id="Spécifications">Spécifications</h2> +## Spécifications -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Spécification</th> - <th scope="col">Statut</th> - <th scope="col">Commentaire</th> - </tr> - <tr> - <td>{{SpecName('FileSystem')}}</td> - <td>{{Spec2('FileSystem')}}</td> - <td>Brouillon proposé.</td> - </tr> - </tbody> -</table> +| Spécification | Statut | Commentaire | +| ------------------------------------ | -------------------------------- | ------------------ | +| {{SpecName('FileSystem')}} | {{Spec2('FileSystem')}} | Brouillon proposé. | -<h2 id="Voir_aussi">Voir aussi</h2> +## Voir aussi -<ul> - <li>{{domxref("FileRequest")}}</li> - <li>{{domxref("LockedFile")}}</li> -</ul> +- {{domxref("FileRequest")}} +- {{domxref("LockedFile")}} |