@tixyel/streamelements 7.5.0 → 7.5.1

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.es.js CHANGED
@@ -13005,7 +13005,17 @@ var J = class {
13005
13005
  },
13006
13006
  list: {}
13007
13007
  },
13008
- resumeQueue: () => null,
13008
+ resumeQueue: () => {
13009
+ try {
13010
+ G instanceof W && G?.resume();
13011
+ } catch (e) {
13012
+ return {
13013
+ ok: !1,
13014
+ error: e
13015
+ };
13016
+ }
13017
+ return { ok: !0 };
13018
+ },
13009
13019
  sanitize(e) {
13010
13020
  return e;
13011
13021
  },