Skip to content

Instantly share code, notes, and snippets.

@retrofox
Created January 30, 2012 19:18
Show Gist options
  • Save retrofox/1706100 to your computer and use it in GitHub Desktop.
Save retrofox/1706100 to your computer and use it in GitHub Desktop.
XMLHttpRequestProgressEvent
bubbles: false
cancelBubble: false
cancelable: true
clipboardData: undefined
currentTarget: XMLHttpRequest
defaultPrevented: false
eventPhase: 2
lengthComputable: false
loaded: 0
position: 0
returnValue: true
srcElement: XMLHttpRequest
target: XMLHttpRequest
timeStamp: 1327950656615
total: 0
totalSize: 0
type: "readystatechange"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment