|
5 | 5 | "__compat": {
|
6 | 6 | "description": "<code>import.meta</code>",
|
7 | 7 | "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/import.meta",
|
8 |
| - "spec_url": [ |
9 |
| - "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ImportMeta", |
10 |
| - "https://html.spec.whatwg.org/multipage/webappapis.html#hostgetimportmetaproperties" |
11 |
| - ], |
| 8 | + "spec_url": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ImportMeta", |
12 | 9 | "support": {
|
13 | 10 | "chrome": {
|
14 | 11 | "version_added": "64"
|
|
51 | 48 | "__compat": {
|
52 | 49 | "description": "<code>import.meta.resolve</code>",
|
53 | 50 | "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/import.meta/resolve",
|
54 |
| - "spec_url": "https://html.spec.whatwg.org/multipage/webappapis.html#hostgetimportmetaproperties", |
| 51 | + "spec_url": "https://html.spec.whatwg.org/multipage/webappapis.html#import-meta-resolve", |
55 | 52 | "support": {
|
56 | 53 | "chrome": {
|
57 | 54 | "version_added": "105"
|
|
68 | 65 | "ie": {
|
69 | 66 | "version_added": false
|
70 | 67 | },
|
71 |
| - "nodejs": { |
72 |
| - "version_added": "20.6.0", |
73 |
| - "notes": "Returns a URL object instead of a string." |
74 |
| - }, |
| 68 | + "nodejs": [ |
| 69 | + { |
| 70 | + "version_added": "20.8.0" |
| 71 | + }, |
| 72 | + { |
| 73 | + "version_added": "20.6.0", |
| 74 | + "version_removed": "20.8.0", |
| 75 | + "partial_implementation": true, |
| 76 | + "notes": "Returns a <code>URL</code> object instead of a string." |
| 77 | + }, |
| 78 | + { |
| 79 | + "version_added": "18.19.0", |
| 80 | + "version_removed": "19.0.0" |
| 81 | + } |
| 82 | + ], |
75 | 83 | "oculus": "mirror",
|
76 | 84 | "opera": "mirror",
|
77 | 85 | "opera_android": "mirror",
|
|
0 commit comments