Skip to content

Commit

Permalink
Merge branch 'main' of github.com:silx-kit/h5web into main
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Jul 1, 2024
2 parents be5400e + 9094618 commit 6545796
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
1 change: 0 additions & 1 deletion apps/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<meta name="description" content="Web-based HDF5 file viewer." />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/favicon192.png" />
<script src="https://polyfill.io/v3/polyfill.min.js?features=globalThis"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
14 changes: 1 addition & 13 deletions packages/app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,7 @@ 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.
## API reference
Expand Down
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 6545796

Please sign in to comment.