It appears that fetch()/xhr loaded resources don't get added to Blink's MemoryCache, and thus any later request for the same resource only yields an http cache hit and not an in-memory hit. Is this expected behavior?
↧
It appears that fetch()/xhr loaded resources don't get added to Blink's MemoryCache, and thus any later request for the same resource only yields an http cache hit and not an in-memory hit. Is this expected behavior?