is-opera-mini
v1.0.0
Published
detect Opera Mini versions with limited JavaScript support using the official method
Maintainers
Readme
is-opera-mini
Detect Opera Mini versions with limited JavaScript support using the official method documented on Opera’s blog.
Installation
npm install is-opera-miniUsage
var isOperaMini = require('is-opera-mini');
isOperaMini // true for Opera Mini with limited JS supportIt returns true for Opera Mini versions that are rendered on Operas Server having limited JavaScript support and return false for all other browsers and node as well as Opera Mini versions that have full JS support, e.g. Opera Mini set to “turbo” on iOS.
