This commit is contained in:
syuilo⭐️ 2017-02-03 05:14:07 +09:00 committed by GitHub
parent 5a18d4bc80
commit 318d9195c0

View file

@ -10,6 +10,10 @@ riot.mixin \net do
module.exports = (i, endpoint, data) ->
pending++
if pending == 1
spinner := document.create-element \div
..set-attribute \id \wait
document.body.append-child spinner
if i? and typeof i == \object then i = i.token
@ -36,11 +40,6 @@ module.exports = (i, endpoint, data) ->
then endpoint
else "#{CONFIG.api.url}/#{endpoint}"
if pending == 1
spinner := document.create-element \div
..set-attribute \id \wait
document.body.append-child spinner
new Promise (resolve, reject) ->
timer = set-timeout ->
net.trigger \detected-slow-network