API Docs for: v0.1.0
Show:

support Class

Extends Object

Holds the results of the feature detection run on the browser, to make it simple to see which features the library can use.

Methods

inherit

(
  • child
  • parent
  • proto
)

Inherits the prototype of a parent object.

Parameters:

  • child Function

    The Child to inherit the prototype

  • parent Function

    The Parent to inherit from

  • proto Object

    The prototype to apply to the child

Properties

blobs

Boolean

Whether or not Blob URLs are supported

canvas

Boolean

Whether or not canvas is supported

codec

Object

Describes which audio codecs a browser supports

crypto

Boolean

Whether or not the crypto API is supported

fileapi

Boolean

Whether or not the filesystem API is supported

gamepad

Boolean

Whether or not the gamepad API is supported

htmlAudio

Boolean

Whether html Audio is supported in this browser

localStorage

Boolean

Whether or not local storage is supported

touch

Boolean

Whether or not touch is supported

typedArrays

Boolean

Whether or not typed arrays are supported

ua

String

The current user agent string

webAudio

Boolean

Whether or not the Web Audio API is supported

webgl

Boolean

Whether or not webgl is supported

workers

Boolean

Whether or not web workers are supported