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

TypeError: reqDomain.dispose is not a function #19

Open
aDu opened this issue Jul 11, 2020 · 1 comment
Open

TypeError: reqDomain.dispose is not a function #19

aDu opened this issue Jul 11, 2020 · 1 comment

Comments

@aDu
Copy link

aDu commented Jul 11, 2020

Running on localhost, connect-domain v0.5.

/Users/alandu/web-projects/ft/web/node_modules/connect-domain/lib/connect-domain.js:17
			reqDomain.dispose();
			          ^

TypeError: reqDomain.dispose is not a function
    at Domain.<anonymous> (/Users/alandu/web-projects/ft/web/node_modules/connect-domain/lib/connect-domain.js:17:14)
    at Domain.emit (events.js:315:20)
    at Domain.EventEmitter.emit (domain.js:485:12)
    at Domain._errorHandler (domain.js:253:23)
    at Object.<anonymous> (domain.js:156:29)
    at process._fatalException (internal/process/execution.js:164:29)
@fholzer
Copy link

fholzer commented Aug 19, 2023

Nodejs deprecated domain.dispose() some time ago, breaking this package. See nodejs/node-v0.x-archive@d86814a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants