@netless/slide 0.3.2 → 0.3.3
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 +2 -1
- package/lib/Slide.js +1 -1
- package/package.json +2 -2
package/lib/Slide.d.ts
CHANGED
|
@@ -267,7 +267,6 @@ export declare class Slide extends Slide_base {
|
|
|
267
267
|
private mode;
|
|
268
268
|
private enableGlobalClick;
|
|
269
269
|
private lastEmitedState;
|
|
270
|
-
private persistLogId;
|
|
271
270
|
private syncQueue;
|
|
272
271
|
private playerController;
|
|
273
272
|
private lock;
|
|
@@ -433,6 +432,8 @@ export declare class Slide extends Slide_base {
|
|
|
433
432
|
* 从冻结状态恢复
|
|
434
433
|
*/
|
|
435
434
|
release(): Promise<void>;
|
|
435
|
+
private _doDestroy;
|
|
436
|
+
private waitLoadEnd;
|
|
436
437
|
/**
|
|
437
438
|
* 销毁方法.
|
|
438
439
|
*/
|