Module

Web.File.File

Package
purescript-web-file
Repository
purescript-web/purescript-web-file

#File Source

data File

#toBlob Source

#lastModified Source

#type_ Source

type_ :: File -> Maybe MediaType

(Inherited from Blob) MediaType of the data contained in the Blob. Returns Nothing if the MediaType is unknown.

#size Source

size :: File -> Number

(Inherited from Blob) The size (in bytes) of the data contained in the File.