1.0.0 • Published 9 years ago

is-opera-mini v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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-mini

Usage

var isOperaMini = require('is-opera-mini');

isOperaMini // true for Opera Mini with limited JS support

It 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.