This repository was archived by the owner on Jul 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
devtools/shared/compatibility Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ The subsets from the dataset required by the Compatibility panel are:
77* browsers: [ https://github.com/mdn/browser-compat-data/tree/master/browsers ] ( https://github.com/mdn/browser-compat-data/tree/master/browsers )
88* css.properties: [ https://github.com/mdn/browser-compat-data/tree/master/css ] ( https://github.com/mdn/browser-compat-data/tree/master/css ) .
99
10- The MDN compatibility data is available as a node package ([ @ mdn/ browser-compat-data ] ( https://www.npmjs.com/package/@ mdn/ browser-compat-data ) ).
10+ The MDN compatibility data is available as a node package ([ mdn- browser-compat-data] ( https://www.npmjs.com/package/mdn- browser-compat-data ) ).
1111The following node program is a sample of how to download ` browsers.json ` and ` css-properties.json ` using the node package.
1212
1313``` javascript
1414' use strict' ;
1515
16- const compatData = require (" @ mdn/ browser-compat-data" )
16+ const compatData = require (" mdn- browser-compat-data" );
1717const fs = require (" fs" )
1818const path = require (" path" )
1919
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments