@mdn/browser-compat-data 5.5.42 → 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.
Files changed (3) hide show
  1. package/data.json +1 -1
  2. package/package.json +1 -1
  3. package/types.d.ts +1 -1
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "types": "require.d.ts",
20
20
  "name": "@mdn/browser-compat-data",
21
- "version": "5.5.42",
21
+ "version": "5.5.44",
22
22
  "description": "Browser compatibility data provided by MDN Web Docs",
23
23
  "repository": {
24
24
  "type": "git",
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 whether this functionality is intended to be an addition to the Web platform. Set to false, it means the functionality is mature, and no significant incompatible changes are expected in the future.
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
  /**