Commit f9d0929f645b84d8c2ec25f4189c76ba545cecb0
readme: update env requirements
Matt McKegg committed on 9/10/2016, 6:22:04 AMParent: 6a2488358b3153546476aba65e4cc9dd5bb5663f
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -21,9 +21,10 @@ | ||
21 | 21 | |
22 | 22 | Requires an environment that supports: |
23 | 23 | - `Map` and `WeakMap` |
24 | 24 | - `MutationObserver` (optional, only for root `html-element` binding support) |
25 | - - ES5 arrays | |
25 | + - ES5 arrays (`Array.prototype.forEach`, etc) | |
26 | + - `Array.prototype.includes` | |
26 | 27 | |
27 | 28 | ## Use |
28 | 29 | |
29 | 30 | ```js |
Built with git-ssb-web