is-opera-mini

1.0.0 • Public • Published

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.

/is-opera-mini/

    Package Sidebar

    Install

    npm i is-opera-mini

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • maxhoffmann