We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
API polyfills:
TLSSocket._start is flaky: TLSSocket._start seems never set #18303
ChildProcess.unref() kills the process: Calling unref() on a child process instance created by Node.js' spawn API kills the sub process #21446
ChildProcess.unref()
unref()
spawn
(SvelteKit) worker_threads module doesn't work with tinypool: Support for SvelteKit #17248, Support Parcel #20613
worker_threads
tinypool
(Google Cloud) Expose Http2Session.socket: Not implemented: Http2Session.socket #20903
Http2Session.socket
RSA support in crypto.sign(): Invalid RSA private key crypto.sign() #18972
crypto.sign()
crypto.Cipheriv.setAutoPadding() is not implemented: Implement Cipheriv.setAutoPadding #21804, node-compat: npm:oracledb(thin mode) #20924
crypto.Cipheriv.setAutoPadding()
Cipheriv.setAutoPadding
crypto.getCipherInfo() is not implemented: Implement crypto.getCipherInfo() #21805
crypto.getCipherInfo()
crypto.diffieHellman() is not implemented: Implement crypto.diffieHellman() #21806
crypto.diffieHellman()
crypto.createPublicKey() is not implemented: Implement crypto.createPublicKey() #21807
crypto.createPublicKey()
(VuePress) process.stdin.unref() is not implemented: [node-compat] process.stdin.unref should warn instead of throwing unreachable #21796
process.stdin.unref()
process.stdin.unref
setImmediate().unref() is not implemented: TypeError: setImmediate(...).unref is not a function #21660
setImmediate().unref()
process.version seems buggy: Astro error, node 18.17.1 is not supported #21515
process.version
process.umask is not implemented: error: Uncaught SyntaxError: The requested module 'node:process' does not provide an export named 'umask' #20914
process.umask
os.machine() is not implemented: error: Uncaught TypeError: os.machine is not a function, import * as os from 'node:os' #20915
os.machine()
(mssql) TlsSocket resets connection unexpectedly: mssql ConnectionError #20594
TlsSocket
(Qwik) ChildProcess.disconnect event is not implemented: Support Qwik City (dev server) #20612
ChildProcess.disconnect
(VitePress) fs.symlink doesn't support junction: Support VitePress (Vite/Vue SSG) #20609
fs.symlink
junction
child_process.execSync is out of sync with ChildProcess and doesn't throw an error: node:child_process execSync does not throw #20343
child_process.execSync
ChildProcess
Framework support:
Remix crashes on missing export: Support Remix / React Router v7 #20790
VuePress seems close to working: Support VuePress (dev server) #20618
The text was updated successfully, but these errors were encountered:
import { isBuiltin } from "node:module";
Warning: Not implemented: ChildProcess.prototype.disconnect
I'm going to close this issue since we addressed a good chunk of the problems and we're way past February.
Sorry, something went wrong.
No branches or pull requests
API polyfills:
TLSSocket._start is flaky: TLSSocket._start seems never set #18303
ChildProcess.unref()
kills the process: Callingunref()
on a child process instance created by Node.js'spawn
API kills the sub process #21446(SvelteKit)
worker_threads
module doesn't work withtinypool
: Support for SvelteKit #17248, Support Parcel #20613(Google Cloud) Expose
Http2Session.socket
: Not implemented: Http2Session.socket #20903RSA support in
crypto.sign()
: Invalid RSA private key crypto.sign() #18972crypto.Cipheriv.setAutoPadding()
is not implemented: ImplementCipheriv.setAutoPadding
#21804, node-compat: npm:oracledb(thin mode) #20924crypto.getCipherInfo()
is not implemented: Implementcrypto.getCipherInfo()
#21805crypto.diffieHellman()
is not implemented: Implementcrypto.diffieHellman()
#21806crypto.createPublicKey()
is not implemented: Implementcrypto.createPublicKey()
#21807(VuePress)
process.stdin.unref()
is not implemented: [node-compat]process.stdin.unref
should warn instead of throwing unreachable #21796setImmediate().unref()
is not implemented: TypeError: setImmediate(...).unref is not a function #21660process.version
seems buggy: Astro error, node 18.17.1 is not supported #21515process.umask
is not implemented: error: Uncaught SyntaxError: The requested module 'node:process' does not provide an export named 'umask' #20914os.machine()
is not implemented: error: Uncaught TypeError: os.machine is not a function, import * as os from 'node:os' #20915(mssql)
TlsSocket
resets connection unexpectedly: mssql ConnectionError #20594(Qwik)
ChildProcess.disconnect
event is not implemented: Support Qwik City (dev server) #20612(VitePress)
fs.symlink
doesn't supportjunction
: Support VitePress (Vite/Vue SSG) #20609child_process.execSync
is out of sync withChildProcess
and doesn't throw an error: node:child_process execSync does not throw #20343Framework support:
Remix crashes on missing export: Support Remix / React Router v7 #20790
VuePress seems close to working: Support VuePress (dev server) #20618
The text was updated successfully, but these errors were encountered: