Browse Source

Update polyfills list in docs [skip ci]

Fixes #1744
main
Paul O’Shannessy 11 years ago
parent
commit
748e7d3e93
  1. 5
      docs/07-working-with-the-browser.md

5
docs/07-working-with-the-browser.md

@ -116,12 +116,15 @@ In addition to that philosophy, we've also taken the stance that we, as authors
`es5-shim.js` from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim) provides the following that React needs:
* `Array.isArray`
* `Array.prototype.every`
* `Array.prototype.forEach`
* `Array.prototype.indexOf`
* `Array.prototype.some`
* `Array.prototype.map`
* `Date.now`
* `Function.prototype.bind`
* `Object.keys`
* `String.prototype.split`
* `String.prototype.trim`
`es5-sham.js`, also from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim), provides the following that React needs:

Loading…
Cancel
Save