Is the main code always downloaded from CDN? #699
Unanswered
howtomakeaturn
asked this question in
Q&A
Replies: 2 comments
-
use cdn add serviceWorker cache the file |
Beta Was this translation helpful? Give feedback.
0 replies
-
No, it's not necessary to use a CDN. You can host all (or almost all?) the files yourself. See this MR as an example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thanks for the great library! It's really awesome!
I have a question: Is the main code always downloaded from CDN?
In the page:
https://ffmpegwasm.netlify.app/docs/getting-started/usage
The main library code is downloaded from CDN.
And these two lines are commented out:
But in another page:
https://ffmpegwasm.netlify.app/docs/getting-started/installation/
It's a bit confusing to me.
Should I host it or just use CDN?
Why those two lines are commented out in the tutorial page?
Do these 2 official pages contradictory to each other?
Thanks! 🙏🙏🙏
Beta Was this translation helpful? Give feedback.
All reactions