DenoDDeno
Powered by
enozeroE
Denoβ€’3y agoβ€’
2 replies
enozero

Active Handles and Requests

I'm running into an issue with the
excel4node
excel4node
NPM library, where after new'ing a Workbook, the program just hangs, like there is an open handle or request. With Node, I could run
process._getActiveHandles()
process._getActiveHandles()
and
process._getActiveRequests()
process._getActiveRequests()
to see what is active. Is there a way to find active handles and requests with Deno?

import excel from 'npm:excel4node@1.8.2'
const workbook = new excel.Workbook()
// Deno gets hung here
import excel from 'npm:excel4node@1.8.2'
const workbook = new excel.Workbook()
// Deno gets hung here
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

FFI on windows and handles
BowTiedGnomeBBowTiedGnome / help
2y ago
How to validate types in API Requests and Responses?
PonchoPPoncho / help
3y ago
Undefined IP on requests
LasloLLaslo / help
3y ago