Regarding compatibility issue
The code to release memory for images: URL.revokeObjectURL(objectURL); is working across all other browsers except firefox. Please give a solution to fix thi… (read more)
The code to release memory for images:
URL.revokeObjectURL(objectURL);
is working across all other browsers except firefox. Please give a solution to fix this.