@netless/slide 0.7.1 → 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
@@ -225,3 +225,11 @@
225
225
  #### 0.7.1
226
226
 
227
227
  * 支持以消息形式处理错误和日志
228
+
229
+ #### 0.7.2
230
+
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;