Answers for "Failed to launch 'unsafe:blob:https://localhost:3000/202f664d-c0dc-40ab-ac5d-31fca65c1a4e' 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:https://localhost:3000/202f664d-c0dc-40ab-ac5d-31fca65c1a4e' because the scheme does not have a registered handler."

Code answers related to "Javascript"

Browse Popular Code Answers by Language