You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-2
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,25 @@ See [deployment](#deployment) for notes on how to deploy the project on a live s
22
22
Make sure you know what features your script is reliant on and polyfill those not natively supported on the browsers you support (you can check https://caniuse.com/).
1. Copy the contents of [dynamicpolyfill.js](https://github.com/willstocks-tech/dynamically-polyfill-features-for-a-script/blob/master/dynamicpolyfill.js)
28
45
1. Paste it into your existing JS file(s)
29
46
1. Add a new line after it and call `dynamicPolyfill();`_Note: Case-sensitive_
0 commit comments