effect 3.5.4 → 3.5.5

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.
@@ -2809,6 +2809,6 @@ const fromEventListener = (target, type, options) => _async(emit => {
2809
2809
  }
2810
2810
  target.addEventListener(type, cb, options);
2811
2811
  return Effect.sync(() => target.removeEventListener(type, cb, options));
2812
- });
2812
+ }, "unbounded");
2813
2813
  exports.fromEventListener = fromEventListener;
2814
2814
  //# sourceMappingURL=stream.js.map