File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -22,22 +22,6 @@ Patterns aims to support at least the two latest major versions of all popular b
2222
2323Other 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
You can’t perform that action at this time.
0 commit comments