From ec187b4180c580b2a95a45eba2f036eedb62f8cc Mon Sep 17 00:00:00 2001 From: Jean-Yves Perrier Date: Mon, 16 May 2022 07:24:07 +0200 Subject: [PATCH] Replace non-existent {{compat}} with standard text (#16066) --- files/en-us/web/api/deprecationreportbody/sourcefile/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/deprecationreportbody/sourcefile/index.md b/files/en-us/web/api/deprecationreportbody/sourcefile/index.md index f0c1d446312df5b..5faaf6bde166ef4 100644 --- a/files/en-us/web/api/deprecationreportbody/sourcefile/index.md +++ b/files/en-us/web/api/deprecationreportbody/sourcefile/index.md @@ -43,4 +43,4 @@ let observer = new ReportingObserver(function(reports, observer) { ## Browser compatibility -{{Compat}} +This feature is not yet available by default in any released browser. It can be activated in Firefox by setting `dom_reporting_enabled` to `true` and in Chrome if you [enable this experimental feature](https://web.dev/reporting-api/#use-devtools).