Javascript – How to catch the following error "Failed to execute 'createObjectURL' on 'URL':"
I am using Nextjs (irrelevant but still). I have tried using the trycatch block and unable to catch the above error. Is there a way to catch this error. If so how can it be done. Try/catch block cannot catch…