Skip to content

Commit cca4074

Browse files
authored
Update README notice about node.js compatibility (#327)
1 parent be2ee0f commit cca4074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ instance methods, and class methods that are supported.
2929
- Super fast. Backed by Typed Arrays (`Uint8Array`/`ArrayBuffer`, not `Object`)
3030
- Extremely small bundle size (**6.75KB minified + gzipped**, 51.9KB with comments)
3131
- Excellent browser support (Chrome, Firefox, Edge, Safari 11+, iOS 11+, Android, etc.)
32-
- Preserves Node API exactly, with one minor difference (see below)
32+
- Preserves Node API exactly
3333
- Square-bracket `buf[4]` notation works!
3434
- Does not modify any browser prototypes or put anything on `window`
3535
- Comprehensive test suite (including all buffer tests from node.js core)

0 commit comments

Comments
 (0)