DEV Community

Bobby Xavier
Bobby Xavier

Posted on

Browser incompatibility. #Very_Important

The code to release memory for images:

URL.revokeObjectURL(objectURL);
Enter fullscreen mode Exit fullscreen mode

is working across all other browsers except firefox. Please give a solution to fix this.

Top comments (0)