Is web_accessible_resources a must-do for resource in package?

As I read above, web_accessible_resources allows us to get resources’ package. But does it really matter? I mean I can use fetch API with relative link to get resource, so why should I need web_accessible_resources anyway? Does using it bring me any special benefits?

web_accessible_resources is only relevant if you’re trying to inject something in a website.

1 Like