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
In order to use this library in our application we would need a way to fetch data from a remote.
I like the way you patched it here, which means that it should be relatively easy to do
I would like to propose some kind of interface that a user will be able to pass to the instance of a demuxer, so when we call load or any other function it will use that interface to fetch the data. Caching can also be implemented into the interface as well
The text was updated successfully, but these errors were encountered:
Yep, I have the same idea. This has been discussed at #11 (comment). I need some spare time to design how to add the interface. If you have better ideas, you’re welcome to submit a pull request. :)
In order to use this library in our application we would need a way to fetch data from a remote.
I like the way you patched it here, which means that it should be relatively easy to do
I would like to propose some kind of interface that a user will be able to pass to the instance of a demuxer, so when we call
load
or any other function it will use that interface to fetch the data. Caching can also be implemented into the interface as wellThe text was updated successfully, but these errors were encountered: