var isPrivate = false; try { window.openDatabase(null, null, null, null); } catch (_) { isPrivate = true; }