Contact [email protected] Explainerhttps://github.com/sohomdatta1/rt-explainer
SpecificationResourceTiming PR: https://github.com/w3c/resource-timing/pull/375 Fetch PR: https://github.com/whatwg/fetch/pull/1632 Summary The ResourceTiming API structure doesn't currently give us insight into what HTTP method was used to fetch a specific resource and/or make an API call. As a part of this feature, a field will be added to the ResourceTiming structure that will allow developers to filter resources by the method used to fetch them. Blink componentBlink>PerformanceAPIs>ResourceTiming <https://bugs.chromium.org/p/chromium/issues/list?q=component:Blink%3EPerformanceAPIs%3EResourceTiming> Motivation The addition of this field will allow for the following scenarios (per w3c/resource-timing#373): - Being able to debug and tease out specific cases where a POST request causes more overhead than a GET request and vice-versa. - Being able to segregate the performance of URLs based of the HTTP methods used to access them (for example when monitoring a REST API) Initial public proposalhttps://github.com/w3c/resource-timing/issues/373 TAG reviewNone TAG review statusPending Risks Interoperability and Compatibility None *Gecko*: No signal *WebKit*: No signal *Web developers*: No signals *Other signals*: WebView application risks Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications? None Debuggability None Is this feature fully tested by web-platform-tests <https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md> ?None yet, but WPT tests will be written alongside implementation Flag nameNone, expected to be "PerformanceResourceTimingHttpMethod" Finch feature nameNone Non-finch justificationNone Requires code in //chrome?False Tracking bughttps://bugs.chromium.org/p/chromium/issues/detail?id=1433676 Estimated milestones No milestones specified Link to entry on the Chrome Platform Status https://chromestatus.com/feature/5165031574732800 This intent message was generated by Chrome Platform Status <https://chromestatus.com/> -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAFf9UfxDqLUZdr53928EFErGxTKJpCsRwQ2y1m1iXPG%2B4Nh%3D4g%40mail.gmail.com.
