suggest_alternatives
Find alternative solutions for CSS/JS features not supported in Chrome 37 by providing actionable remediation steps and polyfill recommendations.
Instructions
Get alternative solutions for features not supported in Chrome 37
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| feature | Yes | The caniuse feature name to get alternatives for | 
Input Schema (JSON Schema)
{
  "properties": {
    "feature": {
      "description": "The caniuse feature name to get alternatives for",
      "type": "string"
    }
  },
  "required": [
    "feature"
  ],
  "type": "object"
}