From cca4074018d05e31d3d3c7f6c5beba27c248fdd7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Werlang?= <589286+awerlang@users.noreply.github.com> Date: Sat, 7 Oct 2023 23:28:10 -0300 Subject: [PATCH] Update README notice about node.js compatibility (#327) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd91935..36b27bd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ instance methods, and class methods that are supported. - Super fast. Backed by Typed Arrays (`Uint8Array`/`ArrayBuffer`, not `Object`) - Extremely small bundle size (**6.75KB minified + gzipped**, 51.9KB with comments) - Excellent browser support (Chrome, Firefox, Edge, Safari 11+, iOS 11+, Android, etc.) -- Preserves Node API exactly, with one minor difference (see below) +- Preserves Node API exactly - Square-bracket `buf[4]` notation works! - Does not modify any browser prototypes or put anything on `window` - Comprehensive test suite (including all buffer tests from node.js core) -- 2.34.1