From e8f30ed0863b8d71293c1146b8948db81e82450e Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Sat, 7 May 2022 12:21:42 +0900 Subject: [PATCH] =?UTF-8?q?Drop=20SeeCompatTable=20macro=20from=20?= =?UTF-8?q?=E2=80=9CUsing=20the=20Permissions=20API=E2=80=9D=20(#15697)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes https://github.com/mdn/content/issues/15690 --- .../web/api/permissions_api/using_the_permissions_api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/permissions_api/using_the_permissions_api/index.md b/files/en-us/web/api/permissions_api/using_the_permissions_api/index.md index e45fe372591c9c5..8c6efce7d15e76e 100644 --- a/files/en-us/web/api/permissions_api/using_the_permissions_api/index.md +++ b/files/en-us/web/api/permissions_api/using_the_permissions_api/index.md @@ -8,7 +8,7 @@ tags: - Guide - Permissions --- -{{DefaultAPISidebar("Permissions API")}}{{SeeCompatTable}} +{{DefaultAPISidebar("Permissions API")}} This article provides a basic guide to using the W3C Permissions API, which provides a programmatic way to query the status of API permissions attributed to the current context.