Skip to content

Commit

Permalink
Remove polyfill.io mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugoku committed Jul 2, 2024
1 parent 9261e02 commit 9e62b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ The library provides a bit of styling to make it look okay straight from the box
## Browser support
This library uses various modern techniques that are unsupported in Internet Explorer, and/or old Edge, and/or old Safari. If you care about supporting old browsers, a polyfill should be loaded into your website. We recommend loading the following [Polyfill.io](https://polyfill.io/v3/) script: `https://polyfill.io/v3/polyfill.min.js?features=default,fetch,Promise,Array.prototype.includes,RegExp.prototype.flags`
In modern browsers, this is only a very small file causing little overhead.
This library does not support old browsers (Internet Explorer, pre-Blink Edge, old Safari versions).
## Events
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
* Remove the time-preview for lines that have no specified time in the programme

## 0.17.9 (2019-05-29)
* Fix filtering of invalid tags. For IE compatibility, a polyfill for `RegExp` flags should be loaded (i.e. https://cdn.polyfill.io/v2/polyfill.min.js?features=RegExp.prototype.flags)
* Fix filtering of invalid tags. For IE compatibility, a polyfill for `RegExp` flags should be loaded

## 0.17.8 (2019-05-22)
* Fix availability check for packages with "booking size" in some edge cases
Expand Down

0 comments on commit 9e62b5a

Please sign in to comment.