throw error when browser does not support data storage

This commit is contained in:
MaysWind 2018-08-12 15:51:00 +08:00
parent 63356e6b7d
commit 8df955a372

View file

@ -42,6 +42,8 @@
type: 'error',
delay: false
});
throw new Error('You cannot use AriaNg because this browser does not support data storage.');
}
};