Skip to content

Commit

Permalink
doc: mark util.inherits as legacy
Browse files Browse the repository at this point in the history
PR-URL: #38896
Refs: #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 richardlau committed Jul 19, 2021
1 parent 35132e3 commit 3ff104a
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 @@ -404,6 +404,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 3ff104a

Please sign in to comment.