Blobs and Blob URLs | JavaScript Tutorial

Описание к видео Blobs and Blob URLs | JavaScript Tutorial

👉 Blog post: https://openjavascript.info/2022/10/1...
⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: https://bit.ly/3V2RM9Q ❤️

This tutorial shows you how to create Blob objects using the Blob constructor, from user input or an external URL and create a Blob URL from the resulting blob data using URL.createObjectURL().
A Blob URL functions like a normal URL on a HTML page without the need for a server.
Use case examples featured in the video include how to start a client-side download from data held in a blob object, preview a user-uploaded image and generated a URL to an image edited with the HTML Canvas API.
#blob #blobs #url #createObjectURL #revokeObjectURL #javascript #javascript_tutorial

Комментарии

Информация по комментариям в разработке