aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/filerequest/lockedfile/index.html
blob: 18a3138b9c5270b7d8251c942a23b58c0cb55a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: FileRequest.lockedFile
slug: Web/API/FileRequest/lockedFile
tags:
  - API
  - DOM
  - Fichier
  - Propriétés
translation_of: Web/API/FileRequest/lockedFile
---
<p>{{APIRef("File System API")}} {{non-standard_header}}</p>

<h2 id="Résumé">Résumé</h2>

<p>La propriété <code>lockedFile</code> représente l'objet {{domxref("LockedFile")}} à partir duquel la requête a été lancée.</p>

<h2 id="Syntaxe">Syntaxe</h2>

<pre class="syntaxbox">var lockedFile = <em>instanceOfFileRequest</em>.lockedFile
</pre>

<h2 id="Valeur">Valeur</h2>

<p>Un objet {{domxref("LockedFile")}}.</p>

<h2 id="Spécifications">Spécifications</h2>

<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>

<h2 id="Voir_aussi">Voir aussi</h2>

<ul>
 <li>{{domxref("FileRequest")}}</li>
 <li>{{domxref("LockedFile")}}</li>
</ul>