Skip to content

Commit d8546ff

Browse files
authored
Clarify removing polyfills
1 parent 63fd418 commit d8546ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Please do not add any polyfills for ECMA features that are Stage 3 or below. We
4242

4343
### Removing polyfills
4444

45-
When our supported browsers (see github/github for details) all support a feature without polyfills, we can remove the polyfill. This code is designed to be kept lightweight, we do not want to ship dozens of kb of polyfills.
45+
Polyfills should only be removed after consulting with the `@github/web-systems` who will determine if a polyfill can be removed. This code is designed to be kept lightweight, we do not want to ship dozens of kb of polyfills.
4646

4747
As a polyfill is removed, it may be worth adding feature detection to the `baseSupport` const, to ensure that our baseline moves with our browser support matrix.
4848

0 commit comments

Comments
 (0)