Files
shaka-player/lib/polyfill
theodab ed93a0cb12 fix: Fix exiting fullscreen on Safari (#5439)
`screen.orientation.unlock` is not defined on Safari, even though `screen.orientation` is.
This changes our orientation polyfill to add that method to `screen.orientation`.

Fixes #5437
2023-07-26 12:08:36 -07:00
..