Should url_handlers be working on localhost?

Copper Contributor

I'm trying to do some testings on a PWA on localhost (https://localhost:5001) but I'm getting

 

"url_handlers entry ignored, domain of required property 'origin' is invalid."

 

Should localhost be a valid domain for testing purposes?

 

References:

- WICG: https://github.com/WICG/pwa-url-handler/blob/main/explainer.md

- Edge/PWA: https://docs.microsoft.com/en-us/microsoft-edge/progressive-web-apps-chromium/experimental-features/...

- Web.dev: https://web.dev/pwa-url-handler/

 

Desktop PWA URL handling

Enable web app manifests to declare URL handling behavior. Prototype implementation of: https://github.com/WICG/pwa-url-handler/blob/master/explainer.md  Mac, Windows, Linux

#enable-desktop-pwas-url-handling 

 

0 Replies