@netless/slide 0.1.13 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Slide.d.ts +1 -0
- package/lib/Slide.js +35 -27
- package/package.json +6 -3
- package/lib/PlayerController.js +0 -100
- package/lib/RenderingTaskManager.js +0 -136
- package/lib/waitUntil.js +0 -56
package/lib/Slide.d.ts
CHANGED
|
@@ -166,6 +166,7 @@ export declare class Slide extends Slide_base {
|
|
|
166
166
|
private syncQueue;
|
|
167
167
|
constructor(config: ISlideConfig);
|
|
168
168
|
private persistLog;
|
|
169
|
+
private handleSlideRef;
|
|
169
170
|
private handleSlideStateLog;
|
|
170
171
|
private handleLogDownload;
|
|
171
172
|
private setMedianControllerAttribute;
|