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.
2 parents f552375 + 83dd4d0 commit 9687aa1Copy full SHA for 9687aa1
docs/index.html
@@ -855,6 +855,7 @@ <h1>GitHub Feature Support Table</h1>
855
}
856
Promise.resolve(supported).then((value) => {
857
el.setAttribute('data-supported', Boolean(value))
858
+ if (value) el.querySelector('div').textContent = ''
859
})
860
861
for(const el of document.querySelectorAll('[data-polyfill]')) {
0 commit comments