From 5d27b0c79c1043151ea678f1e2321a61f8ca5b63 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Wed, 23 Aug 2017 17:46:02 -0700 Subject: [PATCH] perf_hooks: mark as experimental --- doc/api/perf_hooks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index 7972e1edb24f43..f41caf6f53112f 100755 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -3,6 +3,8 @@ added: REPLACEME --> +> Stability: 1 - Experimental + The Performance Timing API provides an implementation of the [W3C Performance Timeline][] specification. The purpose of the API is to support collection of high resolution performance metrics.