UNPKG

atd-browser-support

Version:
16 lines (13 loc) 281 B
function checkSupport() { console.log('Testing Modern'); if( typeof window.Promise === 'function' && (window.NodeList && NodeList.prototype.forEach) ) { return true; } return false; } export default { checkSupport }