FORGE. File

new File()

File object description.
Used in FORGE.Loader
Source:

Members

data :Object|string

The file data.
Type:
  • Object | string
Source:

error :string

The error text of the file.
Type:
  • string
Source:

key :string

The key of the file.
Type:
  • string
Source:

loaded :boolean

File is loaded?
Type:
  • boolean
Source:

loading :boolean

The loading satatus of the file.
Type:
  • boolean
Source:

type :string

The type of the file.
Type:
  • string
Source:

url :string

The url of the file.
Type:
  • string
Source:

xhr :Object

The XMLHttpRequest response.
Type:
  • Object
Source:

FORGE. File

Members