Backbone.Fetch icon indicating copy to clipboard operation
Backbone.Fetch copied to clipboard

fix: add head, 204 parser handling

Open skeggse opened this issue 4 years ago • 0 comments

This behavior improves jquery compatibility. In particular, this means that a 204 response with default params won't raise a SyntaxError.

See https://github.com/jquery/jquery/blob/df6858df2ed3fc5c424591a5e09b900eb4ce0417/src/ajax.js#L762-L780

skeggse avatar Sep 03 '20 23:09 skeggse