Class: shaka.polyfill.Aria

A polyfill to add support for the ARIAMixin interface mixin, for browsers that do not implement it (e.g. Firefox). Note that IE also does not support ARIAMixin, but this polyfill does not work for that platform, as it relies on getters and setters.

Constructor

new Aria()

A polyfill to add support for the ARIAMixin interface mixin, for browsers that do not implement it (e.g. Firefox). Note that IE also does not support ARIAMixin, but this polyfill does not work for that platform, as it relies on getters and setters.

Source:
See:

Methods

addARIAMixinAttribute_(name)

Adds an attribute with the given name.
Parameters:
Name Type Description
name string The name of the attribute, in camelCase.
Source:

install()

Install the polyfill if needed.
Source: