We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9772f8c commit 10f8053Copy full SHA for 10f8053
docs/index.html
@@ -739,8 +739,8 @@
739
}
740
</script>
741
<script type="module">
742
- import * as support from '../lib/index.js'
743
- // import * as support from 'https://unpkg.com/@github/browser-support@latest/lib/index.js'
+ // import * as support from '../lib/index.js'
+ import * as support from 'https://unpkg.com/@github/browser-support@latest/lib/index.js'
744
const polyfills = support.polyfills
745
for(const el of document.querySelectorAll('[data-export]')) {
746
let supported = false
0 commit comments