Skip to content

Commit

Permalink
Update supported-browsers-features.md (#28326)
Browse files Browse the repository at this point in the history
  • Loading branch information
abzr1 committed Aug 20, 2021
1 parent b74ffff commit 864a189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-features/supported-browsers-features.md
Expand Up @@ -20,7 +20,7 @@ In addition, to reduce bundle size, Next.js will only load these polyfills for b

### Server-Side Polyfills

In addition to `fetch()` on the client side, Next.js polyfills `fetch()` in the Node.js environment. You can use `fetch()` on your server code (such as `getStaticProps`) without using polyfills such as `isomorphic-unfetch` or `node-fetch`.
In addition to `fetch()` on the client-side, Next.js polyfills `fetch()` in the Node.js environment. You can use `fetch()` in your server code (such as `getStaticProps`/`getServerSideProps`) without using polyfills such as `isomorphic-unfetch` or `node-fetch`.

### Custom Polyfills

Expand Down

0 comments on commit 864a189

Please sign in to comment.