Skip to content

Controller.supported

jackcarey edited this page Jul 16, 2022 · 1 revision

Type: Bool

A boolean value representing whether Controller.js is compatible with the current browser.

This is checked automatically when Controller.search()is called.

Example

console.log(Controller.supported);

>> true // or false
Clone this wiki locally