Closed
Description
https://wicg.github.io/web-share/#sharedata-dictionary has
dictionary ShareData {
sequence<File> files;
...
};
lib/lib.dom.d.ts and src/lib/dom.generated.d.ts describe ShareData
, but not the files
member, which is now supported by Blink, Firefox and Safari.
I suspect the following needs to be added:
files?: File[];
CC @orta
Metadata
Metadata
Assignees
Labels
No labels