0
What is the content type of video in JavaScript/ web?
What is the content type of video in JavaScript? Which will help to get video from folder Example: case '/img/logo.jpg': serveStaticFile(res, '/img/logo.jpg', 'image/jpeg'); break; Here this code for image content type, I need video content like in example. Help pls
1 Resposta
0
Probably same as supported video types for html.
Here is more about it:
https://www.w3schools.com/html/html_media.asp