Skip to content

Commit

Permalink
api.AbortSignal.timeout - node support in 17.3.0 (#15884)
Browse files Browse the repository at this point in the history
* api.AbortSignal.timeout - node support in 17.3.0

* Update to latest node versiosn

* Apply suggestions from code review

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <vinyldarkscratch@gmail.com>

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <vinyldarkscratch@gmail.com>
  • Loading branch information
hamishwillee and queengooborg committed Apr 19, 2022
1 parent 21b4409 commit 3db2dce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/AbortSignal.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
"version_added": false
},
"nodejs": {
"version_added": false
"version_added": "17.3.0"
},
"opera": {
"version_added": false
Expand Down
16 changes: 15 additions & 1 deletion browsers/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,23 @@
"17.0.0": {
"release_date": "2021-10-19",
"release_notes": "https://nodejs.org/en/blog/release/v17.0.0/",
"status": "current",
"status": "retired",
"engine": "V8",
"engine_version": "9.5"
},
"17.2.0": {
"release_date": "2021-11-30",
"release_notes": "https://nodejs.org/en/blog/release/v17.2.0/",
"status": "retired",
"engine": "V8",
"engine_version": "9.6"
},
"17.3.0": {
"release_date": "2021-12-17",
"release_notes": "https://nodejs.org/en/blog/release/v17.3.0/",
"status": "current",
"engine": "V8",
"engine_version": "9.6"
}
}
}
Expand Down

0 comments on commit 3db2dce

Please sign in to comment.