Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Loop guide using deprecated util.inherits function #42324

Closed
louwers opened this issue Mar 13, 2022 · 1 comment
Closed

Event Loop guide using deprecated util.inherits function #42324

louwers opened this issue Mar 13, 2022 · 1 comment
Labels
doc Issues and PRs related to the documentations.

Comments

@louwers
Copy link
Contributor

louwers commented Mar 13, 2022

Affected URL(s)

https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick

Description of the problem

On the bottom of this help page, util.inherits is used.

This function is deprecated. I think the docs should set an example and not use deprecated functionality! The example should be updated with class based syntax.

@louwers louwers added the doc Issues and PRs related to the documentations. label Mar 13, 2022
@louwers
Copy link
Contributor Author

louwers commented Mar 13, 2022

I created a pull request here: nodejs/nodejs.org#4483

@louwers louwers closed this as completed Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations.
Projects
None yet
Development

No branches or pull requests

1 participant