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 bc831e6 commit 83dd4d0Copy full SHA for 83dd4d0
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