You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would you want to consume an ES6 build with Web Worker support?
The current build utilizes webpack-webworkify to create a Blob at runtime to create the JS bundle to use in the Worker if you have enableWorker: true any suggestions on how to accomplish this and ship as ESM?
Is your feature request related to a problem? Please describe.
Hey, ES6 is widely supported these days: https://caniuse.com/?search=es6
Describe the solution you'd like
Seeing that hls.js is written in ES6, it would be great to have an es6 build option.
Additional context
No response
The text was updated successfully, but these errors were encountered: