Namespace: browser

browser

This namespace provides the methods to check browser support.

  • Use the hasWebRTC method to test for browser compatibility
  • Use the getBrowserSupport method to get a list of 'supported' and 'not certified' browsers

Methods

<static> getBrowserSupport() → {Object}

Get a list of browsers that are 'supported' or 'not certified'.

Returns:

Supported and Not Certified browsers

Type
Object

<static> hasWebRTC() → {String}

Tests the browser for WebRTC support.

Returns:

Supported, Not Supported, or Not Certified

Type
String

<static> isNetworkConnected() → {boolean}

Checks whether the network is connected.

Returns:

true or false

Type
boolean