Skip to content

Commit

Permalink
feat:add caniuse to other/devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak6204 committed Oct 27, 2024
1 parent d79b16b commit d410bb7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions database/other/devtools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit d410bb7

Please sign in to comment.