Clarify polyfill usage in node env

This commit is contained in:
Alberto Leal
2014-12-15 00:34:14 -05:00
parent e7cbbefc11
commit 4b4ff007e9

View File

@@ -19,6 +19,12 @@ application.
require("6to5/polyfill");
```
Fortunately, this is automatically loaded when using:
```javascript
require("6to5/register");
```
### Browser
Available from the `browser-polyfill.js` file within the 6to5 directory of an