whatwg / notifications

Notifications API Standard
https://notifications.spec.whatwg.org/
Other
139 stars 49 forks source link

Icon fetch in Gecko/Blink uses document charset for URL encoding #209

Open saschanaz opened 7 months ago

saschanaz commented 7 months ago

What is the issue with the Notifications API Standard?

Part of #208 and #5.

Just found that Both Firefox and Chrome depends on the legacy URL encoding behavior, while Safari has no icon support.

We can spec that as is, but maybe it's worth changing to use utf-8? For now I'll gather use counter for this.

annevk commented 7 months ago

Using UTF-8 would definitely be preferable. Thanks for adding a counter!

cc @beverloo