ProcessFeatures

sealed external interface ProcessFeatures(source)

Properties

Link copied to clipboard
abstract val cached_builtins: Boolean

A boolean value that is true if the current Node.js build is caching builtin modules.

Link copied to clipboard
abstract val debug: Boolean

A boolean value that is true if the current Node.js build is a debug build.

Link copied to clipboard
abstract val inspector: Boolean

A boolean value that is true if the current Node.js build includes the inspector.

Link copied to clipboard
abstract val ipv6: Boolean

A boolean value that is true if the current Node.js build includes support for IPv6.

Link copied to clipboard
abstract val require_module: Boolean

A boolean value that is true if the current Node.js build supports loading ECMAScript modules using require().

Link copied to clipboard
abstract val tls: Boolean

A boolean value that is true if the current Node.js build includes support for TLS.

Link copied to clipboard
abstract val tls_alpn: Boolean

A boolean value that is true if the current Node.js build includes support for ALPN in TLS.

Link copied to clipboard
abstract val tls_ocsp: Boolean

A boolean value that is true if the current Node.js build includes support for OCSP in TLS.

Link copied to clipboard
abstract val tls_sni: Boolean

A boolean value that is true if the current Node.js build includes support for SNI in TLS.

Link copied to clipboard

A value that is "strip" if Node.js is run with --experimental-strip-types, "transform" if Node.js is run with --experimental-transform-types, and false otherwise.

Link copied to clipboard
abstract val uv: Boolean

A boolean value that is true if the current Node.js build includes support for libuv.