UNPKG

modernizr

Version:

Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.

14 lines (13 loc) 340 B
/*! { "name": "Web SQL Database", "property": "websqldatabase", "caniuse": "sql-storage", "tags": ["storage"] } !*/ define(['Modernizr'], function(Modernizr) { // Chrome incognito mode used to throw an exception when using openDatabase // It doesn't anymore. Modernizr.addTest('websqldatabase', 'openDatabase' in window); });