• M
    Fix test that reads "Date" header on IE · eea85685
    Mislav Marohnić 提交于
    IE caches xhr responses pretty aggressively and after restoring the
    previous response from cache, it blanks out the "Date" header (probably
    by design). The solution for this test is to use a cache-busting query
    parameter.
    eea85685
test.js 5.3 KB