Module

Web.File.File

#File

data File :: Type

#toBlob

#name

#lastModified

#type_

type_ :: File -> Maybe MediaType

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

#size

size :: File -> Number

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

Modules