@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 CHANGED
@@ -229,3 +229,7 @@
229
229
  #### 0.7.2
230
230
 
231
231
  * 支持 window.postMessage 消息透传至 native 代码
232
+
233
+ #### 0.7.3
234
+
235
+ * postMessage 获取日志添加 session 控制
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;