How to use the accessibility.screenreader-volume function in accessibility

To help you get started, we’ve selected a few accessibility examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mozilla-b2g / gaia / apps / system / js / accessibility.js View on Github external
get volume() {
      return this.settings['accessibility.screenreader-volume'];
    },
github mozilla-b2g / gaia / tv_apps / smart-system / js / accessibility.js View on Github external
get volume() {
      return this.settings['accessibility.screenreader-volume'];
    },