mirror of
https://github.com/notherealmarco/vue-quic-test.git
synced 2025-05-05 12:32:34 +02:00
Ignore cached resources
This commit is contained in:
parent
cf901eea0c
commit
e2a95df3eb
1 changed files with 4 additions and 3 deletions
|
@ -28,9 +28,10 @@ onMounted(() => {
|
||||||
if (entry.nextHopProtocol !== undefined) {
|
if (entry.nextHopProtocol !== undefined) {
|
||||||
if (entry.nextHopProtocol === "h3" && entry.transferSize > 0) h3_count.value++
|
if (entry.nextHopProtocol === "h3" && entry.transferSize > 0) h3_count.value++
|
||||||
|
|
||||||
if (entry.transferSize > 0) count.value++
|
if (entry.transferSize > 0) {
|
||||||
|
count.value++
|
||||||
if (proto != "h3" && entry.nextHopProtocol !== "") proto = entry.nextHopProtocol
|
if (proto != "h3" && entry.nextHopProtocol !== "") proto = entry.nextHopProtocol
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue