- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Sun, 28 Jun 2020 14:01:58 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 28 June 2020 21:02:11 UTC
[Web Share](https://w3c.github.io/web-share/#sharedata-dictionary) has this dictionary:
```webidl
dictionary ShareData {
FrozenArray<File> files;
USVString title;
USVString text;
USVString url;
};
```
I guess it has nothing special as a dictionary member or as an argument. Should this be prevented to clarify things?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/900
Received on Sunday, 28 June 2020 21:02:11 UTC