Skip to content

Commit

Permalink
Player: globalThis polyfill for webos/tizen.
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner committed Aug 10, 2023
1 parent b7b1271 commit 6204312
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 6 deletions.
1 change: 1 addition & 0 deletions modules/src/player-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*/

/* eslint-disable no-unused-vars */
const globalThis = require('globalthis/polyfill')();
window.jQuery = window.$ = require('jquery');
require('babel-polyfill');
window.moment = require('moment');
Expand Down
38 changes: 32 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"flatpickr": "^4.6.3",
"font-awesome": "~4.7.0",
"form-serializer": "~2.5.0",
"globalthis": "^1.0.3",
"handlebars": "^4.7.7",
"hls.js": "^1.4.10",
"html-to-image": "^1.7.0",
Expand Down

0 comments on commit 6204312

Please sign in to comment.