Skip to content

Commit 34a897d

Browse files
committed
Remove readme advice to consider polyfilling.
1 parent cc8cae5 commit 34a897d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
- In tests, use `ApolloLink.from` instead of the deprecated Apollo Link utility function `concat`.
5252
- Improved internal comments.
5353
- Corrected the package field `browserslist` to match what’s documented in the readme.
54+
- Removed readme advice to consider polyfilling certain globals as they now exist in all supported environments.
5455
- Improved readme examples.
5556
- Fixed a typo in the changelog entry for v18.0.0.
5657

readme.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,6 @@ new File(
189189
- [Node.js](https://nodejs.org) versions `^20.9.0 || >=22.0.0`.
190190
- Browsers matching the [Browserslist](https://browsersl.ist) query [`> 0.5%, not OperaMini all, not dead`](https://browsersl.ist/?q=%3E+0.5%25%2C+not+OperaMini+all%2C+not+dead).
191191

192-
Consider polyfilling:
193-
194-
- [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController)
195-
- [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
196-
- [`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData)
197-
198192
Projects must configure [TypeScript](https://www.typescriptlang.org) to use types from the ECMAScript modules that have a `// @ts-check` comment:
199193

200194
- [`compilerOptions.allowJs`](https://www.typescriptlang.org/tsconfig#allowJs) should be `true`.

0 commit comments

Comments
 (0)