From 9b6913e1a674ceb7f670f917fc355bb8758c6c72 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Mon, 29 May 2023 11:49:51 -0700 Subject: More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, `Bun.serve` (#3005) * WIP * Updates * Document deepEquals * WIP * Update typeS * Update TLS docs for Bun.serve * Update types for tls * Draft binary data page. Add Streams page. * Update test runner docs * Add hashing, flesh out utils * Grammar * Update types * Fix * Add import.meta docs * Tee --- docs/runtime/nodejs-apis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/runtime/nodejs-apis.md') diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index a4256077c..9a7cf070a 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -104,8 +104,8 @@ This page is updated regularly to reflect compatibility status of the latest ver --- - {% anchor id="node_https" %} [`node:https`](https://nodejs.org/api/https.html) {% /anchor %} -- 🟡 -- See `node:http`. +- 🟢 +- Fully implemented. --- -- cgit v1.2.3