You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web-features/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ It has the following properties:
79
79
-`name` (type: `string`): A plain-text human-readable name for the feature
80
80
-`description` (type: `string`): A short plain-text description of the feature
81
81
-`description_html` (type: `string`): A short HTML-formatted description of the feature
82
-
-`spec` (type: `string | string[]`): A specification URL or an array of them
82
+
-`spec` (type: `string[]`): A specification URL or an array of them
83
83
-`status`: Support status data.
84
84
It has the following properties:
85
85
@@ -91,9 +91,9 @@ It has the following properties:
91
91
Keys are one of: `"chrome"`, `"chrome_android"`, `"edge"`, `"firefox"`, `"firefox"`, `"firefox_android"`, `"safari"`, `"safari_ios"`.
92
92
Each value is a `string` containing the version number.
93
93
94
-
-`group` (optional, type: `string | string[]`): A `groups` key or an array of them
95
-
-`snapshot` (optional, type: `string | string[]`): A `snapshots` key or an array of them
96
-
-`caniuse` (optional, type: `string | string[]`): A caniuse feature ID that corresponds to the current feature, or an array of them.
94
+
-`group` (optional, type: `string[]`): A `groups` key or an array of them
95
+
-`snapshot` (optional, type: `string[]`): A `snapshots` key or an array of them
96
+
-`caniuse` (optional, type: `string[]`): A caniuse feature ID that corresponds to the current feature, or an array of them.
97
97
Use it to look up caniuse data from a package like [`caniuse-lite`](https://www.npmjs.com/package/caniuse-lite) or construct a URL to a page on caniuse.com.
98
98
-`compat_features` (optional, type: `string[]`): An array of `@mdn/browser-compat-data` feature key strings.
99
99
-`discouraged` (optional): An object indicating that web developers should avoid using the feature.
0 commit comments