We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
ShareData
files
I suspect the following needs to be added: files?: File[];
files?: File[];
CC @orta
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
#1034 added it
@github-actions close
Closing because @saschanaz is one of the code-owners of this repository.
No branches or pull requests
https://wicg.github.io/web-share/#sharedata-dictionary has
lib/lib.dom.d.ts and src/lib/dom.generated.d.ts describe
ShareData
, but not thefiles
member, which is now supported by Blink, Firefox and Safari.I suspect the following needs to be added:
files?: File[];
CC @orta
The text was updated successfully, but these errors were encountered: