Answers for "Failed to launch 'unsafe:blob:http://localhost:52892/021bfa68-8d07-4c35-ae2f-09bc214a95f8' because the scheme does not have a registered handler."

2

unsafe value used in a resource URL context

transform(url) {
    return this.sanitizer.bypassSecurityTrustResourceUrl(url);
  }
Posted by: Guest on June-04-2020

Code answers related to "Failed to launch 'unsafe:blob:http://localhost:52892/021bfa68-8d07-4c35-ae2f-09bc214a95f8' because the scheme does not have a registered handler."

Code answers related to "Javascript"

Browse Popular Code Answers by Language