mol_wire_lib 1.0.1730 → 1.0.1732

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/web.mjs CHANGED
@@ -1439,7 +1439,7 @@ var $;
1439
1439
  handler = handler2;
1440
1440
  error = undefined;
1441
1441
  result = undefined;
1442
- window.dispatchEvent(new Event('$mol_try'));
1442
+ self.dispatchEvent(new Event('$mol_try'));
1443
1443
  const error2 = error;
1444
1444
  const result2 = result;
1445
1445
  error = undefined;