Primary eng (and PM) emails
Link to “Intent to Deprecate” thread
No deprecate thread; a deprecation message was added as part of the Intent to ship unprefixed Resource Timing API.
Summary
Remove webkitClearResourceTimings(), webkitSetResourceTimingBufferSize(), and onwebkitresourcetimingbufferfull from the Performance interface, in favor of clearResourceTimings(), setResourceTimingBufferSize(), and onresourcetimingbufferfull.
Motivation
This aligns ResourceTiming with the specification and Chrome’s general desire of not using prefixed features anymore.
Compatibility Risk
Low.
The webkit-prefixed APIs have been supported since Chrome 25 (Feb 2013). It was originally implemented in WebKit, but Safari has not enabled it. Firefox, IE 10+, and Edge have only unprefixed version of the API.
Deprecation message has been around for a long time, since Chrome 46 (Oct 2015).
Usage information from UseCounter
PrefixedPerformanceClearResourceTimings: 0.006%
PrefixedPerformanceSetResourceTimingBufferSize: 0.001%
PrefixedPerformanceResourceTimingBufferFull: 0.025%
OWP launch tracking bug
Entry on the feature dashboard
LGTM1
--
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 blink-dev+unsubscribe@chromium.org.