diff --git a/issues/web-app-launch-urltype.md b/issues/web-app-launch-urltype.md new file mode 100644 index 0000000..65e9529 --- /dev/null +++ b/issues/web-app-launch-urltype.md @@ -0,0 +1,12 @@ +--- +Title: Wrong Web IDL type for URLs in Web App Launch Handler API +Tracked: N/A +Repo: 'https://github.com/WICG/web-app-launch' +--- + +While crawling [Web App Launch Handler API](https://wicg.github.io/web-app-launch/), wrong Web IDL type for URLs: +* [ ] `attribute targetURL` in interface `LaunchParams` uses `DOMString` instead of recommended `USVString` for URLs + +Cc @dontcallmedom @tidoust + +This issue was detected and reported semi-automatically by [Strudy](https://github.com/w3c/strudy/) based on data collected in [webref](https://github.com/w3c/webref/).