Skip to content

Commit

Permalink
Remove reference to polyfill.io
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Jun 28, 2024
1 parent 8dcf23d commit 9094618
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions packages/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,4 @@ various front-end development stacks:
### Browser support
H5Web works out of the box on **Firefox 78 ESR**.
Support for Firefox 68 ESR is possible by polyfilling the `ResizeObserver` API.
One easy way to do this is with [polyfill.io](https://polyfill.io/v3/):
```html
<head>
<!-- title, meta, link, etc. -->
<script src="https://polyfill.io/v3/polyfill.min.js?features=default%2CResizeObserver"></script>
</head>
```
Older versions of Firefox are not supported.
H5Web works out of the box on **Firefox 78 ESR**. Support for Firefox 68 ESR is possible by polyfilling the `ResizeObserver` API. Older versions of Firefox are not supported.

0 comments on commit 9094618

Please sign in to comment.