@mdn/browser-compat-data 5.5.43 → 5.5.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data.json +1 -1
- package/package.json +1 -1
- package/types.d.ts +1 -1
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -159,7 +159,7 @@ export interface CompatStatement {
|
|
|
159
159
|
*/
|
|
160
160
|
export interface StatusBlock {
|
|
161
161
|
/**
|
|
162
|
-
* A boolean value that indicates
|
|
162
|
+
* A boolean value that indicates the general stability of this feature. This value will be true if the feature was implemented in one browser engine recently. This value will be false if the feature was implemented in multiple browser engines, or if the feature had been implemented over two years ago in any one browser engine.
|
|
163
163
|
*/
|
|
164
164
|
experimental: boolean;
|
|
165
165
|
/**
|