mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Saving to Local Storage for now because of Safari bug in LocalForage.
This commit is contained in:
@@ -78,16 +78,6 @@ module.exports = function BrowserInfoServiceFactory() {
|
||||
return !!window.WebGLRenderingContext
|
||||
})
|
||||
|
||||
addTest('generators', function () {
|
||||
try {
|
||||
/* jshint evil: true */
|
||||
new Function('function* test() {}')()
|
||||
} catch (e) {
|
||||
return false
|
||||
}
|
||||
return true
|
||||
})
|
||||
|
||||
addTest('ua', navigator.userAgent)
|
||||
|
||||
// addTest('pointerevents', function () {
|
||||
|
||||
Reference in New Issue
Block a user