We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdff76e commit 6ce015fCopy full SHA for 6ce015f
source/library/core.ts
@@ -37,11 +37,6 @@ export class PlayerCore {
37
// do we start over gain at the end of the queue
38
protected _loopQueue: boolean;
39
40
- // callback hooks
41
- public onPlayStart: () => void;
42
- public onPlaying: () => void;
43
- public onBuffering: () => void;
44
-
45
// constants
46
readonly WHERE_IN_QUEUE_AT_END: string = 'append';
47
readonly WHERE_IN_QUEUE_AT_START: string = 'prepend';
0 commit comments