Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 576 Bytes

BackboneAjaxRetryCondition.md

File metadata and controls

25 lines (13 loc) · 576 Bytes

Backbone.js Retry RequestsDocs


Backbone.js Retry Requests / BackboneAjaxRetryCondition

Type Alias: BackboneAjaxRetryCondition()

BackboneAjaxRetryCondition: (jqXHR, model?, method?) => boolean

Parameters

jqXHR: JQueryXHR

model?: Backbone.Model<any> | Backbone.Collection<any>

method?: string

Returns

boolean

Defined in

types.ts:16