Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Artikel mit dem Schlagwort: Files

9 Dokumente gefunden.

  • Web/API/Blob Ein Blob ist eine dateiähnliche Menge unveränderlicher Roh-Daten, die nicht notwendigerweise ...
  • Web/API/Blob/size Returns the size of the file in bytes.
  • Web/API/File The File interface provides information about files and allows to access their content.
  • Web/API/File/fileName Returns the name of the file. For security reasons the path is excluded from this property.
  • Web/API/File/fileSize Returns the size of a file in bytes.
  • Web/API/File/getAsText The getAsText method provides the file's data interpreted as text using a given encoding.
  • Web/API/File/lastModifiedDate Returns the last modified date of the file. Files without a known last modified date use the ...
  • Web/API/File/name Returns the name of the file. For security reasons, the path is excluded from this property.
  • Web/API/File/type The type property of a Blob object provides the MIME type of the file. It returns an empty ...