Skip to content

Commit

Permalink
Add TextDecoder and TextEncoder node compatibility info
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Dec 21, 2018
1 parent 247e27d commit c5f7c5c
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
34 changes: 34 additions & 0 deletions api/TextDecoder.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@
"ie": {
"version_added": false
},
"nodejs": [
{
"version_added": "11.0.0"
},
{
"version_added": "8.3.0",
"partial_implementation": true,
"notes": "Exported from the <code>util</code> module but not globally available."
}
],
"opera": {
"version_added": "25"
},
Expand Down Expand Up @@ -89,6 +99,9 @@
"ie": {
"version_added": false
},
"nodejs": {
"version_added": null
},
"opera": {
"version_added": "25"
},
Expand Down Expand Up @@ -155,6 +168,15 @@
"ie": {
"version_added": false
},
"nodejs": [
{
"version_added": "11.0.0"
},
{
"version_added": "8.3.0",
"notes": "Exported from the <code>util</code> module but not globally available."
}
],
"opera": {
"version_added": "25"
},
Expand Down Expand Up @@ -220,6 +242,9 @@
"ie": {
"version_added": false
},
"nodejs": {
"version_added": "8.3.0"
},
"opera": {
"version_added": "25"
},
Expand Down Expand Up @@ -285,6 +310,9 @@
"ie": {
"version_added": false
},
"nodejs": {
"version_added": "8.3.0"
},
"opera": {
"version_added": "25"
},
Expand Down Expand Up @@ -336,6 +364,9 @@
"ie": {
"version_added": null
},
"nodejs": {
"version_added": "8.3.0"
},
"opera": {
"version_added": null
},
Expand Down Expand Up @@ -387,6 +418,9 @@
"ie": {
"version_added": null
},
"nodejs": {
"version_added": "8.3.0"
},
"opera": {
"version_added": null
},
Expand Down
28 changes: 28 additions & 0 deletions api/TextEncoder.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
"ie": {
"version_added": false
},
"nodejs": [
{
"version_added": "11.0.0"
},
{
"version_added": "8.3.0",
"partial_implementation": true,
"notes": "Exported from the <code>util</code> module but not globally available."
}
],
"opera": {
"version_added": "25"
},
Expand Down Expand Up @@ -87,6 +97,9 @@
"ie": {
"version_added": false
},
"nodejs": {
"version_added": null
},
"opera": {
"version_added": "25"
},
Expand Down Expand Up @@ -181,6 +194,15 @@
"ie": {
"version_added": false
},
"nodejs": [
{
"version_added": "11.0.0"
},
{
"version_added": "8.3.0",
"notes": "Exported from the <code>util</code> module but not globally available."
}
],
"opera": {
"version_added": "25"
},
Expand Down Expand Up @@ -244,6 +266,9 @@
"ie": {
"version_added": false
},
"nodejs": {
"version_added": "8.3.0"
},
"opera": {
"version_added": "25"
},
Expand Down Expand Up @@ -307,6 +332,9 @@
"ie": {
"version_added": false
},
"nodejs": {
"version_added": "8.3.0"
},
"opera": {
"version_added": "25"
},
Expand Down
4 changes: 4 additions & 0 deletions browsers/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
"10.9.0": {
"release_date": "2018-08-16",
"release_notes": "https://nodejs.org/en/blog/release/v10.9.0/"
},
"11.0.0": {
"release_date": "2018-10-23",
"release_notes": "https://nodejs.org/en/blog/release/v11.0.0/"
}
}
}
Expand Down

0 comments on commit c5f7c5c

Please sign in to comment.