Last Updated: February 25, 2016
·
805
· unel

XHR.status === 0 if result loaded from cache

if you get xhr request to some data, that cached, check readyState for 4 and status for 0, not for 200

(checked in chrome 27)