Class: shaka.polyfill.Fullscreen

A polyfill to unify fullscreen APIs across browsers. Many browsers have prefixed fullscreen methods on Element and document. See Using fullscreen mode on MDN for more information.

Constructor

new Fullscreen()

A polyfill to unify fullscreen APIs across browsers. Many browsers have prefixed fullscreen methods on Element and document. See Using fullscreen mode on MDN for more information.

Source:

Methods

install()

Install the polyfill if needed.
Source:

proxyEvent_(eventnon-null)

Proxy fullscreen events after changing their name.
Parameters:
Name Type Description
event Event
Source: