22 lines
475 B
JavaScript

module.exports = {
features: {
geolocation: 'geolocation',
midi: 'midi',
notifications: 'notifications',
push: 'push',
syncXhr: 'sync-xhr',
microphone: 'microphone',
camera: 'camera',
magnetometer: 'magnetometer',
gyroscope: 'gyroscope',
speaker: 'speaker',
vibrate: 'vibrate',
fullscreen: 'fullscreen',
payment: 'payment',
accelerometer: 'accelerometer',
usb: 'usb',
vr: 'vr',
autoplay: 'autoplay'
}
}