Skip to content

Commit

Permalink
Format nodejs data for Encoding API (#24989)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Nov 12, 2024
1 parent 457dde6 commit b487627
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 35 deletions.
29 changes: 6 additions & 23 deletions api/TextDecoder.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
},
{
"version_added": "8.3.0",
"version_removed": "11.0.0",
"partial_implementation": true,
"notes": "Available as a part of the <code>util</code> module."
}
Expand Down Expand Up @@ -83,17 +82,9 @@
"ie": {
"version_added": false
},
"nodejs": [
{
"version_added": "11.0.0"
},
{
"version_added": "8.3.0",
"version_removed": "11.0.0",
"partial_implementation": true,
"notes": "Available as a part of the <code>util</code> module."
}
],
"nodejs": {
"version_added": "8.3.0"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down Expand Up @@ -180,17 +171,9 @@
"ie": {
"version_added": false
},
"nodejs": [
{
"version_added": "11.0.0"
},
{
"version_added": "8.3.0",
"version_removed": "11.0.0",
"partial_implementation": true,
"notes": "Available as a part of the <code>util</code> module."
}
],
"nodejs": {
"version_added": "8.3.0"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down
15 changes: 3 additions & 12 deletions api/TextEncoder.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
},
{
"version_added": "8.3.0",
"version_removed": "11.0.0",
"partial_implementation": true,
"notes": "Available as a part of the <code>util</code> module."
}
Expand Down Expand Up @@ -69,17 +68,9 @@
"ie": {
"version_added": false
},
"nodejs": [
{
"version_added": "11.0.0"
},
{
"version_added": "8.3.0",
"version_removed": "11.0.0",
"partial_implementation": true,
"notes": "Available as a part of the <code>util</code> module."
}
],
"nodejs": {
"version_added": "8.3.0"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down

0 comments on commit b487627

Please sign in to comment.