@srgssr/pillarbox-web 1.36.2 → 1.36.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.
@@ -93,7 +93,7 @@
93
93
  return "symbol" == typeof i ? i : i + "";
94
94
  }
95
95
 
96
- const version$8 = "1.36.1";
96
+ const version$8 = "1.36.2";
97
97
 
98
98
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
99
99
 
@@ -75246,6 +75246,9 @@ ${segmentInfoString(segmentInfo)}`); // If there's an init segment associated wi
75246
75246
  label: trackId
75247
75247
  });
75248
75248
 
75249
+ // See https://github.com/videojs/video.js/issues/8519
75250
+ yield new Promise(resolve => setTimeout(resolve, 100));
75251
+
75249
75252
  // Safari
75250
75253
  textTrack.track.mode = 'hidden';
75251
75254