1.0.0 • Published 8 years ago

is-incognito v1.0.0

Weekly downloads
31
License
MIT
Repository
github
Last release
8 years ago

is-incognito Build Status

Detects incognito mode.

Install

$ npm install --save is-incognito

Usage

const isIncognito = require('is-incognito');
isIncognito().then(console.log, console.error).catch(console.error);

/*
If Promise is:

* resolved -> 1 
			 'incognito'

* rejected -> 1 || -1 || -2
			 'not incognito' || 'Check failed' || 'Check not implement for this ENV'

*/

License

MIT © Hemanth.HM