Add KeyboardEvent constructor polyfill

(cherry picked from commit 11ae2ff43ffe2fdd563bc39dac24f0cfb5f7c3d3)
This commit is contained in:
Dmitry Lyzo 2023-07-17 21:47:31 +03:00
parent 8c8e240792
commit ab5c4949c3
2 changed files with 49 additions and 0 deletions

View file

@ -32,6 +32,7 @@ import './components/playback/playerSelectionMenu';
import './legacy/domParserTextHtml';
import './legacy/focusPreventScroll';
import './legacy/htmlMediaElement';
import './legacy/keyboardEvent';
import './legacy/vendorStyles';
import { currentSettings } from './scripts/settings/userSettings';
import taskButton from './scripts/taskbutton';