Make a synchronous function asynchronous by running it in a worker
by sindresorhusJavaScript
Last 12 weeks · 3 commits
4 of 6 standards met
I import make-asynchronous on node 18.20. I import it in a .mjs file: but it immediately throws So I try to set type: module in my package.json but it isn't solving it. However, when I go into node_modules/web-worker/package.json, and set it there, the problem is fixed. Wasn't sure where to create the issue, maybe it's a web-worker issue related issues at web-worker: https://github.com/developit/web-worker/issues/44 users of make-asynchronous can work-around this issue by defining in their dependencies
Repository: sindresorhus/make-asynchronous. Description: Make a synchronous function asynchronous by running it in a worker Stars: 253, Forks: 5. Primary language: JavaScript. Languages: JavaScript (92.8%), TypeScript (7.2%). License: MIT. Latest release: v1.1.0 (1w ago). Open PRs: 0, open issues: 0. Last activity: 1w ago. Community health: 85%. Top contributors: sindresorhus, Richienb, TimDaub.