-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
[Offline] What happens when storage.store
is called twice with the same manifestURI
as input ?
#6338
Comments
Looks like a short enough code snippet to just run it and find out. 😄 I believe this would download the content twice, and give you two different offline URIs. But you can try it and confirm if you like. |
Yes, I admit I was a bit lazy on that one... 🤣 I thought that someone who worked on the offline storage code could have given me a quick straight answer... After inspecting the shaka player code, I can confirm that if you download the same Do you think this should be added to the documentation ? |
I would be happy to review docs PRs. The way I tend to think about this is, "if I couldn't tell, maybe we should add a note somewhere". It's similar to me to the other thing I try to remember, which is, "if my code reviewer had to ask how this works, I should add a code comment". So, yes, please add a note to the docs that would have saved you the trouble of filing this issue! |
Do I have to file a new issue of type "bug" or is this one (of type "question") is OK for a PR ? |
Have you read the Tutorials?
Yes
Have you read the FAQ and checked for duplicate open issues?
Yes
If the question is related to FairPlay, have you read the tutorial?
N/A
What version of Shaka Player are you using?
Latest version 4.7.11
What browser and OS are you using?
Chrome browser
Windows, MacOS & Linux systems
Please ask your question
What happens if the
storage.store
API is called twice with the samemanifestUri
input parameter ?For instance like this :
Thanks in advance for your answer !
The text was updated successfully, but these errors were encountered: