Default do-nothing handler for onloadend in CrossOrigin.ajax

This commit is contained in:
ccd0 2019-03-24 06:27:58 -07:00
parent 2c4b77e8d7
commit e37b73a783

View File

@ -83,6 +83,7 @@ CrossOrigin =
@responseHeaders[key] = val
(@responseHeaders or {})[headerName.toLowerCase()] ? null
abort: ->
onloadend: ->
# Attempts to fetch `url` in JSON format using cross-origin privileges, if available.
# Interface is a subset of that of $.ajax.