Blobs and Blob URLs | JavaScript Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 32

  • @OpenJavaScript
    @OpenJavaScript  ปีที่แล้ว

    Thanks for watching!
    👉 More about blobs: openjavascript.info/2022/10/17/what-is-a-blob-object-in-javascript/

  • @blutube9916
    @blutube9916 10 หลายเดือนก่อน +2

    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.

  • @sodiqayilara1519
    @sodiqayilara1519 ปีที่แล้ว

    Nice, wrote some code using blobs recently, didn't understand what I was doing, but now I get it. Thanks.

  • @konstantinkonorev5225
    @konstantinkonorev5225 7 หลายเดือนก่อน

    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!

  • @kuoyulu6714
    @kuoyulu6714 9 หลายเดือนก่อน +1

    Thanks alot, this tutorial is great, and easy to understand!

  • @sherifezzat4983
    @sherifezzat4983 ปีที่แล้ว +1

    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
      @OpenJavaScript  ปีที่แล้ว +1

      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
      @sherifezzat4983 ปีที่แล้ว

      Thanks so much ❤️

  • @aryanandakumar7936
    @aryanandakumar7936 10 หลายเดือนก่อน

    Great tutorial. What to do if I have different types of files and want to generate blobs and blob urls?

  • @HarshSingh-hk8fe
    @HarshSingh-hk8fe ปีที่แล้ว

    what an incredible tutorial learnt alot. relly thankyou sir for this tutorial

  • @Pagegift
    @Pagegift ปีที่แล้ว +1

    You are a very cool guy!
    Thank you for the lesson!
    Now I know how to get images

    • @OpenJavaScript
      @OpenJavaScript  ปีที่แล้ว

      Thanks, glad you found this useful!

  • @vellenger
    @vellenger ปีที่แล้ว +1

    Buen Tutorial, lo aplicare de seguro en algún momento, me sera de utilidad. Gracias

    • @OpenJavaScript
      @OpenJavaScript  ปีที่แล้ว

      De nada!
      Es sorprendente que útil este metodo es para trabajar con ficheros en JS.

  • @kaustavroy6542
    @kaustavroy6542 8 หลายเดือนก่อน

    This was fantastic 😍 thanks.

  • @ajaygulani3086
    @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
      @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.

  • @jemrl
    @jemrl 9 หลายเดือนก่อน

    Thanks, do you have a working example of video/mp4 blobs? Do you use MediaSource? Thanks

  • @johnwayne8059
    @johnwayne8059 7 หลายเดือนก่อน

    Great videos!👍👍👍

  • @charanwebdevk6362
    @charanwebdevk6362 หลายเดือนก่อน

    Thank you

  • @reefgb77
    @reefgb77 ปีที่แล้ว

    Great tutorial video

  • @Ronald__75g
    @Ronald__75g 4 หลายเดือนก่อน

    Don't miss the exclusive interview with Binance's CEO for a glimpse into the future

  • @ROSHANKUMAR-rl6bf
    @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,

  • @PracticalMindset
    @PracticalMindset 2 หลายเดือนก่อน +1

    As a indian 🇮🇳 student : Understanding your English is hard then javascript .
    😅😅

  • @BakliwalTutorials-k4y
    @BakliwalTutorials-k4y ปีที่แล้ว +1

    Bro *how to access an image file from my Google drive and convert it to Blob object?*

  • @cloudsystem3740
    @cloudsystem3740 ปีที่แล้ว

    thank you very much 🙏

  • @rpseries1473
    @rpseries1473 ปีที่แล้ว +1

    Bro how can hide or change url or stream url to change in blob url

    • @OpenJavaScript
      @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: th-cam.com/video/cP5E0b21f_Y/w-d-xo.html
      With the resulting blob, you can create a blob URL with the following code:
      const blobURL = URL.createObjectURL(blob);

  • @psyferinc.3573
    @psyferinc.3573 8 หลายเดือนก่อน

    sanks