Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ShareData files member #952

Closed
ewilligers opened this issue Nov 9, 2020 · 3 comments
Closed

Add ShareData files member #952

ewilligers opened this issue Nov 9, 2020 · 3 comments

Comments

@ewilligers
Copy link

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

@orta
Copy link
Contributor

orta commented Nov 9, 2020

Like the spec file needs an update over on https://github.com/microsoft/TypeScript-DOM-lib-generator/ - I'm moving this issue to that repo.

@orta orta transferred this issue from microsoft/TypeScript Nov 9, 2020
@saschanaz
Copy link
Contributor

#1034 added it

@github-actions close

@github-actions
Copy link
Contributor

Closing because @saschanaz is one of the code-owners of this repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants