We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
text-decoding
1 parent acb1be1 commit 6a939efCopy full SHA for 6a939ef
1 file changed
manifests/native.json
@@ -1525,6 +1525,15 @@
1525
"compatKey": "javascript.builtins.Symbol.description"
1526
}
1527
},
1528
+ "TextDecoder": {
1529
+ "id": "TextDecoder",
1530
+ "type": "native",
1531
+ "webFeatureId": {
1532
+ "featureId": "text-encoding",
1533
+ "compatKey": "api.TextDecoder"
1534
+ },
1535
+ "url": {"type": "mdn", "id": "Web/API/TextDecoder"}
1536
1537
"TextEncoder.encode": {
1538
"id": "TextEncoder.encode",
1539
"type": "native",
@@ -3061,6 +3070,11 @@
3061
3070
"moduleName": "symbol.prototype.description",
3062
3071
"replacements": ["Symbol.prototype.description"]
3063
3072
3073
+ "text-decoding": {
3074
+ "type": "module",
3075
+ "moduleName": "text-decoding",
3076
+ "replacements": ["TextDecoder"]
3077
3064
3078
"through2-map": {
3065
3079
"type": "module",
3066
3080
"moduleName": "through2-map",
0 commit comments