UploadData

@native @JSType
trait UploadData extends Object

Contains data uploaded in a URL request.

Since

Chrome 23.

class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Abstract fields

val bytes: UndefOr[ArrayBuffer]

Optional. An ArrayBuffer with a copy of the data.

Optional. An ArrayBuffer with a copy of the data.

val file: UndefOr[String]

Optional. A string with the file's path and name.

Optional. A string with the file's path and name.