Browser incompatibility
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.
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.