mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Update docs to mention that you need both es5-shim.js and es5-sham.js to use React with IE8.
This commit is contained in:
committed by
Paul O’Shannessy
parent
1873e1d0a9
commit
190f373ce3
@@ -119,7 +119,7 @@ In addition to that philosophy, we've also taken the stance that we, as authors
|
||||
|
||||
### Polyfills Needed to Support Older Browsers
|
||||
|
||||
These six functions can be polyfilled using `es5-shim.js` from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim):
|
||||
These six functions can be polyfilled using a combintion of `es5-shim.js` and `es5-sham.js` from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim):
|
||||
|
||||
* `Array.isArray`
|
||||
* `Array.prototype.forEach`
|
||||
|
||||
Reference in New Issue
Block a user