We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2ee0f commit cca4074Copy full SHA for cca4074
1 file changed
README.md
@@ -29,7 +29,7 @@ instance methods, and class methods that are supported.
29
- Super fast. Backed by Typed Arrays (`Uint8Array`/`ArrayBuffer`, not `Object`)
30
- Extremely small bundle size (**6.75KB minified + gzipped**, 51.9KB with comments)
31
- Excellent browser support (Chrome, Firefox, Edge, Safari 11+, iOS 11+, Android, etc.)
32
-- Preserves Node API exactly, with one minor difference (see below)
+- Preserves Node API exactly
33
- Square-bracket `buf[4]` notation works!
34
- Does not modify any browser prototypes or put anything on `window`
35
- Comprehensive test suite (including all buffer tests from node.js core)
0 commit comments