Skip to content

Commit

Permalink
docs: Add note about the result of calling storage.store twice (#6431)
Browse files Browse the repository at this point in the history
Closes #6338
  • Loading branch information
avelad committed Apr 15, 2024
1 parent e3aad9f commit 96d15b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tutorials/offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ you want.
At this point, the content is now stored offline and it's ready to be played.
Next we will add functionality to play offline content.

Note: If you call `storage.store` twice with the same manifestUri as input,
you'll download the same manifestUri twice.

## Playing Offline Content

Now that we have stored some content, we want to play it. To do this, resolve
Expand Down

0 comments on commit 96d15b9

Please sign in to comment.