Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about bloburls

Read more about bloburls

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - bloburls

React-easy-crop just returns a blob url

I am using react-easy-crop to allow users to modify their profile pictures after uploading. The problem I am experiencing is that after cropping, the image is returned in the form of a blob url like t...
test-img

sgt_pepper85

javascript

reactjs

crop

data-uri

bloburls

Votes: 0

Answers: 2

Latest Answer

If you have this line in your code, delete it because it revoke your URL. window.URL.revokeObjectURL(this.fileUrl);
test-img

Nucasa

Clear blob and data urls from browser

we currently have a web app based on NodeJS where data is gathered and its charts are presented as images using the plotlyJS. Below shown is one such code snippet which creates a chart of the data as ...
test-img

Moon1007

javascript

node.js

memory-management

data-uri

bloburls

Votes: 0

Answers: 1

Latest Answer

When calling revokeObjectURL you also need to clear all references to the blobUrl in order for it to be freed. If an image source is a blobUrl: image.src = blobUrl; Clearing it like this works for me...
test-img

Emil

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved