WICG / web-app-launch

Web App Launch Handler
Other
74 stars 31 forks source link

Should `LaunchParams.files` use `FileSystemFileHandle`? #87

Open tomayac opened 1 year ago

tomayac commented 1 year ago

The property is named files, which means no directories, but it uses FileSystemHandle, which includes directories. Should it be more specific and use FileSystemFileHandle instead?

fallaciousreasoning commented 1 year ago

Alternatively, we could add a new directories property, which might be better as it wouldn't break anything? No strong feelings on this though.