add comment about potential improvement to request handling
This commit is contained in:
parent
e7fe4bb1dd
commit
a428dcf54d
@ -501,6 +501,9 @@ window.MapDataRequest.prototype.handleResponse = function (data, tiles, success)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO? check for any requested tiles in 'tiles' not being mentioned in the response - and handle as if it's a 'timeout'?
|
||||||
|
|
||||||
|
|
||||||
window.runHooks('requestFinished', {success: true});
|
window.runHooks('requestFinished', {success: true});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user