@widget-js/core 0.7.5 → 0.7.6

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/dist/index.cjs CHANGED
@@ -1594,6 +1594,9 @@ var BrowserWindowApiImpl = class extends BaseApi {
1594
1594
  close() {
1595
1595
  return this.invokeMethod("close");
1596
1596
  }
1597
+ setZoomFactor(factor) {
1598
+ return this.invokeMethod("setZoomFactor", factor);
1599
+ }
1597
1600
  };
1598
1601
  var BrowserWindowApi = new BrowserWindowApiImpl();
1599
1602