]> zoso.dev Git - buffer.git/commitdiff
readme: update browser support list
authorFeross Aboukhadijeh <feross@feross.org>
Fri, 16 Feb 2018 06:53:13 +0000 (22:53 -0800)
committerFeross Aboukhadijeh <feross@feross.org>
Fri, 16 Feb 2018 06:53:13 +0000 (22:53 -0800)
Fixes: https://github.com/feross/buffer/issues/182
README.md

index b397f15e2e00447268678293bb079595ee767788..1086896b28311003c59a01b3561042376be7ee1d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ instance methods, and class methods that are supported.
 - Manipulate binary data like a boss, in all browsers!
 - 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 (IE 11, Edge, Chrome, Firefox, Safari 5.1+, Opera, iOS, etc.)
+- Excellent browser support (Chrome, Firefox, Edge, Safari 9+, IE 11, iOS 9+, Android, etc.)
 - Preserves Node API exactly, with one minor difference (see below)
 - Square-bracket `buf[4]` notation works!
 - Does not modify any browser prototypes or put anything on `window`