There was an error while loading. Please reload this page.
1 parent a021909 commit 886c2bcCopy full SHA for 886c2bc
src/spine.ajax.iced
@@ -94,6 +94,7 @@ class Base
94
settings.error = rv.id('error').defer xhr, statusText, error
95
96
request = (next) ->
97
+ Ajax.pipeliner.window = if settings.type is 'GET' then Ajax.max else 1
98
xhr = new $.ajax(settings)
99
await rv.wait defer status
100
switch status
0 commit comments