Crafty.support
Determines feature support for what Crafty can do.
Back to topCrafty.support.setter
Is __defineSetter__
supported?
Back to topCrafty.support.defineProperty
Is Object.defineProperty
supported?
Back to topCrafty.support.audio
Is HTML5 Audio
supported?
Back to topCrafty.support.prefix
Returns the browser specific prefix (Moz
, O
, ms
, webkit
).
Back to topCrafty.support.versionName
Version of the browser
Back to topCrafty.support.version
Version number of the browser as an Integer (first number)
Back to topCrafty.support.canvas
Is the canvas
element supported?
Back to topCrafty.support.webgl
Is WebGL supported on the canvas element?
Back to topCrafty.support.deviceorientation
Is deviceorientation event supported by browser.
Back to topCrafty.support.devicemotion
Is devicemotion event supported by browser.