[heycam/webidl] What does FrozenArray mean in dictionaries? (#900)

[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