Summary: | decodedBodySize, encodedBodySize and transferSize are not populated with Timing-Allow-Origin * | ||
---|---|---|---|
Product: | WebKit | Reporter: | alehm |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | achristensen, beidson, cdumez, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 17 | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Description
alehm
2024-04-25 17:40:09 PDT
https://github.com/WebKit/WebKit/blob/main/Source/WebCore/page/PerformanceResourceTiming.cpp#L274 // This is intentionally stricter than a TAO check. // See https://github.com/w3c/server-timing/issues/89 Thank you for your response. Is there a plan to implement https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-deliverytype? Otherwise, there is no way to find out whether a particular resource was loaded from the cache or not (without explicitly using Cache API or something similar). |