1
0
mirror of https://github.com/videojs/video.js.git synced 2025-07-15 01:34:23 +02:00

feat: update exposed utility functions and deprecate several top-level methods of the videojs global (#7761)

This commit is contained in:
Pat O'Neill
2022-05-23 16:23:13 -04:00
parent bd8aebb827
commit 28029d93f4
63 changed files with 1096 additions and 861 deletions

View File

@ -2,7 +2,7 @@
import Tech from '../../../src/js/tech/tech.js';
import Html5 from '../../../src/js/tech/html5.js';
import Button from '../../../src/js/button.js';
import { createTimeRange } from '../../../src/js/utils/time-ranges.js';
import { createTimeRange } from '../../../src/js/utils/time.js';
import extend from '../../../src/js/extend.js';
import MediaError from '../../../src/js/media-error.js';
import AudioTrack from '../../../src/js/tracks/audio-track';