Skip to content

Commit

Permalink
doc: mark util.inherits as legacy
Browse files Browse the repository at this point in the history
PR-URL: nodejs#38896
Refs: nodejs#38893
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Zijian Liu <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: Zeyu Yang <[email protected]>
  • Loading branch information
VoltrexKeyva authored and aduh95 committed Jun 9, 2021
1 parent ff09d6d commit 7ce9592
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,8 @@ changes:
description: The `constructor` parameter can refer to an ES6 class now.
-->

> Stability: 3 - Legacy: Use ES2015 class syntax and `extends` keyword instead.
* `constructor` {Function}
* `superConstructor` {Function}

Expand Down

0 comments on commit 7ce9592

Please sign in to comment.