Check Browser/Runtime Compatibility
gt_compatCheck compatibility of web APIs, CSS features, and JavaScript syntax across browsers and runtimes using live data from MDN and caniuse.com.
Instructions
Check browser, Node.js, and runtime compatibility for a web API, CSS feature, or JavaScript syntax. Fetches live data from MDN Web Docs and caniuse.com.
Use this when the question is specifically about which browsers or runtimes support a feature (e.g. "does Safari support container queries?", "which Node.js version added Array.at()"). Takes a feature string — not a library name. For general library docs or best practices, use gt_get_docs or gt_best_practices instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature | Yes | Feature to check: 'CSS container queries', 'Array.at()', 'fetch() browser support', 'WebAssembly' | |
| environments | No | Environments to focus on, e.g. ['chrome', 'firefox', 'safari', 'node', 'deno'] | |
| tokens | No | Max tokens for content |