wintercg / performance

The home of the performance workstream.
Other
4 stars 0 forks source link

Resource Timing #5

Open legendecas opened 2 years ago

legendecas commented 2 years ago

Resource Timing defines the interface PerformanceResourceTiming, which represents an timing measurement entry of fetched http(s) resources.

Implementation Status:

Interface Node Deno
PerformanceResourceTiming
Performance.clearResourceTiming
Performance.setResourceTimingBufferSize
legendecas commented 2 years ago

The issue for resource timing support in Deno: https://github.com/denoland/deno/issues/7829