You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/en-us/web/api/metadata/index.html
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
---
16
16
<p>{{ APIRef("File System API") }}{{SeeCompatTable}}{{Non-standard_header}}</p>
17
17
18
-
<p>The <strong><code>Metadata</code></strong> interface is used by the File and Directory Entries API to contain information about a file system entry. This metadata includes the file's size and modification date and time.</p>
18
+
<p>The <strong><code>Metadata</code></strong> interface is used by the <ahref="/en-US/docs/Web/API/File_and_Directory_Entries_API">File and Directory Entries API</a> to contain information about a file system entry. This metadata includes the file's size and modification date and time.</p>
19
19
20
20
<divclass="note">
21
21
<p>This interface isn't available through the global scope; instead, you obtain a <code>Metadata</code> object describing a {{domxref("FileSystemEntry")}} using the method {{domxref("FileSystemEntry.getMetadata()")}}.</p>
0 commit comments