Metadados
Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
A interface de Metadados
é utilizada por API Entradas de Diretoria e Ficheiro para conter a informação sobre a entrada do sistema de ficheiros. Estes metadados incluem o tamanho do ficheiro e a data e hora da modificação.
Esta interface não está disponível através do escopo global; em vez disso, pode obter um objeto Metadata
descrevendo uma FileSystemEntry
utilizando o método FileSystemEntry.getMetadata()
.
Propriedades
modificationTime
Read only- A
Date
object indicating the date and time the entry was modified.
size
Read only- A 64-bit unsigned integer indicating the size of the entry in bytes.
Especificações
Especificação | Estado | Comentário |
---|---|---|
File and Directory Entries API | Draft | Draft of proposed API |
Esta API não é uma especificação oficial de W3C ou WHATWG.
Compatibilidade de navegador
Funcionalidade | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Suporte básico | 13 webkit | No support | No support | No support | No support |
Funcionalidade | Android | Chrome para Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Suporte básico | No support | 0.16 webkit | No support | No support | No support | No support |