Skip to content

Commit b9c3697

Browse files
committed
maint(Docs): Remove section about IE polyfills from README.
The IE polyfills were removed in Patternslib 9.8.0-alpha.2.
1 parent 57f1fdd commit b9c3697

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,6 @@ Patterns aims to support at least the two latest major versions of all popular b
2222

2323
Other browser version may work too, but are not actively tested against.
2424

25-
Additionally we do support Microsoft Internet Explorer 11 until a certain extend via optional polyfills loading.
26-
27-
28-
## Using polyfills
29-
30-
For Internet Explorer 11 support we have included a `src/polyfills.js` module.
31-
You can inlcude it optionally via `src/polyfills-loader.js` which injects the polyfills bundle only if the current browser is Internet Explorer.
32-
For this to work, include the following in BEFORE you load the patternslib bundle:
33-
34-
```
35-
<script src="/your-dist-directory/polyfills-loader.js" type="text/javascript"></script>
36-
```
37-
38-
Note: this only works, if the bundle nor the polyfills-loader are not loaded asynchronously.
39-
The script loading order matters here and async loading has no deterministic loading order.
40-
4125

4226
## Development installation requirements
4327

0 commit comments

Comments
 (0)