We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hls.jsのカスタムローダーを使わないとダメそうだが、デフォルトでXMLHttpRequestを呼び出すXhrLoaderが指定されててfetchを使うFetchLoaderが使われてないのが気になる
hls.js
XMLHttpRequest
XhrLoader
fetch
FetchLoader
The text was updated successfully, but these errors were encountered:
extends FetchLoaderしてloadの中身はself.fetchだけCrossDomainGate.fetch()に置き換えて残りをコピペとかになるのかな?とか思いながらコード見てるけど、self.fetchってことはWorkerプロセスなのでは?CrossDomainGate持っていけるか?
extends FetchLoader
load
self.fetch
CrossDomainGate.fetch()
CrossDomainGate
Sorry, something went wrong.
No branches or pull requests
hls.js
のカスタムローダーを使わないとダメそうだが、デフォルトでXMLHttpRequest
を呼び出すXhrLoader
が指定されててfetch
を使うFetchLoader
が使われてないのが気になるThe text was updated successfully, but these errors were encountered: