chrome-hls icon indicating copy to clipboard operation
chrome-hls copied to clipboard

Using jsDelivr JS

Open mangui opened this issue 7 years ago • 1 comments

Hi @gramk I was wondering whether it would make sense to rely on https://www.jsdelivr.com/package/npm/hls.js to host hls.min.js

you could list all versions using https://data.jsdelivr.com/v1/package/npm/hls.js

and then use https://cdn.jsdelivr.net/npm/hls.js@version/dist/hls.min.js for example : https://cdn.jsdelivr.net/npm/[email protected]/dist/hls.min.js

mangui avatar Oct 03 '17 19:10 mangui

I don’t think i can link to remote js in the extension, I’ll have a look though, that would simplify my maintenance work... On Tue, Oct 3, 2017 at 4:29 PM Guillaume du Pontavice < [email protected]> wrote:

Hi @gramk https://github.com/gramk I was wondering whether it would make sense to rely on https://www.jsdelivr.com/package/npm/hls.js to host hls.min.js

you could list all versions using https://data.jsdelivr.com/v1/package/npm/hls.js

and then use https://cdn.jsdelivr.net/npm/hls.js@version/dist/hls.min.js for example : https://cdn.jsdelivr.net/npm/[email protected]/dist/hls.min.js

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gramk/chrome-hls/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/AEIG5Vuzsh1oxZYrUoFAR3wfX0USiRMKks5sooshgaJpZM4Pspdh .

ghouet avatar Oct 04 '17 01:10 ghouet