@netless/slide 0.7.2 → 0.7.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/README.md +4 -0
- package/lib/Slide.d.ts +1 -1
- package/lib/Slide.js +13 -13
- package/package.json +2 -2
package/README.md
CHANGED
package/lib/Slide.d.ts
CHANGED
|
@@ -351,7 +351,7 @@ export declare class Slide extends Slide_base {
|
|
|
351
351
|
private recoverHandler;
|
|
352
352
|
private reportError;
|
|
353
353
|
initSlideConfig(config: ISlideConfig): ISlideConfig;
|
|
354
|
-
static handleLogReport: () => Promise<void>;
|
|
354
|
+
static handleLogReport: (sessionId: string) => Promise<void>;
|
|
355
355
|
static handleLogDownload: () => Promise<void>;
|
|
356
356
|
private initPlayer;
|
|
357
357
|
private userInputHandle;
|