Hacker News new | ask | show | jobs
by entropyneur 70 days ago
It's not the extension developer who should decide this, but the browser user.
1 comments

On what would the browser user base their decision?

If an extension injects an icon into the DOM of the page, then the resulting `img` tag needs to put something in its `src`.

The extension author may choose to use the `data:` scheme, but that's a development-time decision.