Skip to content

⭕ client-side detection of Opera Mini versions with limited JavaScript support

License

Notifications You must be signed in to change notification settings

peterjmag/is-opera-mini

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

is-opera-mini

Client-side detection of 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.

About

⭕ client-side detection of Opera Mini versions with limited JavaScript support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%