UNPKG

atd-browser-support

Version:
15 lines (12 loc) 308 B
const script = '/dist/js/atd-legacy-polyfills.js'; function checkSupport() { console.log('Testing Legacy'); return ( typeof document.querySelectorAll === 'function' && "classList" in document.createElement("_") ); } export default { checkSupport, script }