1.0.0 • Published 10 years ago

ischromeframe v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 years ago

ischromeframe

Detect if running in chrome frame

Installation

component(1):

$ component install timoxley/ischromeframe

npm

$ npm install ischromeframe

API

Constant

var ischromeframe = require('ischromeframe')

console.log(ischromeframe) // => true | false

Function

var ischromeframe = require('ischromeframe/ischromeframe')

console.log(ischromeframe()) // => true | false

License

MIT