Thanks for watching! 👉 More about blobs: openjavascript.info/2022/10/17/what-is-a-blob-object-in-javascript/
@alizainulyasoob949125 күн бұрын
This is great. Simple and detailed.
@blutube9916 Жыл бұрын
Thanks for the video, helps me to understand blobs and using them. With drily written tutorials I sometimes find it hard to absorb the same info. I am learning about this, to store images in IndexDB. And to be able to get them and show them again to the user where they can download them if the need to.
@kuoyulu671411 ай бұрын
Thanks alot, this tutorial is great, and easy to understand!
@sodiqayilara1519 Жыл бұрын
Nice, wrote some code using blobs recently, didn't understand what I was doing, but now I get it. Thanks.
@konstantinkonorev52258 ай бұрын
Thanks a lot mate for a good explanation. That's time to add it to my playlist not to forget about those people who help everybody to be better. My OG!
@Pagegift Жыл бұрын
You are a very cool guy! Thank you for the lesson! Now I know how to get images
@OpenJavaScript Жыл бұрын
Thanks, glad you found this useful!
@kaustavroy654210 ай бұрын
This was fantastic 😍 thanks.
@vellenger Жыл бұрын
Buen Tutorial, lo aplicare de seguro en algún momento, me sera de utilidad. Gracias
@OpenJavaScript Жыл бұрын
De nada! Es sorprendente que útil este metodo es para trabajar con ficheros en JS.
@HarshSingh-hk8fe Жыл бұрын
what an incredible tutorial learnt alot. relly thankyou sir for this tutorial
@johnwayne80598 ай бұрын
Great videos!👍👍👍
@sherifezzat4983 Жыл бұрын
Great thanks for sharing ❤️ Can you please put these JavaScript Tutorials into a playlist and number them? That would be easy to follow! Thanks again 😊
@OpenJavaScript Жыл бұрын
Great idea! The number of videos is growing now so I'll review them and order them thematically into playlists (also in the right order where appropriate)
@sherifezzat4983 Жыл бұрын
Thanks so much ❤️
@aryanandakumar7936 Жыл бұрын
Great tutorial. What to do if I have different types of files and want to generate blobs and blob urls?
@jemrl11 ай бұрын
Thanks, do you have a working example of video/mp4 blobs? Do you use MediaSource? Thanks
@reefgb77 Жыл бұрын
Great tutorial video
@OpenJavaScript Жыл бұрын
Thank you!
@ROSHANKUMAR-rl6bf Жыл бұрын
hi can u make a video on how to show progressbar using fetch , i have been looking for it all over the places couldnot find any,
@charanwebdevk63622 ай бұрын
Thank you
@cloudsystem3740 Жыл бұрын
thank you very much 🙏
@OpenJavaScript Жыл бұрын
You are welcome!
@BakliwalTutorials-k4y Жыл бұрын
Bro *how to access an image file from my Google drive and convert it to Blob object?*
@ajaygulani3086 Жыл бұрын
What a great video!! One question: If someone were to look at the source they would see the original URL that is being fetched, how do you hide this?
@sodiqayilara1519 Жыл бұрын
It's quite hard to hide any code that is shipped to the client. If you want to hide it, run the logic on the server and hide your secret in environmental variables.
@Ronald__75g6 ай бұрын
Don't miss the exclusive interview with Binance's CEO for a glimpse into the future
@rpseries1473 Жыл бұрын
Bro how can hide or change url or stream url to change in blob url
@OpenJavaScript Жыл бұрын
A blob URL is created from blob/file data held in memory in JavaScript. So to create a blob URL from a regular one you would need to get whatever resource is at the original URL in blob format and then create a blob URL from it. This tutorial shows you how to read a URL resource to a blob: kzbin.info/www/bejne/mYGYdmOYZ5aZlbs With the resulting blob, you can create a blob URL with the following code: const blobURL = URL.createObjectURL(blob);
@PracticalMindset4 ай бұрын
As a indian 🇮🇳 student : Understanding your English is hard then javascript . 😅😅