aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/nodejs-apis.md
diff options
context:
space:
mode:
authorGravatar Ciro Spaciari <ciro.spaciari@gmail.com> 2023-07-19 20:02:29 -0300
committerGravatar GitHub <noreply@github.com> 2023-07-19 16:02:29 -0700
commitf63398ffe409c326e89dcbffd37c2d8f358d3304 (patch)
treea92ccf7b137d8fbb79d05384d8d35a09abf73df2 /docs/runtime/nodejs-apis.md
parent2fbf73535c744ede4ee70d56399f8fe8ec22d405 (diff)
downloadbun-f63398ffe409c326e89dcbffd37c2d8f358d3304.tar.gz
bun-f63398ffe409c326e89dcbffd37c2d8f358d3304.tar.zst
bun-f63398ffe409c326e89dcbffd37c2d8f358d3304.zip
update root certificates and add tls.rootCertificates (#3688)
* implement tls.rootCertificates * add test * bump uws/usockets * bump uws + .len on certs
Diffstat (limited to 'docs/runtime/nodejs-apis.md')
-rw-r--r--docs/runtime/nodejs-apis.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md
index fdb50f180..e2d35ec6a 100644
--- a/docs/runtime/nodejs-apis.md
+++ b/docs/runtime/nodejs-apis.md
@@ -200,7 +200,7 @@ This page is updated regularly to reflect compatibility status of the latest ver
- {% anchor id="node_tls" %} [`node:tls`](https://nodejs.org/api/tls.html) {% /anchor %}
- 🟡
-- Missing `tls.createSecurePair` `tls.rootCertificates`
+- Missing `tls.createSecurePair`
---