From: André Werlang <589286+awerlang@users.noreply.github.com> Date: Sun, 8 Oct 2023 02:28:10 +0000 (-0300) Subject: Update README notice about node.js compatibility (#327) X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=cca4074018d05e31d3d3c7f6c5beba27c248fdd7;p=buffer.git Update README notice about node.js compatibility (#327) --- 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)