From d410bb7afce716c97096d93ca2a9c825dc6feaca Mon Sep 17 00:00:00 2001 From: Deepak yadav Date: Sun, 27 Oct 2024 21:01:45 +0530 Subject: [PATCH] feat:add caniuse to other/devtools --- database/other/devtools.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/other/devtools.json b/database/other/devtools.json index 75f106210..504a59abf 100644 --- a/database/other/devtools.json +++ b/database/other/devtools.json @@ -145,5 +145,12 @@ "url": "https://hackmd.io/", "category": "other", "subcategory": "devtools" + }, + { + "name": "Can I Use", + "description": "Can I use is a valuable web tool that helps developers check browser support for various web technologies, including CSS, HTML5, JavaScript, and APIs. It provides up-to-date compatibility data for different browsers and versions, helping developers ensure cross-browser functionality in their projects.", + "url": "https://caniuse.com/", + "category": "other", + "subcategory": "devtools" } ]